Skip to content

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Feb 1, 2024
1 parent f4619cc commit 2788757
Show file tree
Hide file tree
Showing 8 changed files with 635 additions and 876 deletions.
12 changes: 6 additions & 6 deletions examples/template-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
"dependencies": {
"@elegant-router/vue": "workspace:*",
"pinia": "2.1.7",
"vue": "3.4.14",
"vue": "3.4.15",
"vue-router": "4.2.5"
},
"devDependencies": {
"@soybeanjs/cli": "1.0.2",
"@types/node": "20.11.4",
"@soybeanjs/cli": "1.0.6",
"@types/node": "20.11.15",
"@vitejs/plugin-vue": "5.0.3",
"@vitejs/plugin-vue-jsx": "3.1.0",
"eslint": "8.56.0",
"eslint-config-soybeanjs": "0.5.8",
"eslint-config-soybeanjs": "0.5.9",
"npm-run-all": "4.1.5",
"typescript": "5.3.3",
"vite": "5.0.11",
"vite-plugin-inspect": "0.8.1",
"vite": "5.0.12",
"vite-plugin-inspect": "0.8.3",
"vue-tsc": "1.8.27"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"update-pkg": "soy ncu"
},
"devDependencies": {
"@soybeanjs/cli": "1.0.2",
"@soybeanjs/eslint-config": "1.1.6",
"@soybeanjs/cli": "1.0.6",
"@soybeanjs/eslint-config": "1.2.2",
"eslint": "8.56.0",
"eslint-plugin-vue": "9.20.1",
"lint-staged": "15.2.0",
"eslint-plugin-vue": "9.21.1",
"lint-staged": "15.2.1",
"simple-git-hooks": "2.9.0",
"tsx": "4.7.0",
"typescript": "5.3.3",
"vue-eslint-parser": "9.4.0"
"vue-eslint-parser": "9.4.2"
},
"simple-git-hooks": {
"commit-msg": "pnpm soy git-commit-verify",
Expand Down
6 changes: 2 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "pnpm typecheck && unbuild",
"stub": "unbuild --stub",
Expand All @@ -45,7 +43,7 @@
},
"devDependencies": {
"@types/micromatch": "4.0.6",
"@types/node": "20.11.4",
"@types/node": "20.11.15",
"typescript": "5.3.3",
"unbuild": "2.0.0"
}
Expand Down
6 changes: 2 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "pnpm typecheck && unbuild",
"typecheck": "tsc --noEmit --skipLibCheck"
Expand All @@ -43,7 +41,7 @@
},
"devDependencies": {
"@elegant-router/core": "workspace:*",
"@types/node": "20.11.4",
"@types/node": "20.11.15",
"typescript": "5.3.3",
"unbuild": "2.0.0"
}
Expand Down
6 changes: 2 additions & 4 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "pnpm typecheck && unbuild",
"typecheck": "tsc --noEmit --skipLibCheck"
Expand All @@ -43,7 +41,7 @@
},
"devDependencies": {
"@elegant-router/core": "workspace:*",
"@types/node": "20.11.4",
"@types/node": "20.11.15",
"typescript": "5.3.3",
"unbuild": "2.0.0"
}
Expand Down
6 changes: 2 additions & 4 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "pnpm typecheck && unbuild",
"typecheck": "tsc --noEmit --skipLibCheck"
Expand All @@ -43,7 +41,7 @@
},
"devDependencies": {
"@elegant-router/core": "workspace:*",
"@types/node": "20.11.4",
"@types/node": "20.11.15",
"typescript": "5.3.3",
"unbuild": "2.0.0"
}
Expand Down
19 changes: 7 additions & 12 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,10 @@
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./*"
]
"*": ["./dist/*", "./*"]
}
},
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "pnpm typecheck && pnpm unbuild",
"stub": "unbuild --stub",
Expand All @@ -70,18 +65,18 @@
"@elegant-router/core": "workspace:*",
"consola": "3.2.3",
"kolorist": "1.8.0",
"magic-string": "0.30.5",
"magic-string": "0.30.6",
"magicast": "0.3.3",
"prettier": "3.2.2",
"prettier": "3.2.4",
"recast": "0.23.4",
"unplugin": "1.6.0"
},
"devDependencies": {
"@types/node": "20.11.4",
"rollup": "4.9.5",
"@types/node": "20.11.15",
"rollup": "4.9.6",
"typescript": "5.3.3",
"unbuild": "2.0.0",
"vite": "5.0.11",
"vite": "5.0.12",
"vue-router": "4.2.5"
}
}
Loading

0 comments on commit 2788757

Please sign in to comment.