Update npm packages

This commit is contained in:
Anthony Wang 2022-01-12 14:34:28 -06:00
parent e1378944ff
commit 63b522b6d2
Signed by: a
GPG key ID: BC96B00AEC5F2D76
4 changed files with 2201 additions and 5259 deletions

1224
back/package-lock.json generated

File diff suppressed because it is too large Load diff

12
core/package-lock.json generated
View file

@ -13,9 +13,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.1.5", "version": "4.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz",
"integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==", "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@ -28,9 +28,9 @@
}, },
"dependencies": { "dependencies": {
"typescript": { "typescript": {
"version": "4.1.5", "version": "4.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz",
"integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==", "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==",
"dev": true "dev": true
} }
} }

6222
front/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -11,7 +11,7 @@
}, },
"dependencies": { "dependencies": {
"mccarthyism-core": "file:../core", "mccarthyism-core": "file:../core",
"next": "10.0.6", "next": "^12.0.8",
"react": "17.0.1", "react": "17.0.1",
"react-dom": "17.0.1", "react-dom": "17.0.1",
"socket.io-client": "^3.1.1" "socket.io-client": "^3.1.1"