Skip to content

Commit

Permalink
⬆️ Update dependnecies
Browse files Browse the repository at this point in the history
  • Loading branch information
amoutonbrady committed May 8, 2021
1 parent e2df01b commit baf497a
Show file tree
Hide file tree
Showing 4 changed files with 525 additions and 417 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,25 @@
},
"homepage": "https://github.com/amoutonbrady/vite-plugin-solid#readme",
"dependencies": {
"@babel/core": "^7.13.16",
"@babel/core": "^7.14.0",
"@babel/preset-typescript": "^7.13.0",
"babel-preset-solid": "^0.26.0",
"babel-preset-solid": "^0.26.5",
"merge-anything": "^4.0.1",
"solid-js": "^0.26.1",
"solid-refresh": "^0.1.1",
"vite": "^2.2.1"
"solid-js": "^0.26.5",
"solid-refresh": "^0.1.2",
"vite": "^2.2.4"
},
"devDependencies": {
"@babel/plugin-transform-typescript": "^7.13.0",
"@babel/preset-env": "^7.13.15",
"@babel/preset-env": "^7.14.1",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@skypack/package-check": "^0.2.2",
"@types/babel__core": "^7.1.14",
"@types/node": "^14.14.41",
"@types/node": "^15.0.2",
"prettier": "^2.2.1",
"rollup": "^2.45.2",
"rollup": "^2.47.0",
"rollup-plugin-cleaner": "^1.0.0",
"typescript": "^4.2.4"
}
Expand Down
8 changes: 4 additions & 4 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.2.1",
"vite": "^2.2.4",
"vite-plugin-solid": "link:.."
},
"dependencies": {
"solid-app-router": "^0.0.38",
"solid-js": "^0.26.1",
"solid-meta": "^0.26.1",
"solid-app-router": "^0.0.39",
"solid-js": "^0.26.5",
"solid-meta": "^0.26.5",
"solid-utils": "^0.7.0"
}
}
60 changes: 30 additions & 30 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 baf497a

Please sign in to comment.