Switch to npm, upgrade Lerna, upgrade react-scripts

This commit is contained in:
Kenneth Allen 2023-05-01 14:23:47 +10:00
parent e59fa7ccb8
commit e68e21284c
7 changed files with 27340 additions and 26350 deletions

View File

@ -3,6 +3,5 @@
"packages/*" "packages/*"
], ],
"version": "independent", "version": "independent",
"npmClient": "yarn",
"useWorkspaces": true "useWorkspaces": true
} }

27335
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
], ],
"scripts": {}, "scripts": {},
"devDependencies": { "devDependencies": {
"lerna": "^4.0.0" "lerna": "^6.6.1"
}, },
"resolutions": { "resolutions": {
"acorn": "^8.5.0" "acorn": "^8.5.0"

View File

@ -15,7 +15,7 @@
"ketchup-react": "^0.1.1", "ketchup-react": "^0.1.1",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-scripts": "^4.0.3", "react-scripts": "^5.0.1",
"typescript": "^4.1.2", "typescript": "^4.1.2",
"web-vitals": "^2.1.2" "web-vitals": "^2.1.2"
}, },

View File

@ -17,7 +17,7 @@
"ketchup-react": "^0.1.1", "ketchup-react": "^0.1.1",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-scripts": "^4.0.3", "react-scripts": "^5.0.1",
"roman-numerals": "^0.3.2", "roman-numerals": "^0.3.2",
"typescript": "^4.1.2", "typescript": "^4.1.2",
"web-vitals": "^2.1.2", "web-vitals": "^2.1.2",

File diff suppressed because it is too large Load Diff

15182
yarn.lock

File diff suppressed because it is too large Load Diff