Skip to content

Commit

Permalink
⬆️ Update playground dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amoutonbrady committed Jul 14, 2022
1 parent 4a432e8 commit 0438ab4
Show file tree
Hide file tree
Showing 2 changed files with 397 additions and 408 deletions.
12 changes: 6 additions & 6 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/core": "^7.18.6",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@mdx-js/mdx": "^2.1.1",
"vite": "^2.9.1",
"@mdx-js/mdx": "^2.1.2",
"vite": "^3.0.0",
"vite-plugin-solid": "link:.."
},
"dependencies": {
"solid-app-router": "^0.3.2",
"solid-js": "^1.3.14",
"solid-app-router": "^0.4.1",
"solid-js": "^1.4.7",
"solid-mdx": "^0.0.6",
"solid-meta": "^0.27.3",
"solid-meta": "^0.27.5",
"solid-utils": "^0.8.1"
}
}

0 comments on commit 0438ab4

Please sign in to comment.