Skip to content

Commit a5ed800

Browse files
chore(deps): update all non-major dependencies
1 parent ae790b0 commit a5ed800

File tree

3 files changed

+134
-149
lines changed

3 files changed

+134
-149
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: denoland/setup-deno@v2
3838
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == 22 }}
3939
with:
40-
deno-version: v2.x
40+
deno-version: 2.7.1
4141
- run: pnpm install
4242
- run: pnpm lint
4343
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == 22 }}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@
8484
"@babel/template": "^7.28.6",
8585
"@babel/traverse": "^7.29.0",
8686
"@babel/types": "^7.29.0",
87-
"@rspack/cli": "^1.7.6",
88-
"@rspack/core": "^1.7.6",
87+
"@rspack/cli": "^1.7.7",
88+
"@rspack/core": "^1.7.7",
8989
"@types/babel__core": "^7.20.5",
9090
"@types/babel__helper-module-imports": "^7.18.3",
9191
"@types/babel__helper-plugin-utils": "^7.10.3",
9292
"@types/babel__template": "^7.4.4",
9393
"@types/babel__traverse": "^7.28.0",
94-
"@types/node": "^25.3.2",
95-
"@typescript/native-preview": "7.0.0-dev.20260227.1",
94+
"@types/node": "^25.3.3",
95+
"@typescript/native-preview": "7.0.0-dev.20260303.1",
9696
"@vitest/coverage-v8": "^4.0.18",
9797
"acorn": "^8.16.0",
9898
"babel-plugin-parameter-decorator": "^1.0.16",
@@ -124,7 +124,7 @@
124124
"reflect-metadata": "^0.2.2",
125125
"solid-js": "^1.9.11",
126126
"std-env": "^4.0.0-rc.1",
127-
"terser-webpack-plugin": "^5.3.16",
127+
"terser-webpack-plugin": "^5.3.17",
128128
"tinyexec": "^1.0.2",
129129
"ts-loader": "^9.5.4",
130130
"typescript": "^5.9.3",

0 commit comments

Comments
 (0)