Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dynamic-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"turbo": "2.7.6"
},
"resolutions": {
"@types/react": "18.3.27",
"@types/react": "18.3.28",
"@types/react-dom": "18.3.7",
"@aws-sdk/util-utf8-browser": "npm:@smithy/util-utf8@~2",
"@kubernetes/client-node@npm:0.20.0/jsonpath-plus": "^10.3.0",
Expand Down
8 changes: 4 additions & 4 deletions dynamic-plugins/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15161,13 +15161,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.3.27":
version: 18.3.27
resolution: "@types/react@npm:18.3.27"
"@types/react@npm:18.3.28":
version: 18.3.28
resolution: "@types/react@npm:18.3.28"
dependencies:
"@types/prop-types": "*"
csstype: ^3.2.2
checksum: c74d0ab5155226998a52b568f6280536205f8fe4317f77bd5d5258bc131cc9134a2db68dc818cb8e8402a2f229843c4a5bde339faf7e64d441630e569a9e5421
checksum: 9d59fb3def4e712d4f8fa15998791a07f9799462f8d581d17039a9503017bfce3463d57fc737ce1d28d6aa3f482f4a3a5bae5a662d97560a9359aab111556c97
languageName: node
linkType: hard

Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@eslint/js": "9.39.2",
"@microsoft/microsoft-graph-types": "2.43.1",
"@playwright/test": "1.58.0",
"@types/node": "22.19.7",
"@types/node": "22.19.10",
"@types/pg": "8.16.0",
"@typescript-eslint/eslint-plugin": "8.53.1",
"@typescript-eslint/parser": "8.53.1",
Expand Down
10 changes: 5 additions & 5 deletions e2e-tests/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -972,12 +972,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.19.7":
version: 22.19.7
resolution: "@types/node@npm:22.19.7"
"@types/node@npm:22.19.10":
version: 22.19.10
resolution: "@types/node@npm:22.19.10"
dependencies:
undici-types: ~6.21.0
checksum: 3feba083e0e29d58dfceec726de19cb246616c1af5bed8d779ac2b6ee92662016ad2ead44f04279143b459741300c52883e759d68f42d75e372da247b38eebe9
checksum: e8cef476e57ba45b3531bda2bf58db3cd8ebcd8d96f6e17aaed2fd42357d8877c68040d63339fea00a451e43754a1ffacf34b22900b7af5a774f5764d8033721
languageName: node
linkType: hard

Expand Down Expand Up @@ -1661,7 +1661,7 @@ __metadata:
"@microsoft/microsoft-graph-client": 3.0.7
"@microsoft/microsoft-graph-types": 2.43.1
"@playwright/test": 1.58.0
"@types/node": 22.19.7
"@types/node": 22.19.10
"@types/pg": 8.16.0
"@typescript-eslint/eslint-plugin": 8.53.1
"@typescript-eslint/parser": 8.53.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"turbo": "2.7.6"
},
"resolutions": {
"@types/react": "18.3.27",
"@types/react": "18.3.28",
"@types/react-dom": "18.3.7",
"@aws-sdk/util-utf8-browser": "npm:@smithy/util-utf8@~2",
"@kubernetes/client-node@npm:0.20.0/jsonpath-plus": "^10.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.6.1",
"@types/jquery": "3.5.33",
"@types/react": "18.3.27",
"@types/react": "18.3.28",
"@types/react-dom": "18.3.7",
"@types/zen-observable": "0.8.7",
"cross-env": "7.0.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"@testing-library/react": "14.3.1",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.6.1",
"@types/node": "22.19.7",
"@types/react": "18.3.27",
"@types/node": "22.19.10",
"@types/react": "18.3.28",
"@types/react-dom": "18.3.7",
"eslint-plugin-unused-imports": "4.3.0",
"prettier": "3.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "14.3.1",
"@testing-library/react-hooks": "8.0.1",
"@types/node": "22.19.7",
"@types/react": "18.3.27",
"@types/node": "22.19.10",
"@types/react": "18.3.28",
"@types/react-dom": "18.3.7",
"prettier": "3.8.1",
"react": "18.3.1",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13794,8 +13794,8 @@ __metadata:
"@testing-library/jest-dom": 6.9.1
"@testing-library/react": 14.3.1
"@testing-library/react-hooks": 8.0.1
"@types/node": 22.19.7
"@types/react": 18.3.27
"@types/node": 22.19.10
"@types/react": 18.3.28
"@types/react-dom": 18.3.7
prettier: 3.8.1
react: 18.3.1
Expand Down Expand Up @@ -17046,12 +17046,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.19.7":
version: 22.19.7
resolution: "@types/node@npm:22.19.7"
"@types/node@npm:22.19.10":
version: 22.19.10
resolution: "@types/node@npm:22.19.10"
dependencies:
undici-types: ~6.21.0
checksum: 3feba083e0e29d58dfceec726de19cb246616c1af5bed8d779ac2b6ee92662016ad2ead44f04279143b459741300c52883e759d68f42d75e372da247b38eebe9
checksum: e8cef476e57ba45b3531bda2bf58db3cd8ebcd8d96f6e17aaed2fd42357d8877c68040d63339fea00a451e43754a1ffacf34b22900b7af5a774f5764d8033721
languageName: node
linkType: hard

Expand Down Expand Up @@ -17230,13 +17230,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.3.27":
version: 18.3.27
resolution: "@types/react@npm:18.3.27"
"@types/react@npm:18.3.28":
version: 18.3.28
resolution: "@types/react@npm:18.3.28"
dependencies:
"@types/prop-types": "*"
csstype: ^3.2.2
checksum: c74d0ab5155226998a52b568f6280536205f8fe4317f77bd5d5258bc131cc9134a2db68dc818cb8e8402a2f229843c4a5bde339faf7e64d441630e569a9e5421
checksum: 9d59fb3def4e712d4f8fa15998791a07f9799462f8d581d17039a9503017bfce3463d57fc737ce1d28d6aa3f482f4a3a5bae5a662d97560a9359aab111556c97
languageName: node
linkType: hard

Expand Down Expand Up @@ -18398,7 +18398,7 @@ __metadata:
"@testing-library/react": 14.3.1
"@testing-library/user-event": 14.6.1
"@types/jquery": 3.5.33
"@types/react": 18.3.27
"@types/react": 18.3.28
"@types/react-dom": 18.3.7
"@types/zen-observable": 0.8.7
cross-env: 7.0.3
Expand Down Expand Up @@ -18465,8 +18465,8 @@ __metadata:
"@testing-library/react": 14.3.1
"@testing-library/react-hooks": 8.0.1
"@testing-library/user-event": 14.6.1
"@types/node": 22.19.7
"@types/react": 18.3.27
"@types/node": 22.19.10
"@types/react": 18.3.28
"@types/react-dom": 18.3.7
eslint-plugin-unused-imports: 4.3.0
lodash: 4.17.23
Expand Down
Loading