Skip to content

Commit

Permalink
chore(workspace): use typescript ~5.3.0 across the workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF committed May 22, 2024
1 parent 82d53fa commit 73fe129
Show file tree
Hide file tree
Showing 21 changed files with 19 additions and 69 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"typedoc": "0.25.8",
"typedoc-plugin-extras": "^3.0.0",
"typedoc-plugin-missing-exports": "^2.2.0",
"typescript": "^4.6.0",
"typescript": "~5.3.0",
"typescript-coverage-report": "^0.6.4",
"uuid-validate": "^0.0.3",
"webpack": "^5.75.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/adapter-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"@types/react-dom": "^18.2.6",
"aws-amplify": "6.3.2",
"jest-fetch-mock": "3.0.3",
"next": ">= 13.5.0 < 15.0.0",
"typescript": "5.0.2"
"next": ">= 13.5.0 < 15.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 1 addition & 2 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
"devDependencies": {
"@aws-amplify/core": "6.2.1",
"@aws-amplify/react-native": "1.1.1",
"@aws-sdk/types": "3.398.0",
"typescript": "5.0.2"
"@aws-sdk/types": "3.398.0"
}
}
5 changes: 0 additions & 5 deletions packages/api-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@
"url": "https://github.com/aws/aws-amplify/issues"
},
"homepage": "https://aws-amplify.github.io/",
"devDependencies": {
"@rollup/plugin-typescript": "11.1.5",
"rollup": "^4.9.6",
"typescript": "5.0.2"
},
"files": [
"dist/cjs",
"dist/esm",
Expand Down
3 changes: 1 addition & 2 deletions packages/api-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@
},
"devDependencies": {
"@aws-amplify/core": "6.2.1",
"@aws-amplify/react-native": "1.1.1",
"typescript": "5.0.2"
"@aws-amplify/react-native": "1.1.1"
},
"size-limit": [
{
Expand Down
3 changes: 0 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@
"url": "https://github.com/aws/aws-amplify/issues"
},
"homepage": "https://aws-amplify.github.io/",
"devDependencies": {
"typescript": "5.0.2"
},
"files": [
"dist/cjs",
"dist/esm",
Expand Down
3 changes: 1 addition & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
"devDependencies": {
"@aws-amplify/core": "6.2.1",
"@aws-amplify/react-native": "1.1.1",
"@jest/test-sequencer": "^29.7.0",
"typescript": "5.0.2"
"@jest/test-sequencer": "^29.7.0"
}
}
3 changes: 0 additions & 3 deletions packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,6 @@
"@aws-amplify/storage": "6.4.2",
"tslib": "^2.5.0"
},
"devDependencies": {
"typescript": "5.0.2"
},
"size-limit": [
{
"name": "[Analytics] record (Pinpoint)",
Expand Down
3 changes: 1 addition & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@
"devDependencies": {
"@aws-amplify/react-native": "1.1.1",
"@types/js-cookie": "3.0.2",
"genversion": "^2.2.0",
"typescript": "5.0.2"
"genversion": "^2.2.0"
},
"size-limit": [
{
Expand Down
3 changes: 1 addition & 2 deletions packages/datastore-storage-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"expo-file-system": "13.1.4",
"expo-sqlite": "10.1.0",
"react-native-sqlite-storage": "5.0.0",
"sqlite3": "^5.0.2",
"typescript": "5.0.2"
"sqlite3": "^5.0.2"
}
}
3 changes: 1 addition & 2 deletions packages/datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
"dexie": "3.2.2",
"dexie-export-import": "1.0.3",
"fake-indexeddb": "^4.0.2",
"graphql": "15.8.0",
"typescript": "5.0.2"
"graphql": "15.8.0"
},
"size-limit": [
{
Expand Down
3 changes: 1 addition & 2 deletions packages/geo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@
"@aws-amplify/core": "^6.1.0"
},
"devDependencies": {
"@aws-amplify/core": "6.2.1",
"typescript": "5.0.2"
"@aws-amplify/core": "6.2.1"
},
"size-limit": [
{
Expand Down
3 changes: 1 addition & 2 deletions packages/interactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@aws-amplify/core": "6.2.1",
"typescript": "^5.0.2"
"@aws-amplify/core": "6.2.1"
},
"size-limit": [
{
Expand Down
3 changes: 1 addition & 2 deletions packages/notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
},
"devDependencies": {
"@aws-amplify/core": "6.2.1",
"@aws-amplify/react-native": "1.1.1",
"typescript": "5.0.2"
"@aws-amplify/react-native": "1.1.1"
}
}
3 changes: 1 addition & 2 deletions packages/predictions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@
"@aws-amplify/core": "^6.1.0"
},
"devDependencies": {
"@aws-amplify/core": "6.2.1",
"typescript": "5.0.2"
"@aws-amplify/core": "6.2.1"
},
"size-limit": [
{
Expand Down
3 changes: 1 addition & 2 deletions packages/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@
"@aws-amplify/core": "^6.1.0"
},
"devDependencies": {
"@aws-amplify/core": "6.2.1",
"typescript": "5.0.2"
"@aws-amplify/core": "6.2.1"
},
"size-limit": [
{
Expand Down
3 changes: 1 addition & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
"@react-native-community/netinfo": "4.7.0",
"@types/base-64": "1.0.0",
"react-native": "0.71.0",
"react-native-get-random-values": "1.9.0",
"typescript": "5.1.6"
"react-native-get-random-values": "1.9.0"
},
"repository": {
"type": "git",
Expand Down
3 changes: 1 addition & 2 deletions packages/rtn-push-notification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 99"
},
"devDependencies": {
"@types/react-native": "0.70.0",
"typescript": "5.0.2"
"@types/react-native": "0.70.0"
},
"repository": {
"type": "git",
Expand Down
3 changes: 1 addition & 2 deletions packages/rtn-web-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
},
"devDependencies": {
"@types/react-native": "0.70.0",
"react-native": "0.72.3",
"typescript": "5.1.6"
"react-native": "0.72.3"
},
"repository": {
"type": "git",
Expand Down
3 changes: 1 addition & 2 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
},
"devDependencies": {
"@aws-amplify/core": "6.2.1",
"@aws-amplify/react-native": "1.1.1",
"typescript": "5.0.2"
"@aws-amplify/react-native": "1.1.1"
}
}
27 changes: 2 additions & 25 deletions yarn.lock

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

0 comments on commit 73fe129

Please sign in to comment.