File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 52
52
"postpublish" : " PACKAGE_VERSION=$(cat package.json | grep \\\" version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\" ,]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"
53
53
},
54
54
"devDependencies" : {
55
- "@babel/cli" : " ^7.23.4 " ,
56
- "@babel/core" : " ^7.23.7 " ,
57
- "@babel/preset-env" : " ^7.23.7 " ,
55
+ "@babel/cli" : " ^7.27.0 " ,
56
+ "@babel/core" : " ^7.26.10 " ,
57
+ "@babel/preset-env" : " ^7.26.9 " ,
58
58
"@types/jest" : " ^27.5.2" ,
59
- "@vue/babel-plugin-jsx" : " ^1.1.5 " ,
60
- "@vue/test-utils" : " ^2.4.3 " ,
59
+ "@vue/babel-plugin-jsx" : " ^1.4.0 " ,
60
+ "@vue/test-utils" : " ^2.4.6 " ,
61
61
"babel-jest" : " ^27.5.1" ,
62
62
"babel-plugin-transform-vite-meta-env" : " ^1.0.3" ,
63
63
"jest" : " ^27.5.1" ,
64
64
"laravel-mix" : " ^6.0.49" ,
65
65
"prettier" : " ^2.8.8" ,
66
- "rimraf" : " ^5.0.5 " ,
66
+ "rimraf" : " ^5.0.10 " ,
67
67
"source-map" : " ^0.7.4" ,
68
68
"ts-jest" : " ^27.1.5" ,
69
- "ts-loader" : " ^9.5.1 " ,
69
+ "ts-loader" : " ^9.5.2 " ,
70
70
"tsc-multi" : " ^1.1.0" ,
71
71
"typescript" : " ^4.9.5" ,
72
- "vite" : " ^4.5.1 "
72
+ "vite" : " ^4.5.10 "
73
73
},
74
74
"dependencies" : {
75
- "php-parser" : " 3.1.3 " ,
76
- "vue" : " ^3.2.45 "
75
+ "php-parser" : " 3.2.2 " ,
76
+ "vue" : " ^3.5.13 "
77
77
},
78
78
"lint-staged" : {
79
79
"*.ts" : [
You can’t perform that action at this time.
0 commit comments