Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 21, 2023
1 parent 711d3ec commit 23cf3bf
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 127 deletions.
10 changes: 5 additions & 5 deletions fixtures/vitesse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"up": "taze major -I"
},
"dependencies": {
"@unocss/reset": "^0.55.7",
"@unocss/reset": "^0.56.0",
"@vueuse/core": "^10.4.1",
"@vueuse/head": "^2.0.0",
"nprogress": "^0.2.0",
Expand All @@ -26,7 +26,7 @@
"vue-router": "^4.2.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.42.1",
"@antfu/eslint-config": "^0.43.0",
"@iconify-json/carbon": "^1.1.21",
"@intlify/vite-plugin-vue-i18n": "^7.0.0",
"@types/markdown-it-link-attributes": "^3.0.1",
Expand All @@ -45,7 +45,7 @@
"shiki": "^0.14.4",
"taze": "^0.11.2",
"typescript": "^5.2.2",
"unocss": "^0.55.7",
"unocss": "^0.56.0",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
Expand All @@ -54,9 +54,9 @@
"vite-plugin-pwa": "^0.16.5",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-plugin-vue-markdown": "^0.23.8",
"vite-ssg": "^0.23.2",
"vite-ssg": "^0.23.3",
"vite-ssg-sitemap": "^0.5.1",
"vitest": "^0.34.4",
"vue-tsc": "^1.8.11"
"vue-tsc": "^1.8.13"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@antfu/eslint-config": "workspace:*",
"@stylistic/eslint-plugin-migrate": "^0.0.3",
"@stylistic/eslint-plugin-migrate": "^0.0.4",
"bumpp": "^9.2.0",
"eslint": "^8.49.0",
"eslint-plugin-antfu": "link:./packages/eslint-plugin-antfu",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-basic/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ module.exports = {
'@typescript-eslint/no-require-imports': 'off',

'@typescript-eslint/comma-dangle': 'off',

'unused-imports/no-unused-imports': 'off',
'unused-imports/no-unused-vars': 'off',

Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"eslint": ">=7.4.0"
},
"dependencies": {
"@stylistic/eslint-plugin-js": "0.0.3",
"@stylistic/eslint-plugin-js": "0.0.4",
"eslint-plugin-antfu": "workspace:*",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "npm:[email protected]",
"eslint-plugin-jsdoc": "^46.8.1",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-n": "^16.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-basic/standard.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ module.exports = {
'valid-typeof': ['error', { requireStringLiterals: true }],
'wrap-iife': ['error', 'any', { functionPrototypeMethods: true }],
'yoda': ['error', 'never'],

// Stylistic
'@stylistic/js/no-tabs': 'error',
'@stylistic/js/array-bracket-spacing': ['error', 'never'],
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@antfu/eslint-config-basic": "workspace:*",
"@stylistic/eslint-plugin-ts": "0.0.3",
"@stylistic/eslint-plugin-ts": "0.0.4",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint-plugin-jest": "^27.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-antfu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@typescript-eslint/utils": "^6.7.2"
},
"devDependencies": {
"@types/node": "^20.6.2",
"@types/node": "^20.6.3",
"@typescript-eslint/rule-tester": "^6.7.2",
"unbuild": "^2.0.0",
"vitest": "^0.34.4"
Expand Down
Loading

0 comments on commit 23cf3bf

Please sign in to comment.