Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 29, 2024
1 parent f80db20 commit 7acf124
Show file tree
Hide file tree
Showing 9 changed files with 5,006 additions and 4,107 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: release-please

on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write
id-token: write

jobs:
release-please:
runs-on: ubuntu-latest
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"@shikijs/transformers": "^1.3.0",
"@types/hast": "^3.0.4",
"@types/markdown-it-container": "^2.0.10",
"@unocss/reset": "^0.59.2",
"@unocss/reset": "^0.59.4",
"@vueuse/core": "^10.9.0",
"gray-matter": "^4.0.3",
"markdown-it-container": "^4.0.0",
"shiki": "^1.3.0",
"twoslash": "^0.2.5",
"unocss": "^0.59.2",
"unocss": "^0.59.4",
"unplugin-vue-components": "^0.26.0",
"vitepress": "^1.1.0",
"vue": "^3.4.21"
"vitepress": "^1.1.4",
"vue": "^3.4.26"
}
}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.7.2",
"private": true,
"packageManager": "pnpm@8.15.6",
"packageManager": "pnpm@9.0.6",
"license": "MIT",
"scripts": {
"build": "pnpm -r run build",
Expand All @@ -22,11 +22,11 @@
"play:lint": "pnpm -C playground run lint"
},
"devDependencies": {
"@antfu/eslint-config": "^2.13.3",
"@antfu/eslint-config": "^2.16.0",
"@antfu/eslint-define-config": "1.23.0-2",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.7",
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/carbon": "^1.1.32",
"@iconify-json/ri": "^1.1.20",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
Expand All @@ -37,32 +37,32 @@
"@stylistic/eslint-plugin-migrate": "workspace:*",
"@stylistic/eslint-plugin-plus": "workspace:*",
"@stylistic/eslint-plugin-ts": "workspace:*",
"@types/eslint": "^8.56.8",
"@types/eslint": "^8.56.10",
"@types/estraverse": "^5.1.7",
"@types/estree": "^1.0.5",
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.12.7",
"@types/semver": "^7.5.8",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/utils": "^7.6.0",
"@vitest/coverage-v8": "^1.5.0",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/utils": "^7.7.1",
"@vitest/coverage-v8": "^1.5.2",
"change-case": "^5.4.4",
"eslint": "^8.57.0",
"eslint-plugin-format": "^0.1.0",
"eslint-plugin-format": "^0.1.1",
"esno": "^4.7.0",
"execa": "^8.0.1",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"jiti": "^1.21.0",
"js-yaml": "^4.1.0",
"json-schema": "^0.4.0",
"json-schema-to-typescript": "^13.1.2",
"json-schema-to-typescript": "^14.0.0",
"lint-staged": "^15.2.2",
"pnpm": "^8.15.6",
"pnpm": "^9.0.6",
"rimraf": "^5.0.5",
"rollup": "^4.16.4",
"rollup": "^4.17.1",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.1",
"semver": "^7.6.0",
Expand All @@ -72,14 +72,14 @@
"twoslash-eslint": "^0.2.5",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.2.8",
"vitest": "^1.5.0",
"vue": "^3.4.21",
"vue-tsc": "^2.0.13"
"vite": "^5.2.10",
"vitest": "^1.5.2",
"vue": "^3.4.26",
"vue-tsc": "^2.0.14"
},
"resolutions": {
"rollup": "^4.14.1",
"vite": "^5.2.8"
"rollup": "^4.17.1",
"vite": "^5.2.10"
},
"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 @@ -112,7 +112,7 @@
"eslint": ">=8.40.0"
},
"dependencies": {
"@types/eslint": "^8.56.8",
"@types/eslint": "^8.56.10",
"acorn": "^8.11.3",
"escape-string-regexp": "^4.0.0",
"eslint-visitor-keys": "^3.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"dependencies": {
"@stylistic/eslint-plugin-js": "workspace:^",
"@types/eslint": "^8.56.8",
"@types/eslint": "^8.56.10",
"estraverse": "^5.3.0",
"picomatch": "^4.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-plus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint": "*"
},
"dependencies": {
"@types/eslint": "^8.56.8",
"@types/eslint": "^8.56.10",
"@typescript-eslint/utils": "^6.21.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
"dependencies": {
"@stylistic/eslint-plugin-js": "workspace:*",
"@types/eslint": "^8.56.8",
"@types/eslint": "^8.56.10",
"@typescript-eslint/utils": "^6.21.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"@stylistic/eslint-plugin-jsx": "workspace:*",
"@stylistic/eslint-plugin-plus": "workspace:*",
"@stylistic/eslint-plugin-ts": "workspace:*",
"@types/eslint": "^8.56.8"
"@types/eslint": "^8.56.10"
}
}
Loading

0 comments on commit 7acf124

Please sign in to comment.