Skip to content

Commit

Permalink
add missing preact dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Dec 11, 2020
1 parent 6ef4a1d commit ae766d7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "web-test-runner \"src/**/*.test.tsx\""
},
"dependencies": {
"preact": "^10.5.4"
"preact": "^10.0.0"
},
"devDependencies": {
"@prefresh/snowpack": "^2.0.1",
Expand All @@ -32,6 +32,7 @@
"@snowpack/web-test-runner-plugin": "^0.1.5",
"@testing-library/preact": "^2.0.0",
"@types/chai": "^4.2.14",
"@web/test-runner": "^0.10.0",
"chai": "^4.2.0",
"prettier": "^2.0.5",
"snowpack": "^2.18.2",
Expand Down
2 changes: 1 addition & 1 deletion create-snowpack-app/app-template-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "web-test-runner \"src/**/*.test.jsx\""
},
"dependencies": {
"preact": "^10.4.6"
"preact": "^10.0.0"
},
"devDependencies": {
"@prefresh/snowpack": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion test/build/module-resolution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"testbuild": "snowpack build --no-treeshake"
},
"devDependencies": {
"preact": "^10.4.6",
"preact": "^10.0.0",
"snowpack": "^2.14.3"
}
}
2 changes: 1 addition & 1 deletion test/esinstall/config-alias/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"dependencies": {
"preact": "^10.4.6",
"preact": "^10.0.0",
"vue": "^2.6.12",
"vue-currency-input": "^1.21.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test/esinstall/package-entrypoints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"export-map-object-import": "file:./export-map-object-import",
"export-map-object-default": "file:./export-map-object-default",
"export-map-object-require": "file:./export-map-object-require",
"preact": "^10.4.6"
"preact": "^10.0.0"
},
"devDependencies": {
"esinstall": "^0.4.0"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11401,7 +11401,7 @@ postcss@^8.1.8:
nanoid "^3.1.20"
source-map "^0.6.1"

preact@^10.4.6, preact@^10.5.4:
preact@^10.0.0:
version "10.5.7"
resolved "https://registry.yarnpkg.com/preact/-/preact-10.5.7.tgz#f1d84725539e18f7ccbea937cf3db5895661dbd3"
integrity sha512-4oEpz75t/0UNcwmcsjk+BIcDdk68oao+7kxcpc1hQPNs2Oo3ZL9xFz8UBf350mxk/VEdD41L5b4l2dE3Ug3RYg==
Expand Down Expand Up @@ -12904,7 +12904,7 @@ solid-js@^0.16.7:
resolved "https://registry.yarnpkg.com/solid-js/-/solid-js-0.16.14.tgz#098aea093d1f1660c3572eda5af085e5d0cc2f20"
integrity sha512-fdkzrseYaileVAHJAmGRXBrq6Uyd7zwGK53T+QnKTlvd5hhPSh5i2W8vny1HycHTXZ3v8oms/2H2Gj3/cVfVqQ==

"some-custom-lookup-package@file:./test/esinstall/config-package-lookup-fields/packages/some-custom-lookup-package":
"some-custom-lookup-package@file:./test/build/config-package-lookup-fields/packages/some-custom-lookup-package":
version "1.0.0"

sort-keys@^2.0.0:
Expand Down

1 comment on commit ae766d7

@vercel
Copy link

@vercel vercel bot commented on ae766d7 Dec 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.