Skip to content

Commit

Permalink
chore: up ts to 4.9.5 in all packages and remove from resolutions [sk…
Browse files Browse the repository at this point in the history
…ip ci]
  • Loading branch information
brunozoric committed Aug 27, 2024
1 parent dbcf756 commit 0e806b2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/api-headless-cms-tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@webiny/cli": "0.0.0",
"@webiny/project-utils": "0.0.0",
"ttypescript": "^1.5.12",
"typescript": "4.7.4"
"typescript": "4.9.5"
},
"scripts": {
"build": "yarn webiny run build",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@webiny/cli": "^5.0.0",
"@webiny/project-utils": "^5.0.0",
"rimraf": "^3.0.2",
"typescript": "4.7.4"
"typescript": "4.9.5"
},
"publishConfig": {
"access": "public",
Expand Down
3 changes: 1 addition & 2 deletions packages/cwp-template-aws/template/ddb-es/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"merge": "^2.0.0",
"prettier": "^2.8.3",
"ts-jest": "^29.1.2",
"typescript": "4.7.4"
"typescript": "4.9.5"
},
"workspaces": {
"packages": ["apps/admin", "apps/website", "apps/api/graphql", "packages/*", "extensions/theme"]
Expand All @@ -72,7 +72,6 @@
"@emotion/react": "11.10.8",
"@types/react": "18.2.79",
"react": "18.2.0",
"typescript": "4.7.4",
"react-dom": "18.2.0"
}
}
3 changes: 1 addition & 2 deletions packages/cwp-template-aws/template/ddb-os/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"merge": "^2.0.0",
"prettier": "^2.8.3",
"ts-jest": "^29.1.2",
"typescript": "4.7.4"
"typescript": "4.9.5"
},
"workspaces": {
"packages": ["apps/admin", "apps/website", "apps/api/graphql", "packages/*", "extensions/theme"]
Expand All @@ -72,7 +72,6 @@
"@emotion/react": "11.10.8",
"@types/react": "18.2.79",
"react": "18.2.0",
"typescript": "4.7.4",
"react-dom": "18.2.0"
}
}
3 changes: 1 addition & 2 deletions packages/cwp-template-aws/template/ddb/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"merge": "^2.0.0",
"prettier": "^2.8.3",
"ts-jest": "^29.1.2",
"typescript": "4.7.4"
"typescript": "4.9.5"
},
"workspaces": {
"packages": ["apps/admin", "apps/website", "apps/api/graphql", "packages/*", "extensions/theme"]
Expand All @@ -72,7 +72,6 @@
"@emotion/react": "11.10.8",
"@types/react": "18.2.79",
"react": "18.2.0",
"typescript": "4.7.4",
"react-dom": "18.2.0"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15388,7 +15388,7 @@ __metadata:
"@webiny/cli": 0.0.0
"@webiny/project-utils": 0.0.0
ttypescript: ^1.5.12
typescript: 4.7.4
typescript: 4.9.5
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 0e806b2

Please sign in to comment.