Skip to content

Commit

Permalink
⬆️ Update to solid 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amoutonbrady committed Jun 28, 2021
1 parent 7b7ca58 commit 752e47e
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 53 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-solid",
"version": "2.0.0-rc.4",
"version": "2.0.0",
"description": "solid-js integration plugin for vite 2",
"type": "module",
"files": [
Expand Down Expand Up @@ -42,10 +42,10 @@
"dependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-typescript": "^7.14.5",
"babel-preset-solid": "^1.0.0-rc.9",
"babel-preset-solid": "^1.0.0",
"merge-anything": "^4.0.1",
"solid-js": "^1.0.0-rc.9",
"solid-refresh": "^0.2.0-rc.0",
"solid-js": "^1.0.0",
"solid-refresh": "^0.2.0",
"vite": "^2.3.8"
},
"devDependencies": {
Expand All @@ -56,8 +56,8 @@
"@rollup/plugin-node-resolve": "^13.0.0",
"@skypack/package-check": "^0.2.2",
"@types/babel__core": "^7.1.14",
"@types/node": "^15.12.4",
"prettier": "^2.3.1",
"@types/node": "^15.12.5",
"prettier": "^2.3.2",
"rollup": "^2.52.3",
"rollup-plugin-cleaner": "^1.0.0",
"typescript": "^4.3.4"
Expand Down
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"dependencies": {
"solid-app-router": "^0.0.50-rc.0",
"solid-js": "^1.0.0-rc.9",
"solid-meta": "^0.27.0-rc.0",
"solid-utils": "^0.8.0-rc.0"
"solid-js": "^1.0.0",
"solid-meta": "^0.27.0",
"solid-utils": "^0.8.1"
}
}
38 changes: 19 additions & 19 deletions playground/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 25 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 752e47e

Please sign in to comment.