Skip to content

Commit

Permalink
chore: update deps, remove invalid test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 17, 2024
1 parent 3c79437 commit 08d7dba
Show file tree
Hide file tree
Showing 8 changed files with 516 additions and 1,244 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"devDependencies": {
"@types/markdown-it-container": "^2.0.9",
"@unocss/reset": "^0.58.3",
"@vueuse/core": "^10.7.1",
"@vueuse/core": "^10.7.2",
"gray-matter": "^4.0.3",
"markdown-it-container": "^4.0.0",
"shikiji": "^0.9.17",
"shikiji-transformers": "^0.9.17",
"shikiji": "^0.9.19",
"shikiji-transformers": "^0.9.19",
"unocss": "^0.58.3",
"unplugin-vue-components": "^0.26.0",
"vitepress": "1.0.0-rc.30",
"vue": "^3.4.3"
"vue": "^3.4.14"
}
}
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.5.3",
"private": true,
"packageManager": "pnpm@8.13.1",
"packageManager": "pnpm@8.14.1",
"license": "MIT",
"scripts": {
"build": "pnpm -r run build",
Expand All @@ -23,31 +23,31 @@
"play:lint": "pnpm -C playground run lint"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.1",
"@antfu/eslint-config": "^2.6.2",
"@antfu/eslint-define-config": "1.23.0-2",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.7",
"@iconify-json/carbon": "^1.1.27",
"@iconify-json/ri": "^1.1.18",
"@iconify-json/ri": "^1.1.19",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@stylistic/eslint-plugin": "workspace:*",
"@stylistic/eslint-plugin-js": "workspace:*",
"@stylistic/eslint-plugin-migrate": "workspace:*",
"@stylistic/eslint-plugin-plus": "workspace:*",
"@stylistic/eslint-plugin-ts": "workspace:*",
"@types/eslint": "^8.56.0",
"@types/eslint": "^8.56.2",
"@types/estraverse": "^5.1.7",
"@types/estree": "^1.0.5",
"@types/fs-extra": "^11.0.4",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.10.6",
"@types/node": "^20.11.5",
"@types/semver": "^7.5.6",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/utils": "^6.17.0",
"@vitest/coverage-v8": "^1.1.1",
"bumpp": "^9.2.1",
"change-case": "^5.3.0",
"@typescript-eslint/parser": "^6.19.0",
"@typescript-eslint/utils": "^6.19.0",
"@vitest/coverage-v8": "^1.2.0",
"bumpp": "^9.3.0",
"change-case": "^5.4.2",
"eslint": "^8.56.0",
"eslint-plugin-format": "^0.1.0",
"esno": "^4.0.0",
Expand All @@ -56,26 +56,26 @@
"fs-extra": "^11.2.0",
"jiti": "^1.21.0",
"json-schema": "^0.4.0",
"json-schema-to-typescript": "^13.1.1",
"json-schema-to-typescript": "^13.1.2",
"lint-staged": "^15.2.0",
"pnpm": "^8.13.1",
"pnpm": "^8.14.1",
"rimraf": "^5.0.5",
"rollup": "^4.9.2",
"rollup": "^4.9.5",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.0",
"semver": "^7.5.4",
"simple-git-hooks": "^2.9.0",
"taze": "^0.13.1",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vite": "^5.0.10",
"vitest": "^1.1.1",
"vue": "^3.4.3",
"vite": "^5.0.11",
"vitest": "^1.2.0",
"vue": "^3.4.14",
"vue-tsc": "^1.8.27"
},
"resolutions": {
"rollup": "^4.9.2",
"vite": "^5.0.10"
"rollup": "^4.9.5",
"vite": "^5.0.11"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,6 @@
},
"devDependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
"@typescript-eslint/parser": "^6.17.0"
"@typescript-eslint/parser": "^6.19.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@babel/plugin-syntax-do-expressions": "^7.23.3",
"@babel/plugin-syntax-function-bind": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/parser": "^6.19.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.56.0",
"semver": "^7.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
},
"dependencies": {
"@eslint-stylistic/metadata": "workspace:*",
"@typescript-eslint/utils": "^6.17.0"
"@typescript-eslint/utils": "^6.19.0"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-plugin-plus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"eslint": "*"
},
"dependencies": {
"@typescript-eslint/utils": "^6.17.0"
"@typescript-eslint/utils": "^6.19.0"
},
"devDependencies": {
"@typescript-eslint/rule-tester": "^6.17.0"
"@typescript-eslint/rule-tester": "^6.19.0"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-plugin-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
},
"dependencies": {
"@stylistic/eslint-plugin-js": "workspace:*",
"@typescript-eslint/utils": "^6.17.0"
"@typescript-eslint/utils": "^6.19.0"
},
"devDependencies": {
"@typescript-eslint/rule-tester": "^6.17.0"
"@typescript-eslint/rule-tester": "^6.19.0"
}
}

0 comments on commit 08d7dba

Please sign in to comment.