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 Jan 16, 2024
1 parent f506e23 commit 24df68d
Show file tree
Hide file tree
Showing 8 changed files with 1,473 additions and 626 deletions.
18 changes: 9 additions & 9 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.3.8",
"vue": "3.4.14",
"vue-router": "4.2.5"
},
"devDependencies": {
"@soybeanjs/cli": "0.7.9",
"@types/node": "20.9.1",
"@vitejs/plugin-vue": "4.5.0",
"@soybeanjs/cli": "1.0.2",
"@types/node": "20.11.4",
"@vitejs/plugin-vue": "5.0.3",
"@vitejs/plugin-vue-jsx": "3.1.0",
"eslint": "8.53.0",
"eslint": "8.56.0",
"eslint-config-soybeanjs": "0.5.8",
"npm-run-all": "4.1.5",
"typescript": "5.2.2",
"vite": "5.0.0",
"vite-plugin-inspect": "0.7.42",
"vue-tsc": "1.8.22"
"typescript": "5.3.3",
"vite": "5.0.11",
"vite-plugin-inspect": "0.8.1",
"vue-tsc": "1.8.27"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"prepare": "pnpm -r run stub"
},
"devDependencies": {
"@soybeanjs/cli": "0.7.9",
"eslint": "8.53.0",
"@soybeanjs/cli": "1.0.2",
"eslint": "8.56.0",
"eslint-config-soybeanjs": "0.5.8",
"simple-git-hooks": "2.9.0",
"tsx": "4.1.3"
"tsx": "4.7.0"
}
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"micromatch": "4.0.5"
},
"devDependencies": {
"@types/micromatch": "4.0.5",
"@types/node": "20.9.1",
"typescript": "5.2.2",
"@types/micromatch": "4.0.6",
"@types/node": "20.11.4",
"typescript": "5.3.3",
"unbuild": "2.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
},
"dependencies": {
"consola": "3.2.3",
"magicast": "0.3.2",
"unplugin": "1.5.1"
"magicast": "0.3.3",
"unplugin": "1.6.0"
},
"devDependencies": {
"@elegant-router/core": "workspace:*",
"@types/node": "20.9.1",
"typescript": "5.2.2",
"@types/node": "20.11.4",
"typescript": "5.3.3",
"unbuild": "2.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
},
"dependencies": {
"consola": "3.2.3",
"magicast": "0.3.2",
"unplugin": "1.5.1"
"magicast": "0.3.3",
"unplugin": "1.6.0"
},
"devDependencies": {
"@elegant-router/core": "workspace:*",
"@types/node": "20.9.1",
"typescript": "5.2.2",
"@types/node": "20.11.4",
"typescript": "5.3.3",
"unbuild": "2.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
},
"dependencies": {
"consola": "3.2.3",
"magicast": "0.3.2",
"unplugin": "1.5.1"
"magicast": "0.3.3",
"unplugin": "1.6.0"
},
"devDependencies": {
"@elegant-router/core": "workspace:*",
"@types/node": "20.9.1",
"typescript": "5.2.2",
"@types/node": "20.11.4",
"typescript": "5.3.3",
"unbuild": "2.0.0"
}
}
14 changes: 7 additions & 7 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,17 @@
"consola": "3.2.3",
"kolorist": "1.8.0",
"magic-string": "0.30.5",
"magicast": "0.3.2",
"prettier": "3.1.0",
"magicast": "0.3.3",
"prettier": "3.2.2",
"recast": "0.23.4",
"unplugin": "1.5.1"
"unplugin": "1.6.0"
},
"devDependencies": {
"@types/node": "20.9.1",
"rollup": "4.4.1",
"typescript": "5.2.2",
"@types/node": "20.11.4",
"rollup": "4.9.5",
"typescript": "5.3.3",
"unbuild": "2.0.0",
"vite": "5.0.0",
"vite": "5.0.11",
"vue-router": "4.2.5"
}
}

0 comments on commit 24df68d

Please sign in to comment.