File tree 3 files changed +269
-295
lines changed
3 files changed +269
-295
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright © 2022 三咲智子 (https://github.com/sxzz)
3
+ Copyright © 2022-PRESENT 三咲智子 (https://github.com/sxzz)
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 77
77
"vue" : " ^2.0.0 || ^3.0.0"
78
78
},
79
79
"dependencies" : {
80
- "@babel/core" : " ^7.22.5 " ,
80
+ "@babel/core" : " ^7.22.8 " ,
81
81
"@babel/plugin-syntax-typescript" : " ^7.22.5" ,
82
82
"@rollup/pluginutils" : " ^5.0.2" ,
83
83
"@vue/babel-plugin-jsx" : " ^1.1.5" ,
84
84
"@vue/babel-preset-jsx" : " ^1.4.0" ,
85
85
"esbuild" : " ^0.18.11" ,
86
86
"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 "
89
89
},
90
90
"devDependencies" : {
91
91
"@sxzz/eslint-config" : " ^3.1.0" ,
92
92
"@sxzz/prettier-config" : " ^1.0.3" ,
93
93
"@types/babel__core" : " ^7.20.1" ,
94
- "@types/node" : " ^20.3.3 " ,
94
+ "@types/node" : " ^20.4.0 " ,
95
95
"bumpp" : " ^9.1.1" ,
96
96
"eslint" : " ^8.44.0" ,
97
97
"eslint-define-config" : " ^1.21.0" ,
98
98
"fast-glob" : " ^3.3.0" ,
99
- "prettier" : " ^2.8.8 " ,
99
+ "prettier" : " ^3.0.0 " ,
100
100
"tsup" : " ^7.1.0" ,
101
101
"tsx" : " ^3.12.7" ,
102
102
"typescript" : " ^5.1.6" ,
103
- "vite" : " ^4.3.9 " ,
104
- "vitest" : " ^0.32.2 " ,
103
+ "vite" : " ^4.4.1 " ,
104
+ "vitest" : " ^0.33.0 " ,
105
105
"vue" : " ^3.3.4"
106
106
},
107
107
"engines" : {
You can’t perform that action at this time.
0 commit comments