Skip to content

Commit

Permalink
🐛 Fix deepmerge config issue + patch
Browse files Browse the repository at this point in the history
  • Loading branch information
amoutonbrady committed Mar 8, 2021
1 parent 6f1c39a commit ea5225b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 64 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-solid",
"version": "1.2.3",
"version": "1.2.4",
"description": "solid-js integration plugin for vite 2",
"files": [
"dist"
Expand Down Expand Up @@ -48,6 +48,8 @@
"@babel/core": "^7.13.8",
"@babel/preset-typescript": "^7.13.0",
"babel-preset-solid": "^0.24.13",
"merge-anything": "^4.0.1",
"patch-package": "^6.4.6",
"resolve.exports": "^1.0.2",
"solid-js": "^0.24.13",
"solid-refresh": "^0.0.5",
Expand All @@ -60,7 +62,6 @@
"@skypack/package-check": "^0.2.2",
"@types/babel__core": "^7.1.12",
"@types/node": "^14.14.32",
"patch-package": "^6.4.6",
"prettier": "^2.2.1",
"rollup": "^2.40.0",
"rollup-plugin-cleaner": "^1.0.0",
Expand Down
64 changes: 21 additions & 43 deletions 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 ea5225b

Please sign in to comment.