Skip to content

Commit

Permalink
changed: upgrade uuid package to 10 in frontend, move @types/uuid to …
Browse files Browse the repository at this point in the history
…dependency (#390)
  • Loading branch information
sorenjohanson authored Aug 16, 2024
1 parent c8fa939 commit cbe71f3
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 17 deletions.
4 changes: 2 additions & 2 deletions teammapper-backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions teammapper-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"rxjs": "^7.8.1",
"socket.io": "4.7.2",
"typeorm": "^0.3.17",
"uuid": "10.0.0"
"uuid": "10.0.0",
"@types/uuid": "^10.0.0"
},
"devDependencies": {
"@golevelup/ts-jest": "^0.4.0",
Expand All @@ -68,7 +69,6 @@
"@types/jest": "29.5.11",
"@types/node": "^22.1.0",
"@types/supertest": "^2.0.16",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.13.2",
"concurrently": "8.2.2",
Expand Down
38 changes: 29 additions & 9 deletions teammapper-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions teammapper-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@
"rxjs": "~7.4.0",
"socket.io-client": "~4.7.5",
"tslib": "^2.6.3",
"uuid": "^8.3.2",
"zone.js": "^0.14.4"
"uuid": "10.0.0",
"zone.js": "^0.14.4",
"@types/uuid": "^10.0.0"
},
"devDependencies": {
"@angular-devkit/architect": "0.1801.2",
Expand All @@ -88,7 +89,6 @@
"@types/jasmine": "~5.1.4",
"@types/mousetrap": "1.6.8",
"@types/node": "^13.7.7",
"@types/uuid": "8.3.1",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
Expand All @@ -111,4 +111,4 @@
"@nx/nx-linux-x64-gnu": "17.2.8",
"@nx/nx-win32-x64-msvc": "17.2.8"
}
}
}

0 comments on commit cbe71f3

Please sign in to comment.