Skip to content

Commit 7064976

Browse files
committed
chore: upgrade packages
1 parent a3dd233 commit 7064976

File tree

2 files changed

+858
-1089
lines changed

2 files changed

+858
-1089
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
},
1313
"license": "MIT",
1414
"devDependencies": {
15-
"@solidjs/testing-library": "^0.8.5",
16-
"@testing-library/jest-dom": "^6.2.0",
17-
"@types/testing-library__jest-dom": "^5.14.9",
18-
"jsdom": "^23.2.0",
19-
"solid-devtools": "^0.29.2",
20-
"typescript": "^5.3.3",
21-
"vite": "^5.0.11",
22-
"vite-plugin-solid": "^2.8.2",
23-
"vitest": "^1.2.1"
15+
"@solidjs/testing-library": "0.8.10",
16+
"@testing-library/jest-dom": "6.6.3",
17+
"@types/testing-library__jest-dom": "5.14.9",
18+
"jsdom": "26.0.0",
19+
"solid-devtools": "0.33.0",
20+
"typescript": "5.7.3",
21+
"vite": "6.1.0",
22+
"vite-plugin-solid": "2.11.1",
23+
"vitest": "3.0.5"
2424
},
2525
"dependencies": {
26-
"solid-js": "^1.8.11"
26+
"solid-js": "1.9.4"
2727
}
2828
}

0 commit comments

Comments
 (0)