Skip to content

Commit

Permalink
⚡ Bake merge-anything into the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
amoutonbrady committed Apr 9, 2021
1 parent 9646317 commit ba1f655
Show file tree
Hide file tree
Showing 6 changed files with 998 additions and 993 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,27 +40,26 @@
},
"homepage": "https://github.com/amoutonbrady/vite-plugin-solid#readme",
"dependencies": {
"@babel/core": "^7.13.14",
"@babel/core": "^7.13.15",
"@babel/preset-typescript": "^7.13.0",
"babel-preset-solid": "^0.25.0",
"merge-anything": "^4.0.1",
"resolve.exports": "^1.0.2",
"solid-js": "^0.25.0",
"solid-refresh": "^0.1.0",
"solid-js": "^0.25.1",
"solid-refresh": "^0.1.1",
"vite": "^2.1.5"
},
"devDependencies": {
"@babel/plugin-transform-typescript": "^7.13.0",
"@babel/preset-env": "^7.13.12",
"@babel/preset-env": "^7.13.15",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@skypack/package-check": "^0.2.2",
"@types/babel__core": "^7.1.14",
"@types/node": "^14.14.37",
"prettier": "^2.2.1",
"rollup": "^2.44.0",
"rollup": "^2.45.0",
"rollup-plugin-cleaner": "^1.0.0",
"typescript": "^4.2.3"
"typescript": "^4.2.4"
}
}
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"vite-plugin-solid": "link:.."
},
"dependencies": {
"solid-app-router": "^0.0.36",
"solid-js": "^0.25.0",
"solid-meta": "^0.25.0",
"solid-utils": "^0.5.0"
"solid-app-router": "^0.0.37",
"solid-js": "^0.25.1",
"solid-meta": "^0.25.1",
"solid-utils": "^0.6.1"
}
}
170 changes: 83 additions & 87 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 ba1f655

Please sign in to comment.