Skip to content

Commit 498e8d7

Browse files
committed
chore: update deps
1 parent 9ee314f commit 498e8d7

2 files changed

Lines changed: 294 additions & 222 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"test:native:deno": "deno test -A --no-check test/native/deno.test.ts",
6565
"test:native:node": "node --test --experimental-strip-types test/native/node.test.ts",
6666
"test:node-register": "JITI_JSX=1 node --test test/node-register.test.mjs",
67-
"test:types": "tsc --noEmit"
67+
"test:types": "tsgo --noEmit"
6868
},
6969
"devDependencies": {
7070
"@babel/core": "^7.29.0",
@@ -90,17 +90,18 @@
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": "^25.3.0",
93+
"@types/node": "^25.3.2",
94+
"@typescript/native-preview": "7.0.0-dev.20260227.1",
9495
"@vitest/coverage-v8": "^4.0.18",
9596
"acorn": "^8.16.0",
9697
"babel-plugin-parameter-decorator": "^1.0.16",
9798
"changelogen": "^0.6.2",
98-
"config": "^4.4.0",
99+
"config": "^4.4.1",
99100
"consola": "^3.4.2",
100101
"defu": "^6.1.4",
101102
"destr": "^2.0.5",
102103
"escape-string-regexp": "^5.0.0",
103-
"eslint": "^10.0.1",
104+
"eslint": "^10.0.2",
104105
"eslint-config-unjs": "^0.6.2",
105106
"estree-walker": "^3.0.3",
106107
"etag": "^1.8.1",
@@ -114,7 +115,6 @@
114115
"pkg-types": "^2.3.0",
115116
"preact": "^10.28.4",
116117
"preact-render-to-string": "^6.6.6",
117-
"prettier": "^3.8.1",
118118
"react": "^19.2.4",
119119
"react-dom": "^19.2.4",
120120
"reflect-metadata": "^0.2.2",
@@ -125,9 +125,9 @@
125125
"ts-loader": "^9.5.4",
126126
"typescript": "^5.9.3",
127127
"vitest": "^4.0.18",
128-
"vue": "^3.5.28",
128+
"vue": "^3.5.29",
129129
"yoctocolors": "^2.1.2",
130130
"zod": "^4.3.6"
131131
},
132-
"packageManager": "pnpm@10.17.1"
132+
"packageManager": "pnpm@10.30.3"
133133
}

0 commit comments

Comments
 (0)