Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Apr 12, 2023
1 parent 15ef119 commit 245ac22
Show file tree
Hide file tree
Showing 4 changed files with 432 additions and 188 deletions.
4 changes: 2 additions & 2 deletions examples/webpack/package.json
Expand Up @@ -15,8 +15,8 @@
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/tsconfig": "^0.1.3",
"typescript": "^4.9.5",
"unplugin-auto-import": "^0.15.1",
"typescript": "^5.0.4",
"unplugin-auto-import": "^0.15.2",
"unplugin-vue-router": "workspace:*"
},
"browserslist": [
Expand Down
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -94,7 +94,7 @@
"dependencies": {
"@babel/types": "^7.21.4",
"@rollup/pluginutils": "^5.0.2",
"@vue-macros/common": "^1.1.4",
"@vue-macros/common": "^1.2.0",
"ast-walker-scope": "^0.4.1",
"chokidar": "^3.5.3",
"fast-glob": "^3.2.12",
Expand Down Expand Up @@ -122,24 +122,24 @@
"enquirer": "^2.3.6",
"esno": "^0.16.3",
"execa": "^7.1.1",
"lint-staged": "^13.2.0",
"lint-staged": "^13.2.1",
"minimist": "^1.2.8",
"nodemon": "^2.0.22",
"p-series": "^3.0.0",
"prettier": "^2.8.7",
"rimraf": "^4.4.1",
"rimraf": "^5.0.0",
"rollup": "^3.20.2",
"semver": "^7.3.8",
"semver": "^7.4.0",
"ts-expect": "^1.3.0",
"tsup": "^6.7.0",
"typescript": "^5.0.3",
"typescript": "^5.0.4",
"unplugin-auto-import": "^0.15.2",
"vite": "^4.2.1",
"vite-plugin-vue-markdown": "^0.22.4",
"vitest": "^0.29.8",
"vitest": "^0.30.1",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"webpack": "^5.77.0",
"webpack": "^5.78.0",
"yorkie": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Expand Up @@ -10,7 +10,7 @@
"@vue/tsconfig": "^0.1.3",
"unplugin-vue-router": "workspace:*",
"vite": "^4.2.1",
"vite-plugin-inspect": "^0.7.18",
"vite-plugin-inspect": "^0.7.20",
"vue": "^3.2.47"
}
}

0 comments on commit 245ac22

Please sign in to comment.