Skip to content

Commit

Permalink
update testing package.json; yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidprice committed May 29, 2020
1 parent 84a70b2 commit 6015fde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 37 deletions.
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"react": "*"
},
"dependencies": {
"@redwoodjs/internal": "^0.7.0",
"@redwoodjs/web": "^0.7.0",
"@redwoodjs/internal": "^0.8.0-rc.1",
"@redwoodjs/web": "^0.8.0-rc.1",
"@testing-library/react": "^10.0.4"
},
"scripts": {
Expand Down
36 changes: 1 addition & 35 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2327,32 +2327,6 @@
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=

"@redwoodjs/internal@^0.7.0":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@redwoodjs/internal/-/internal-0.7.0.tgz#c708878421f985c74bb947021add9dd965d7b04a"
integrity sha512-VnJk1IrbNhMFK+l1/gF3ScNBsx19+sVnuiKCNAGFJMIDQReaZSQC3FOux9IVgJJCN2AgMnp/X8q+Bz4TQ6gHvA==
dependencies:
findup-sync "^4.0.0"
toml "^3.0.0"

"@redwoodjs/web@^0.7.0":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@redwoodjs/web/-/web-0.7.0.tgz#dfacca767db1e70df1d3e84288a74989aefff63e"
integrity sha512-6fy/9xdZlNIrWZtjDTdZoOX40OSn8eiE7bvhrCgjgzoAAu7vZBSeujkBFTS+Wg+9pblQHN6IQfyM+EqRDJgShw==
dependencies:
"@apollo/react-components" "^3.1.3"
"@apollo/react-hooks" "^3.1.3"
"@types/react" "16.9.34"
apollo-boost "0.4.7"
apollo-cache "^1.3.4"
apollo-client "^2.6.8"
apollo-link "^1.2.13"
apollo-utilities "^1.3.3"
core-js "3.6.4"
graphql "^14.6.0"
proptypes "^1.1.0"
react-hook-form "^5.1.3"

"@rollup/plugin-commonjs@11.0.1":
version "11.0.1"
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-11.0.1.tgz#6056a6757286901cc6c1599123e6680a78cad6c2"
Expand Down Expand Up @@ -3100,14 +3074,6 @@
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/react@16.9.34":
version "16.9.34"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.34.tgz#f7d5e331c468f53affed17a8a4d488cd44ea9349"
integrity sha512-8AJlYMOfPe1KGLKyHpflCg5z46n0b5DbRfqDksxBLBTUpB75ypDBAO9eCUcjNwE6LCUslwTz00yyG/X9gaVtow==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/require-dir@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@types/require-dir/-/require-dir-1.0.1.tgz#ea0b071a1c0f6dfa39674db7003cf51a0b70518a"
Expand Down Expand Up @@ -15265,7 +15231,7 @@ undefsafe@^2.0.2:
dependencies:
debug "^2.2.0"

"undici@github:mcollina/undici":
undici@mcollina/undici:
version "0.5.0"
resolved "https://codeload.github.com/mcollina/undici/tar.gz/6c3d7eed592cab9c4b63d56164ecd3cc9358945a"
dependencies:
Expand Down

0 comments on commit 6015fde

Please sign in to comment.