Skip to content

Commit

Permalink
⬆️ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amoutonbrady committed Jul 17, 2021
1 parent f24ef12 commit f684995
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 136 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,24 @@
"dependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-typescript": "^7.14.5",
"babel-preset-solid": "^1.0.0",
"babel-preset-solid": "^1.0.1",
"merge-anything": "^4.0.1",
"solid-js": "^1.0.0",
"solid-js": "^1.0.3",
"solid-refresh": "^0.2.1",
"vite": "^2.3.8"
"vite": "^2.4.2"
},
"devDependencies": {
"@babel/plugin-transform-typescript": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-commonjs": "^19.0.1",
"@rollup/plugin-node-resolve": "^13.0.2",
"@skypack/package-check": "^0.2.2",
"@types/babel__core": "^7.1.14",
"@types/node": "^15.12.5",
"@types/babel__core": "^7.1.15",
"@types/node": "^16.3.3",
"prettier": "^2.3.2",
"rollup": "^2.52.3",
"rollup": "^2.53.2",
"rollup-plugin-cleaner": "^1.0.0",
"typescript": "^4.3.4"
"typescript": "^4.3.5"
}
}
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.14.5",
"vite": "^2.3.8",
"vite": "^2.4.2",
"vite-plugin-solid": "link:.."
},
"dependencies": {
"solid-app-router": "^0.0.50-rc.0",
"solid-js": "^1.0.0",
"solid-app-router": "^0.0.51",
"solid-js": "^1.0.3",
"solid-meta": "^0.27.0",
"solid-utils": "^0.8.1"
}
Expand Down
58 changes: 29 additions & 29 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 f684995

Please sign in to comment.