Skip to content

Commit

Permalink
⬆️ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amoutonbrady committed Feb 11, 2021
1 parent bb54684 commit e91b9a0
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 171 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"peerDependencies": {
"babel-preset-solid": "^0.24",
"solid-js": "^0.24",
"vite": "^2.0.0-beta.64"
"vite": "^2.0.0-beta.68"
},
"dependencies": {
"@babel/core": "^7.12.13",
"@babel/preset-typescript": "^7.12.13",
"babel-preset-solid": "^0.24.0",
"babel-preset-solid": "^0.24.2",
"resolve.exports": "^1.0.2",
"solid-js": "^0.24.0",
"vite": "^2.0.0-beta.64"
"solid-js": "^0.24.4",
"vite": "^2.0.0-beta.68"
},
"devDependencies": {
"@babel/plugin-transform-typescript": "^7.12.13",
Expand All @@ -58,8 +58,8 @@
"@types/babel__core": "^7.1.12",
"@types/node": "^14.14.25",
"prettier": "^2.2.1",
"rollup": "^2.38.4",
"rollup": "^2.38.5",
"rollup-plugin-cleaner": "^1.0.0",
"typescript": "^4.1.2"
"typescript": "^4.1.5"
}
}
10 changes: 5 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"author": "Alexandre Mouton-Brady",
"license": "ISC",
"devDependencies": {
"vite": "^2.0.0-beta.64"
"vite": "^2.0.0-beta.68"
},
"dependencies": {
"solid-app-router": "^0.0.21",
"solid-js": "^0.24.0",
"solid-meta": "^0.24.0",
"solid-utils": "^0.3.1"
"solid-app-router": "^0.0.23",
"solid-js": "^0.24.4",
"solid-meta": "^0.24.4",
"solid-utils": "^0.4.1"
}
}
92 changes: 39 additions & 53 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 e91b9a0

Please sign in to comment.