Skip to content

Commit

Permalink
Merge pull request #11299 from wellcomecollection/upgrade-packages-uuid
Browse files Browse the repository at this point in the history
Upgrade packages: uuid, json-diff, tsx
  • Loading branch information
rcantin-w authored Oct 23, 2024
2 parents d0e7666 + 366cd44 commit fc46620
Show file tree
Hide file tree
Showing 7 changed files with 229 additions and 465 deletions.
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"styled-components": "^6.1.12",
"timezone-mock": "^1.3.6",
"url-template": "^2.0.8",
"uuid": "^9.0.0",
"uuid": "^10.0.0",
"webpack-bundle-analyzer": "^4.8.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/prompts": "^2.4.4",
"@types/react": "18.2.7",
"@types/react-window": "^1.8.5",
"@types/uuid": "^9.0.1",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"babel-core": "^7.0.0-bridge.0",
Expand Down
2 changes: 1 addition & 1 deletion playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"log-update": "4",
"p-limit": "3.1.0",
"playwright": "^1.46.0",
"tsx": "^3.14.0",
"tsx": "^4.19.1",
"typescript": "^5.5.4"
}
}
321 changes: 157 additions & 164 deletions playwright/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion prismic-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@weco/ts-aws": "^1.0.1",
"chalk": "^4.1.2",
"dotenv": "^16.4.5",
"json-diff": "^0.9.0",
"json-diff": "^1.0.6",
"tqdm": "^2.0.3",
"ts-node": "^10.4.0",
"yargs": "^17.2.1"
Expand Down
2 changes: 1 addition & 1 deletion toggles/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/yargs": "^17.0.5",
"@weco/ts-aws": "^1.0.1",
"jest": "^29.5.0",
"tsx": "^3.14.0"
"tsx": "^4.19.1"
},
"dependencies": {
"@aws-sdk/client-cloudfront": "^3.39.0",
Expand Down
363 changes: 67 additions & 296 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit fc46620

Please sign in to comment.