Skip to content

Commit

Permalink
chore(deps): ⬆️ Update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 26, 2024
1 parent e1f1f17 commit 1df48b0
Show file tree
Hide file tree
Showing 5 changed files with 300 additions and 38 deletions.
2 changes: 1 addition & 1 deletion apps/preview/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/lodash-es": "^4.17.6",
"@vueuse/core": "^9.12.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.34.0",
"eslint": "^9.0.0",
"eslint-plugin-nuxt": "^4.0.0",
"nuxt": "^3.3.2",
"postcss": "^8.4.21",
Expand Down
10 changes: 5 additions & 5 deletions packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"cypress.js"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@vue-storefront/eslint-config": "^2.0.0-rc.7",
"@vue/eslint-config-standard": "^8.0.1",
"eslint": "^8.34.0",
"eslint": "^9.0.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "13.4.8",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-cypress": "^3.0.0",
"eslint-plugin-vue": "^9.9.0",
"eslint-plugin-vuejs-accessibility": "^2.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/frameworks/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@storefront-ui/tests-shared": "workspace:*",
"@vitejs/plugin-react": "^3.1.0",
"concurrently": "^8.2.0",
"eslint": "^8.34.0",
"eslint": "^9.0.0",
"prettier": "^3.0.0",
"vite": "^4.3.0",
"vite-plugin-dts": "^2.0.0-beta.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/frameworks/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@storefront-ui/tests-shared": "workspace:*",
"@vitejs/plugin-vue": "^4.0.0",
"concurrently": "^7.6.0",
"eslint": "^8.34.0",
"eslint": "^9.0.0",
"prettier": "^3.0.0",
"vite": "^4.3.0",
"vite-plugin-dts": "^2.0.0-beta.1",
Expand Down
Loading

0 comments on commit 1df48b0

Please sign in to comment.