Skip to content

Commit

Permalink
Merge pull request #1076 from ThornWalli/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
ThornWalli authored Aug 23, 2024
2 parents ca846a6 + 2b070ac commit 9e8ec08
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 30 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

Empty file modified .husky/pre-commit
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.16.0
20.17.0
43 changes: 21 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"private": true,
"main": "index.js",
"scripts": {
"postinstall": "husky install",
"prepare": "husky",
"test": "npm run lint --workspaces && npm run vitest:run",
"vitest:run": "vitest run",
"vitest:dev": "vitest dev"
},
"devDependencies": {
"@commitlint/cli": "19.4.0",
"@commitlint/config-conventional": "19.2.2",
"@nuxt/eslint": "0.5.1",
"@nuxt/eslint": "0.5.2",
"eslint": "9.9.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
Expand All @@ -31,7 +31,7 @@
"prettier": "3.3.3",
"stylelint": "16.8.2",
"stylelint-config-css-modules": "4.4.0",
"stylelint-config-recess-order": "5.0.1",
"stylelint-config-recess-order": "5.1.0",
"stylelint-config-standard": "36.0.1",
"stylelint-prettier": "5.0.2",
"vitest": "2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@fullhuman/postcss-purgecss": "6.0.0",
"@nuxtjs/critters": "0.7.2",
"@nuxtjs/robots": "4.1.1",
"@nuxtjs/robots": "4.1.3",
"@nuxtjs/sitemap": "5.3.5",
"nuxt": "3.12.4",
"postcss-html": "1.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/components/atoms/formField/Dropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@ export default {
color: var(--text);
vertical-align: middle;
appearance: none;
scrollbar-color: var(--color-scrollbar-primary)
var(--color-scrollbar-secondary);
background: var(--color-background);
border: solid var(--color-border) 2px;
border-radius: 0;
outline: none;
outline: solid var(--color-outline) 2px;
outline-offset: -4px;
scrollbar-color: var(--color-scrollbar-primary)
var(--color-scrollbar-secondary);
&::-webkit-scrollbar {
width: 1em;
Expand Down

0 comments on commit 9e8ec08

Please sign in to comment.