Skip to content

Commit

Permalink
⬆️ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amoutonbrady committed Apr 20, 2021
1 parent eb5a019 commit 1a2a2d6
Show file tree
Hide file tree
Showing 4 changed files with 408 additions and 419 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
},
"homepage": "https://github.com/amoutonbrady/vite-plugin-solid#readme",
"dependencies": {
"@babel/core": "^7.13.15",
"@babel/core": "^7.13.16",
"@babel/preset-typescript": "^7.13.0",
"babel-preset-solid": "^0.25.0",
"babel-preset-solid": "^0.26.0",
"merge-anything": "^4.0.1",
"solid-js": "^0.25.1",
"solid-js": "^0.26.1",
"solid-refresh": "^0.1.1",
"vite": "^2.1.5"
"vite": "^2.2.1"
},
"devDependencies": {
"@babel/plugin-transform-typescript": "^7.13.0",
Expand All @@ -56,9 +56,9 @@
"@rollup/plugin-node-resolve": "^11.2.1",
"@skypack/package-check": "^0.2.2",
"@types/babel__core": "^7.1.14",
"@types/node": "^14.14.37",
"@types/node": "^14.14.41",
"prettier": "^2.2.1",
"rollup": "^2.45.0",
"rollup": "^2.45.2",
"rollup-plugin-cleaner": "^1.0.0",
"typescript": "^4.2.4"
}
Expand Down
10 changes: 5 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"license": "MIT",
"devDependencies": {
"@babel/plugin-syntax-top-level-await": "^7.12.13",
"vite": "^2.1.5",
"vite": "^2.2.1",
"vite-plugin-solid": "link:.."
},
"dependencies": {
"solid-app-router": "^0.0.37",
"solid-js": "^0.25.1",
"solid-meta": "^0.25.1",
"solid-utils": "^0.6.1"
"solid-app-router": "^0.0.38",
"solid-js": "^0.26.1",
"solid-meta": "^0.26.1",
"solid-utils": "^0.7.0"
}
}
64 changes: 32 additions & 32 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 1a2a2d6

Please sign in to comment.