Fix build
This commit is contained in:
parent
7423e948d0
commit
e8cf27d65d
@ -10,9 +10,6 @@
|
||||
"lerna": "^4.0.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"acorn": "^8.2.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"acorn": "^8.2.4"
|
||||
"acorn": "^8.5.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -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"
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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==
|
||||
|
||||
Loading…
Reference in New Issue
Block a user