Skip to content

Commit

Permalink
⬆️ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amoutonbrady committed Feb 12, 2021
1 parent 9880d53 commit 6c37c39
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 99 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"vite plugin",
"vitejs",
"vitejs plugin",
"vite-plugin",
"solid"
],
"author": "Alexandre Mouton-Brady <amoutonbrady@gmail.com>",
Expand All @@ -43,22 +44,22 @@
"vite": "^2.0.0-beta.68"
},
"dependencies": {
"@babel/core": "^7.12.13",
"@babel/preset-typescript": "^7.12.13",
"@babel/core": "^7.12.16",
"@babel/preset-typescript": "^7.12.16",
"babel-preset-solid": "^0.24.2",
"resolve.exports": "^1.0.2",
"solid-js": "^0.24.4",
"vite": "^2.0.0-beta.68"
"solid-js": "^0.24.5",
"vite": "^2.0.0-beta.69"
},
"devDependencies": {
"@babel/plugin-transform-typescript": "^7.12.13",
"@babel/plugin-transform-typescript": "^7.12.16",
"@rollup/plugin-babel": "^5.2.3",
"@rollup/plugin-node-resolve": "^11.1.1",
"@skypack/package-check": "^0.2.2",
"@types/babel__core": "^7.1.12",
"@types/node": "^14.14.25",
"@types/node": "^14.14.27",
"prettier": "^2.2.1",
"rollup": "^2.38.5",
"rollup": "^2.39.0",
"rollup-plugin-cleaner": "^1.0.0",
"typescript": "^4.1.5"
}
Expand Down
6 changes: 3 additions & 3 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.68"
"vite": "^2.0.0-beta.69"
},
"dependencies": {
"solid-app-router": "^0.0.23",
"solid-js": "^0.24.4",
"solid-meta": "^0.24.4",
"solid-js": "^0.24.5",
"solid-meta": "^0.24.5",
"solid-utils": "^0.4.1"
}
}
34 changes: 17 additions & 17 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 6c37c39

Please sign in to comment.