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 Jun 18, 2024
1 parent 2fbae7a commit 27a148e
Show file tree
Hide file tree
Showing 6 changed files with 315 additions and 35 deletions.
2 changes: 1 addition & 1 deletion apps/preview/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/lodash-es": "^4.17.12",
"@vueuse/core": "^10.9.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.34.0",
"eslint": "^9.0.0",
"eslint-plugin-nuxt": "^4.0.0",
"nuxt": "^3.11.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": "^3.0.0",
"@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/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@nuxt/module-builder": "^0.7.0",
"@nuxt/schema": "^3.11.2",
"@storefront-ui/eslint-config": "workspace:*",
"eslint": "^8.34.0",
"eslint": "^9.0.0",
"nuxt": "^3.11.2"
}
}
2 changes: 1 addition & 1 deletion packages/sfui/frameworks/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@storefront-ui/tests-shared": "workspace:*",
"@vitejs/plugin-react": "^4.3.0",
"concurrently": "^8.2.0",
"eslint": "^8.34.0",
"eslint": "^9.0.0",
"prettier": "^3.0.0",
"vite": "^5.2.1",
"vite-plugin-dts": "^3.9.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 @@ -53,7 +53,7 @@
"@storefront-ui/tests-shared": "workspace:*",
"@vitejs/plugin-vue": "^5.0.4",
"concurrently": "^8.2.2",
"eslint": "^8.34.0",
"eslint": "^9.0.0",
"prettier": "^3.0.0",
"vite": "^5.2.1",
"vite-plugin-dts": "^3.9.1",
Expand Down
Loading

0 comments on commit 27a148e

Please sign in to comment.