Skip to content

Commit

Permalink
⬆️ Update dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
amoutonbrady committed Jan 26, 2022
1 parent 7443f0c commit 0d429c2
Show file tree
Hide file tree
Showing 4 changed files with 592 additions and 550 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,27 +40,27 @@
},
"homepage": "https://github.com/solidjs/vite-plugin-solid#readme",
"dependencies": {
"@babel/core": "^7.16.7",
"@babel/core": "^7.16.12",
"@babel/preset-typescript": "^7.16.7",
"babel-preset-solid": "^1.3.0",
"merge-anything": "^5.0.0",
"solid-js": "^1.3.0",
"merge-anything": "^5.0.2",
"solid-js": "^1.3.3",
"solid-refresh": "^0.4.0",
"vite": "^2.7.13"
},
"devDependencies": {
"@babel/plugin-transform-typescript": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/plugin-transform-typescript": "^7.16.8",
"@babel/preset-env": "^7.16.11",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"@skypack/package-check": "^0.2.2",
"@types/babel__core": "^7.1.18",
"@types/node": "^17.0.7",
"@types/node": "^17.0.12",
"prettier": "^2.5.1",
"rollup": "^2.62.0",
"rollup": "^2.66.1",
"rollup-plugin-cleaner": "^1.0.0",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
},
"packageManager": "pnpm@6.24.4"
}
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/core": "^7.16.12",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@mdx-js/mdx": "^2.0.0-rc.2",
"vite": "^2.7.10",
"vite": "^2.7.13",
"vite-plugin-solid": "link:.."
},
"dependencies": {
"solid-app-router": "^0.1.14",
"solid-js": "^1.2.6",
"solid-app-router": "^0.2.1",
"solid-js": "^1.3.3",
"solid-mdx": "^0.0.5",
"solid-meta": "^0.27.3",
"solid-utils": "^0.8.1"
Expand Down

0 comments on commit 0d429c2

Please sign in to comment.