We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a432e8 commit 0438ab4Copy full SHA for 0438ab4
playground/package.json
@@ -8,17 +8,17 @@
8
},
9
"license": "MIT",
10
"devDependencies": {
11
- "@babel/core": "^7.17.9",
+ "@babel/core": "^7.18.6",
12
"@babel/plugin-syntax-top-level-await": "^7.14.5",
13
- "@mdx-js/mdx": "^2.1.1",
14
- "vite": "^2.9.1",
+ "@mdx-js/mdx": "^2.1.2",
+ "vite": "^3.0.0",
15
"vite-plugin-solid": "link:.."
16
17
"dependencies": {
18
- "solid-app-router": "^0.3.2",
19
- "solid-js": "^1.3.14",
+ "solid-app-router": "^0.4.1",
+ "solid-js": "^1.4.7",
20
"solid-mdx": "^0.0.6",
21
- "solid-meta": "^0.27.3",
+ "solid-meta": "^0.27.5",
22
"solid-utils": "^0.8.1"
23
}
24
0 commit comments