We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ffe73 commit 1494e5dCopy full SHA for 1494e5d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vite-plugin-solid",
3
- "version": "2.2.0",
+ "version": "2.2.1",
4
"description": "solid-js integration plugin for vite 2",
5
"type": "module",
6
"files": [
@@ -42,10 +42,10 @@
42
"dependencies": {
43
"@babel/core": "^7.16.7",
44
"@babel/preset-typescript": "^7.16.7",
45
- "babel-preset-solid": "^1.2.6",
+ "babel-preset-solid": "^1.3.0",
46
"merge-anything": "^4.0.2",
47
- "solid-js": "^1.2.6",
48
- "solid-refresh": "^0.3.2",
+ "solid-js": "^1.3.0",
+ "solid-refresh": "^0.4.0",
49
"vite": "^2.7.10"
50
},
51
"devDependencies": {
0 commit comments