Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ bump yarn #1135

Open
wants to merge 5 commits into
base: andrew_testing
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
⬆️ bump typescript
  • Loading branch information
andrew-bierman committed Jul 28, 2024
commit 1fd2d080e63bf0f4edfbf91741b64d57b8bf6e4c
2 changes: 1 addition & 1 deletion apps/bun-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "tsc"
},
"devDependencies": {
"typescript": "^5.3.3"
"typescript": "^5.5.3"
},
"dependencies": {
"@elysiajs/html": "^0.7.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
"typescript": "^5.5.3"
},
"overrides": {
"metro": "0.73.7",
Expand Down
2 changes: 1 addition & 1 deletion apps/tauri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"typescript": "^5.5.3",
"vite": "^5.1.0",
"vite-plugin-node-polyfills": "^0.21.0"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"typescript": "^5.5.3",
"vite": "^5.1.0",
"vite-plugin-node-polyfills": "^0.21.0"
}
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"upgrade:million": "yarn up 'million'@latest",
"upgrade:tauri": "yarn up '@tauri-apps/*'@latest",
"upgrade:tauri:canary": "yarn up '@tauri-apps/*'@next",
"web": "cd apps/next && yarn dev"
"web": "cd apps/vite && yarn dev"
},
"engines": {
"node": ">=18.16.1",
Expand All @@ -91,8 +91,6 @@
"dependencies": {
"@babel/runtime": "^7.21.0",
"@manypkg/cli": "^0.21.0",
"@prisma/extension-accelerate": "^0.6.2",
"@react-native-async-storage/async-storage": "^1.23.1",
"check-dependency-version-consistency": "^4.1.0",
"cross-env": "^7.0.3",
"dotenv-cli": "^7.3.0",
Expand All @@ -103,7 +101,7 @@
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
"typescript": "^5.5.3"
},
"lint-staged": {
"server/**/*.{js,ts}": [
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
"typescript": "^5.5.3"
},
"overrides": {
"metro": "0.73.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/crosspath/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
},
"devDependencies": {
"@tamagui/build": "1.96.0",
"typescript": "^5.3.3"
"typescript": "^5.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/validations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/express": "^4.17.17",
"@types/node": "^20.14.2",
"express": "^4.19.2",
"typescript": "^5.3.3",
"typescript": "^5.5.3",
"zod": "^3.22.4"
}
}
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"typescript": "^5.5.3",
"vitest": "1.3.0",
"wrangler": "^3.51.2"
},
Expand Down
31 changes: 9 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5475,7 +5475,7 @@ __metadata:
resolution: "@packrat/crosspath@workspace:packages/crosspath"
dependencies:
"@tamagui/build": "npm:1.96.0"
typescript: "npm:^5.3.3"
typescript: "npm:^5.5.3"
peerDependencies:
"@tanstack/react-query": ^4.36.1
react: ^18.2.0
Expand Down Expand Up @@ -5562,7 +5562,7 @@ __metadata:
"@types/express": "npm:^4.17.17"
"@types/node": "npm:^20.14.2"
express: "npm:^4.19.2"
typescript: "npm:^5.3.3"
typescript: "npm:^5.5.3"
zod: "npm:^3.22.4"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -6846,17 +6846,6 @@ __metadata:
languageName: node
linkType: hard

"@react-native-async-storage/async-storage@npm:^1.23.1":
version: 1.23.1
resolution: "@react-native-async-storage/async-storage@npm:1.23.1"
dependencies:
merge-options: "npm:^3.0.4"
peerDependencies:
react-native: ^0.0.0-0 || >=0.60 <1.0
checksum: 10/9d0acc7edb0ba9ee414d6e62c656e5d571c9d9615e7e9f4748865b965178998f2e73786b8050387ada00ddb6faaca97b5cf2e010ceaeebe91571991364a0f515
languageName: node
linkType: hard

"@react-native-community/cli-clean@npm:12.3.6":
version: 12.3.6
resolution: "@react-native-community/cli-clean@npm:12.3.6"
Expand Down Expand Up @@ -12800,7 +12789,7 @@ __metadata:
superjson: "npm:^2.0.0"
tamagui: "npm:1.96.0"
togpx: "npm:^0.5.4"
typescript: "npm:^5.3.3"
typescript: "npm:^5.5.3"
uuid: "npm:3.4.0"
xmldom: "npm:^0.6.0"
languageName: unknown
Expand Down Expand Up @@ -14661,7 +14650,7 @@ __metadata:
hono: "npm:^4.2.7"
server: "npm:*"
trpc-panel: "npm:^1.3.4"
typescript: "npm:^5.3.3"
typescript: "npm:^5.5.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -19677,7 +19666,7 @@ __metadata:
superjson: "npm:^2.0.0"
tamagui: "npm:1.96.0"
togpx: "npm:^0.5.4"
typescript: "npm:^5.3.3"
typescript: "npm:^5.5.3"
uuid: "npm:3.4.0"
xmldom: "npm:^0.6.0"
zeego: "npm:^1.7.2"
Expand Down Expand Up @@ -28623,8 +28612,6 @@ __metadata:
dependencies:
"@babel/runtime": "npm:^7.21.0"
"@manypkg/cli": "npm:^0.21.0"
"@prisma/extension-accelerate": "npm:^0.6.2"
"@react-native-async-storage/async-storage": "npm:^1.23.1"
check-dependency-version-consistency: "npm:^4.1.0"
cross-env: "npm:^7.0.3"
dotenv-cli: "npm:^7.3.0"
Expand All @@ -28635,7 +28622,7 @@ __metadata:
patch-package: "npm:^8.0.0"
postinstall-postinstall: "npm:^2.1.0"
prettier: "npm:^3.2.5"
typescript: "npm:^5.3.3"
typescript: "npm:^5.5.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -32468,7 +32455,7 @@ __metadata:
ts-jest: "npm:^29.1.1"
ts-node: "npm:^10.9.1"
tsx: "npm:^4.7.0"
typescript: "npm:^5.3.3"
typescript: "npm:^5.5.3"
uuid: "npm:^9.0.0"
validator: "npm:^13.9.0"
vitest: "npm:1.3.0"
Expand Down Expand Up @@ -34098,7 +34085,7 @@ __metadata:
rollup-plugin-polyfill-node: "npm:^0.13.0"
rollup-plugin-typescript2: "npm:^0.36.0"
tslib: "npm:^2.6.2"
typescript: "npm:^5.3.3"
typescript: "npm:^5.5.3"
vite: "npm:^5.1.0"
vite-plugin-node-polyfills: "npm:^0.21.0"
languageName: unknown
Expand Down Expand Up @@ -35776,7 +35763,7 @@ __metadata:
rollup-plugin-polyfill-node: "npm:^0.13.0"
rollup-plugin-typescript2: "npm:^0.36.0"
tslib: "npm:^2.6.2"
typescript: "npm:^5.3.3"
typescript: "npm:^5.5.3"
vite: "npm:^5.1.0"
vite-plugin-node-polyfills: "npm:^0.21.0"
languageName: unknown
Expand Down