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 0259ba6 commit 093f738Copy full SHA for 093f738
playground/package.json
@@ -8,16 +8,16 @@
8
},
9
"license": "MIT",
10
"devDependencies": {
11
- "@babel/core": "^7.16.12",
+ "@babel/core": "^7.17.9",
12
"@babel/plugin-syntax-top-level-await": "^7.14.5",
13
- "@mdx-js/mdx": "^2.0.0-rc.2",
14
- "vite": "^2.7.13",
+ "@mdx-js/mdx": "^2.1.1",
+ "vite": "^2.9.1",
15
"vite-plugin-solid": "link:.."
16
17
"dependencies": {
18
- "solid-app-router": "^0.2.1",
19
- "solid-js": "^1.3.3",
20
- "solid-mdx": "^0.0.5",
+ "solid-app-router": "^0.3.2",
+ "solid-js": "^1.3.14",
+ "solid-mdx": "^0.0.6",
21
"solid-meta": "^0.27.3",
22
"solid-utils": "^0.8.1"
23
}
0 commit comments