Skip to content

Commit 2fcca40

Browse files
committed
feat: typescript 5.7.3
1 parent fc7f194 commit 2fcca40

File tree

163 files changed

+323
-342
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+323
-342
lines changed

cypress-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lodash": "^4.17.21",
2020
"nanoid": "^3.3.8",
2121
"node-fetch": "2.6.7",
22-
"typescript": "5.6.3",
22+
"typescript": "5.7.3",
2323
"uniqid": "^5.4.0"
2424
},
2525
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"ts-jest-resolver": "^2.0.1",
135135
"ts-node": "^10.9.2",
136136
"type-fest": "4.14.0",
137-
"typescript": "5.6.3",
137+
"typescript": "5.7.3",
138138
"typescript-transform-paths": "^3.5.3",
139139
"verdaccio": "^6.0.5",
140140
"write-json-file": "^4.3.0",

packages/admin-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"sass": "1.44.0",
6363
"storybook": "7.6.20",
6464
"tailwindcss": "^3.4.6",
65-
"typescript": "5.6.3"
65+
"typescript": "5.7.3"
6666
},
6767
"publishConfig": {
6868
"access": "public",

packages/api-aco/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
"graphql": "^15.9.0",
5555
"prettier": "^2.8.8",
5656
"rimraf": "^6.0.1",
57-
"typescript": "5.6.3"
57+
"typescript": "5.7.3"
5858
}
5959
}

packages/api-admin-settings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"jest-dynalite": "^3.6.1",
3939
"prettier": "^2.8.8",
4040
"rimraf": "^6.0.1",
41-
"typescript": "5.6.3"
41+
"typescript": "5.7.3"
4242
},
4343
"publishConfig": {
4444
"access": "public",

packages/api-admin-users-so-ddb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"jest": "^29.7.0",
2828
"jest-dynalite": "^3.6.1",
2929
"rimraf": "^6.0.1",
30-
"typescript": "5.6.3"
30+
"typescript": "5.7.3"
3131
},
3232
"publishConfig": {
3333
"access": "public",

packages/api-admin-users/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@webiny/api-wcp": "0.0.0",
3232
"@webiny/project-utils": "0.0.0",
3333
"rimraf": "^6.0.1",
34-
"typescript": "5.6.3"
34+
"typescript": "5.7.3"
3535
},
3636
"publishConfig": {
3737
"access": "public",

packages/api-apw-scheduler-so-ddb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"jest": "^29.7.0",
3535
"jest-dynalite": "^3.6.1",
3636
"rimraf": "^6.0.1",
37-
"typescript": "5.6.3"
37+
"typescript": "5.7.3"
3838
},
3939
"publishConfig": {
4040
"access": "public",

packages/api-apw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"jest": "^29.7.0",
4545
"prettier": "^2.8.8",
4646
"rimraf": "^6.0.1",
47-
"typescript": "5.6.3"
47+
"typescript": "5.7.3"
4848
},
4949
"publishConfig": {
5050
"access": "public",

packages/api-audit-logs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@webiny/plugins": "0.0.0",
3232
"@webiny/project-utils": "0.0.0",
3333
"graphql": "^15.9.0",
34-
"typescript": "5.6.3"
34+
"typescript": "5.7.3"
3535
},
3636
"dependencies": {
3737
"@webiny/api": "0.0.0",

0 commit comments

Comments
 (0)