Skip to content

Commit

Permalink
⬆️ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amoutonbrady committed Jan 3, 2022
1 parent 34967e8 commit 5df5464
Show file tree
Hide file tree
Showing 2 changed files with 759 additions and 726 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,26 @@
},
"homepage": "https://github.com/solidjs/vite-plugin-solid#readme",
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@babel/core": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"babel-preset-solid": "^1.2.6",
"merge-anything": "^4.0.1",
"merge-anything": "^4.0.2",
"solid-js": "^1.2.6",
"solid-refresh": "^0.3.2",
"vite": "^2.7.1"
"vite": "^2.7.10"
},
"devDependencies": {
"@babel/plugin-transform-typescript": "^7.16.1",
"@babel/preset-env": "^7.16.0",
"@babel/plugin-transform-typescript": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-node-resolve": "^13.1.2",
"@skypack/package-check": "^0.2.2",
"@types/babel__core": "^7.1.16",
"@types/node": "^16.11.6",
"prettier": "^2.4.1",
"rollup": "^2.59.0",
"@types/babel__core": "^7.1.18",
"@types/node": "^17.0.7",
"prettier": "^2.5.1",
"rollup": "^2.62.0",
"rollup-plugin-cleaner": "^1.0.0",
"typescript": "^4.4.4"
"typescript": "^4.5.4"
}
}
Loading

0 comments on commit 5df5464

Please sign in to comment.