Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
pinocchio-life-like committed Dec 18, 2024
1 parent 012e55d commit de9f04e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 7 deletions.
4 changes: 2 additions & 2 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"@types/react-test-renderer": "^18.0.0",
"@types/server": "^1.0.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"babel-preset-expo": "^10.0.1",
"babel-preset-expo": "~11.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^38.0.0",
Expand All @@ -178,7 +178,7 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.2.5",
"typescript": "^5.5.3"
"typescript": "~5.3.3"
},
"overrides": {
"metro": "0.73.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.2.5",
"typescript": "^5.5.3"
"typescript": "~5.3.3"
},
"overrides": {
"metro": "0.73.7",
Expand Down
28 changes: 24 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15340,7 +15340,7 @@ __metadata:
superjson: "npm:^2.0.0"
tamagui: "npm:1.96.0"
togpx: "npm:^0.5.4"
typescript: "npm:^5.5.3"
typescript: "npm:~5.3.3"
uuid: "npm:3.4.0"
xmldom: "npm:^0.6.0"
languageName: unknown
Expand Down Expand Up @@ -16566,7 +16566,7 @@ __metadata:
languageName: node
linkType: hard

"babel-preset-expo@npm:~11.0.15, babel-preset-expo@npm:~11.0.5":
"babel-preset-expo@npm:~11.0.0, babel-preset-expo@npm:~11.0.15, babel-preset-expo@npm:~11.0.5":
version: 11.0.15
resolution: "babel-preset-expo@npm:11.0.15"
dependencies:
Expand Down Expand Up @@ -22552,7 +22552,7 @@ __metadata:
app: "npm:*"
axios: "npm:^1.4.0"
babel-plugin-transform-inline-environment-variables: "npm:^0.4.4"
babel-preset-expo: "npm:^10.0.1"
babel-preset-expo: "npm:~11.0.0"
burnt: "npm:^0.12.1"
date-fns: "npm:^2.29.3"
dotenv: "npm:^16.0.3"
Expand Down Expand Up @@ -22635,7 +22635,7 @@ __metadata:
superjson: "npm:^2.0.0"
tamagui: "npm:1.96.0"
togpx: "npm:^0.5.4"
typescript: "npm:^5.5.3"
typescript: "npm:~5.3.3"
uuid: "npm:3.4.0"
xmldom: "npm:^0.6.0"
zeego: "npm:^1.7.2"
Expand Down Expand Up @@ -38905,6 +38905,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:~5.3.3":
version: 5.3.3
resolution: "typescript@npm:5.3.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/6e4e6a14a50c222b3d14d4ea2f729e79f972fa536ac1522b91202a9a65af3605c2928c4a790a4a50aa13694d461c479ba92cedaeb1e7b190aadaa4e4b96b8e18
languageName: node
linkType: hard

"typescript@npm:~5.4.2":
version: 5.4.5
resolution: "typescript@npm:5.4.5"
Expand Down Expand Up @@ -38935,6 +38945,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A~5.3.3#optional!builtin<compat/typescript>":
version: 5.3.3
resolution: "typescript@patch:typescript@npm%3A5.3.3#optional!builtin<compat/typescript>::version=5.3.3&hash=e012d7"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/c93786fcc9a70718ba1e3819bab56064ead5817004d1b8186f8ca66165f3a2d0100fee91fa64c840dcd45f994ca5d615d8e1f566d39a7470fc1e014dbb4cf15d
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A~5.4.2#optional!builtin<compat/typescript>":
version: 5.4.5
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=5adc0c"
Expand Down

0 comments on commit de9f04e

Please sign in to comment.