From e8cf27d65d0910c16f05ebd9fa699f7421ac98f2 Mon Sep 17 00:00:00 2001 From: Kenneth Allen Date: Mon, 25 Oct 2021 18:05:11 +1100 Subject: [PATCH] Fix build --- package.json | 7 ++----- packages/example-client/package.json | 5 +++-- packages/wonders-client/package.json | 7 ++++--- yarn.lock | 4 ++-- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 5d82e83..dbd7d61 100644 --- a/package.json +++ b/package.json @@ -10,9 +10,6 @@ "lerna": "^4.0.0" }, "resolutions": { - "acorn": "^8.2.4" - }, - "dependencies": { - "acorn": "^8.2.4" + "acorn": "^8.5.0" } -} +} \ No newline at end of file diff --git a/packages/example-client/package.json b/packages/example-client/package.json index e43a399..47c9f4a 100644 --- a/packages/example-client/package.json +++ b/packages/example-client/package.json @@ -10,10 +10,11 @@ "@types/node": "^16.11.4", "@types/react": "^17.0.5", "@types/react-dom": "^17.0.5", + "eslint-config-react-app": "^6.0.0", "example-common": "^0.1.1", "ketchup-react": "^0.1.1", - "react": "^17.0.1", - "react-dom": "^17.0.1", + "react": "^17.0.2", + "react-dom": "^17.0.2", "react-scripts": "^4.0.3", "typescript": "^4.1.2", "web-vitals": "^2.1.2" diff --git a/packages/wonders-client/package.json b/packages/wonders-client/package.json index 402a943..5c52a9e 100644 --- a/packages/wonders-client/package.json +++ b/packages/wonders-client/package.json @@ -8,10 +8,11 @@ "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.0.2", "@types/node": "^16.11.4", - "@types/react": "^17.0.0", - "@types/react-dom": "^17.0.0", + "@types/react": "^17.0.5", + "@types/react-dom": "^17.0.5", + "eslint-config-react-app": "^6.0.0", "formik": "^2.2.6", - "ketchup-react": "^0.1.0", + "ketchup-react": "^0.1.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "^4.0.3", diff --git a/yarn.lock b/yarn.lock index b656448..2885891 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2944,7 +2944,7 @@ resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.5.tgz#75a2a8e7d8ab4b230414505d92335d1dcb53a6df" integrity sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ== -"@types/react-dom@^17.0.0", "@types/react-dom@^17.0.5": +"@types/react-dom@^17.0.5": version "17.0.10" resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.10.tgz#d6972ec018d23cf22b99597f1289343d99ea9d9d" integrity sha512-8oz3NAUId2z/zQdFI09IMhQPNgIbiP8Lslhv39DIDamr846/0spjZK0vnrMak0iB8EKb9QFTTIdg2Wj2zH5a3g== @@ -12177,7 +12177,7 @@ react-dev-utils@^11.0.3: strip-ansi "6.0.0" text-table "0.2.0" -react-dom@^17.0.1, react-dom@^17.0.2: +react-dom@^17.0.2: version "17.0.2" resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23" integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==