Skip to content

Commit bc5ee08

Browse files
committed
chore: upgrade deps
1 parent e71a295 commit bc5ee08

File tree

3 files changed

+269
-295
lines changed

3 files changed

+269
-295
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright © 2022 三咲智子 (https://github.com/sxzz)
3+
Copyright © 2022-PRESENT 三咲智子 (https://github.com/sxzz)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -77,31 +77,31 @@
7777
"vue": "^2.0.0 || ^3.0.0"
7878
},
7979
"dependencies": {
80-
"@babel/core": "^7.22.5",
80+
"@babel/core": "^7.22.8",
8181
"@babel/plugin-syntax-typescript": "^7.22.5",
8282
"@rollup/pluginutils": "^5.0.2",
8383
"@vue/babel-plugin-jsx": "^1.1.5",
8484
"@vue/babel-preset-jsx": "^1.4.0",
8585
"esbuild": "^0.18.11",
8686
"local-pkg": "^0.4.3",
87-
"magic-string": "^0.30.0",
88-
"unplugin": "^1.3.1"
87+
"magic-string": "^0.30.1",
88+
"unplugin": "^1.3.2"
8989
},
9090
"devDependencies": {
9191
"@sxzz/eslint-config": "^3.1.0",
9292
"@sxzz/prettier-config": "^1.0.3",
9393
"@types/babel__core": "^7.20.1",
94-
"@types/node": "^20.3.3",
94+
"@types/node": "^20.4.0",
9595
"bumpp": "^9.1.1",
9696
"eslint": "^8.44.0",
9797
"eslint-define-config": "^1.21.0",
9898
"fast-glob": "^3.3.0",
99-
"prettier": "^2.8.8",
99+
"prettier": "^3.0.0",
100100
"tsup": "^7.1.0",
101101
"tsx": "^3.12.7",
102102
"typescript": "^5.1.6",
103-
"vite": "^4.3.9",
104-
"vitest": "^0.32.2",
103+
"vite": "^4.4.1",
104+
"vitest": "^0.33.0",
105105
"vue": "^3.3.4"
106106
},
107107
"engines": {

0 commit comments

Comments
 (0)