Skip to content

Commit 1328d1c

Browse files
chore(deps): update all non-major dependencies
1 parent ddb4683 commit 1328d1c

File tree

3 files changed

+490
-488
lines changed

3 files changed

+490
-488
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.5.6
4141
- run: pnpm install
4242
- run: pnpm lint
4343
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == 22 }}

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"test:types": "tsc --noEmit"
6868
},
6969
"devDependencies": {
70-
"@babel/core": "^7.28.4",
70+
"@babel/core": "^7.28.5",
7171
"@babel/helper-module-imports": "^7.27.1",
7272
"@babel/helper-module-transforms": "^7.28.3",
7373
"@babel/helper-plugin-utils": "^7.27.1",
@@ -78,19 +78,19 @@
7878
"@babel/plugin-syntax-jsx": "^7.27.1",
7979
"@babel/plugin-transform-export-namespace-from": "^7.27.1",
8080
"@babel/plugin-transform-react-jsx": "^7.27.1",
81-
"@babel/plugin-transform-typescript": "^7.28.0",
82-
"@babel/preset-typescript": "^7.27.1",
81+
"@babel/plugin-transform-typescript": "^7.28.5",
82+
"@babel/preset-typescript": "^7.28.5",
8383
"@babel/template": "^7.27.2",
84-
"@babel/traverse": "^7.28.4",
85-
"@babel/types": "^7.28.4",
86-
"@rspack/cli": "^1.5.8",
87-
"@rspack/core": "^1.5.8",
84+
"@babel/traverse": "^7.28.5",
85+
"@babel/types": "^7.28.5",
86+
"@rspack/cli": "^1.6.5",
87+
"@rspack/core": "^1.6.5",
8888
"@types/babel__core": "^7.20.5",
8989
"@types/babel__helper-module-imports": "^7.18.3",
9090
"@types/babel__helper-plugin-utils": "^7.10.3",
9191
"@types/babel__template": "^7.4.4",
9292
"@types/babel__traverse": "^7.28.0",
93-
"@types/node": "^24.6.1",
93+
"@types/node": "^24.10.1",
9494
"@vitest/coverage-v8": "^3.2.4",
9595
"acorn": "^8.15.0",
9696
"babel-plugin-parameter-decorator": "^1.0.16",
@@ -100,7 +100,7 @@
100100
"defu": "^6.1.4",
101101
"destr": "^2.0.5",
102102
"escape-string-regexp": "^5.0.0",
103-
"eslint": "^9.36.0",
103+
"eslint": "^9.39.1",
104104
"eslint-config-unjs": "^0.5.0",
105105
"estree-walker": "^3.0.3",
106106
"etag": "^1.8.1",
@@ -109,25 +109,25 @@
109109
"mime": "^4.1.0",
110110
"mlly": "^1.8.0",
111111
"moment-timezone": "^0.6.0",
112-
"nano-jsx": "^0.2.0",
112+
"nano-jsx": "^0.2.1",
113113
"pathe": "^2.0.3",
114114
"pkg-types": "^2.3.0",
115115
"preact": "^10.27.2",
116-
"preact-render-to-string": "^6.6.2",
117-
"prettier": "^3.6.2",
118-
"react": "^19.1.1",
119-
"react-dom": "^19.1.1",
116+
"preact-render-to-string": "^6.6.3",
117+
"prettier": "^3.7.1",
118+
"react": "^19.2.0",
119+
"react-dom": "^19.2.0",
120120
"reflect-metadata": "^0.2.2",
121-
"solid-js": "^1.9.9",
122-
"std-env": "^3.9.0",
121+
"solid-js": "^1.9.10",
122+
"std-env": "^3.10.0",
123123
"terser-webpack-plugin": "^5.3.14",
124-
"tinyexec": "^1.0.1",
124+
"tinyexec": "^1.0.2",
125125
"ts-loader": "^9.5.4",
126126
"typescript": "^5.9.3",
127127
"vitest": "^3.2.4",
128-
"vue": "^3.5.22",
128+
"vue": "^3.5.25",
129129
"yoctocolors": "^2.1.2",
130-
"zod": "^4.1.11"
130+
"zod": "^4.1.13"
131131
},
132-
"packageManager": "pnpm@10.17.1"
132+
"packageManager": "pnpm@10.23.0"
133133
}

0 commit comments

Comments
 (0)