Skip to content

Commit 5998e3c

Browse files
committedOct 3, 2024·
chore: updarte deps
1 parent b3a4ccb commit 5998e3c

File tree

2 files changed

+448
-455
lines changed

2 files changed

+448
-455
lines changed
 

‎package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -66,37 +66,37 @@
6666
"test:types": "tsc --noEmit"
6767
},
6868
"devDependencies": {
69-
"@babel/core": "^7.25.2",
70-
"@babel/helper-module-imports": "^7.24.7",
71-
"@babel/helper-module-transforms": "^7.25.2",
72-
"@babel/helper-plugin-utils": "^7.24.8",
73-
"@babel/helper-simple-access": "^7.24.7",
74-
"@babel/plugin-proposal-decorators": "^7.24.7",
69+
"@babel/core": "^7.25.7",
70+
"@babel/helper-module-imports": "^7.25.7",
71+
"@babel/helper-module-transforms": "^7.25.7",
72+
"@babel/helper-plugin-utils": "^7.25.7",
73+
"@babel/helper-simple-access": "^7.25.7",
74+
"@babel/plugin-proposal-decorators": "^7.25.7",
7575
"@babel/plugin-syntax-class-properties": "^7.12.13",
76-
"@babel/plugin-syntax-import-assertions": "^7.25.6",
77-
"@babel/plugin-syntax-jsx": "^7.24.7",
78-
"@babel/plugin-transform-export-namespace-from": "^7.24.7",
79-
"@babel/plugin-transform-react-jsx": "^7.25.2",
80-
"@babel/plugin-transform-typescript": "^7.25.2",
81-
"@babel/preset-typescript": "^7.24.7",
82-
"@babel/template": "^7.25.0",
83-
"@babel/traverse": "^7.25.6",
84-
"@babel/types": "^7.25.6",
76+
"@babel/plugin-syntax-import-assertions": "^7.25.7",
77+
"@babel/plugin-syntax-jsx": "^7.25.7",
78+
"@babel/plugin-transform-export-namespace-from": "^7.25.7",
79+
"@babel/plugin-transform-react-jsx": "^7.25.7",
80+
"@babel/plugin-transform-typescript": "^7.25.7",
81+
"@babel/preset-typescript": "^7.25.7",
82+
"@babel/template": "^7.25.7",
83+
"@babel/traverse": "^7.25.7",
84+
"@babel/types": "^7.25.7",
8585
"@types/babel__core": "^7.20.5",
8686
"@types/babel__helper-module-imports": "^7.18.3",
8787
"@types/babel__helper-plugin-utils": "^7.10.3",
8888
"@types/babel__template": "^7.4.4",
8989
"@types/babel__traverse": "^7.20.6",
9090
"@types/node": "^22.7.4",
91-
"@vitest/coverage-v8": "^2.1.1",
91+
"@vitest/coverage-v8": "^2.1.2",
9292
"acorn": "^8.12.1",
9393
"babel-plugin-parameter-decorator": "^1.0.16",
9494
"changelogen": "^0.5.7",
9595
"config": "^3.3.12",
9696
"consola": "^3.2.3",
9797
"destr": "^2.0.3",
9898
"escape-string-regexp": "^5.0.0",
99-
"eslint": "^9.11.0",
99+
"eslint": "^9.11.1",
100100
"eslint-config-unjs": "^0.4.1",
101101
"estree-walker": "^3.0.3",
102102
"etag": "^1.8.1",
@@ -119,9 +119,9 @@
119119
"tinyexec": "^0.3.0",
120120
"ts-loader": "^9.5.1",
121121
"typescript": "^5.6.2",
122-
"vitest": "^2.1.1",
122+
"vitest": "^2.1.2",
123123
"vue": "^3.5.10",
124-
"webpack": "^5.94.0",
124+
"webpack": "^5.95.0",
125125
"webpack-bundle-analyzer": "^4.10.2",
126126
"webpack-cli": "^5.1.4",
127127
"webpack-license-plugin": "^4.5.0",

‎pnpm-lock.yaml

+429-436
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.