Skip to content

Commit

Permalink
⬆️ Update to solid 1.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amoutonbrady committed Jun 2, 2021
1 parent c2bf813 commit b4795bd
Show file tree
Hide file tree
Showing 5 changed files with 475 additions and 452 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,26 @@
},
"homepage": "https://github.com/amoutonbrady/vite-plugin-solid#readme",
"dependencies": {
"@babel/core": "^7.14.2",
"@babel/core": "^7.14.3",
"@babel/preset-typescript": "^7.13.0",
"babel-preset-solid": "^0.26.5",
"babel-preset-solid": "^1.0.0-rc.2",
"merge-anything": "^4.0.1",
"solid-js": "^0.26.5",
"solid-js": "^1.0.0-rc.2",
"solid-refresh": "^0.1.2",
"vite": "^2.3.2"
"vite": "^2.3.6"
},
"devDependencies": {
"@babel/plugin-transform-typescript": "^7.13.0",
"@babel/preset-env": "^7.14.2",
"@babel/plugin-transform-typescript": "^7.14.4",
"@babel/preset-env": "^7.14.4",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@skypack/package-check": "^0.2.2",
"@types/babel__core": "^7.1.14",
"@types/node": "^15.0.3",
"@types/node": "^15.6.2",
"prettier": "^2.3.0",
"rollup": "^2.47.0",
"rollup": "^2.50.5",
"rollup-plugin-cleaner": "^1.0.0",
"typescript": "^4.2.4"
"typescript": "^4.3.2"
}
}
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"license": "MIT",
"devDependencies": {
"@babel/plugin-syntax-top-level-await": "^7.12.13",
"vite": "^2.2.4",
"vite": "^2.3.6",
"vite-plugin-solid": "link:.."
},
"dependencies": {
"solid-app-router": "^0.0.39",
"solid-js": "^0.26.5",
"solid-app-router": "^0.0.45",
"solid-js": "^1.0.0-rc.2",
"solid-meta": "^0.26.5",
"solid-utils": "^0.7.0"
}
Expand Down
80 changes: 40 additions & 40 deletions playground/pnpm-lock.yaml

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

Loading

0 comments on commit b4795bd

Please sign in to comment.