Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Apr 3, 2023
1 parent a293620 commit e1c239b
Show file tree
Hide file tree
Showing 2 changed files with 1,590 additions and 948 deletions.
39 changes: 20 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,30 +76,31 @@
"vue": "^2.0.0 || ^3.0.0"
},
"dependencies": {
"@babel/core": "^7.18.6",
"@babel/plugin-syntax-typescript": "^7.18.6",
"@babel/core": "^7.21.4",
"@babel/plugin-syntax-typescript": "^7.21.4",
"@rollup/pluginutils": "^5.0.2",
"@vue/babel-plugin-jsx": "^1.1.1",
"@vue/babel-preset-jsx": "^1.3.0",
"esbuild": "^0.14.49",
"local-pkg": "^0.4.2",
"magic-string": "^0.26.2",
"@vue/babel-preset-jsx": "^1.4.0",
"esbuild": "^0.17.15",
"local-pkg": "^0.4.3",
"magic-string": "^0.30.0",
"unplugin": "^1.3.1"
},
"devDependencies": {
"@sxzz/eslint-config": "^2.3.3",
"@types/babel__core": "^7.1.19",
"@types/node": "*",
"bumpp": "^8.2.1",
"eslint": "^8.19.0",
"eslint-define-config": "^1.5.1",
"fast-glob": "^3.2.11",
"prettier": "^2.7.1",
"tsup": "^6.1.3",
"tsx": "^3.8.0",
"typescript": "^4.7.4",
"vite": "^3.0.0",
"vitest": "^0.18.0"
"@sxzz/eslint-config": "^2.4.6",
"@types/babel__core": "^7.20.0",
"@types/node": "^18.15.11",
"bumpp": "^9.1.0",
"eslint": "^8.37.0",
"eslint-define-config": "^1.17.0",
"fast-glob": "^3.2.12",
"prettier": "^2.8.7",
"tsup": "^6.7.0",
"tsx": "^3.12.6",
"typescript": "^5.0.3",
"vite": "^4.2.1",
"vitest": "^0.29.8",
"vue": "^3.2.47"
},
"engines": {
"node": ">=14.19.0"
Expand Down
Loading

0 comments on commit e1c239b

Please sign in to comment.