Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion apps/bare-rn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react-native-safe-area-context": "^5.5.2"
},
"devDependencies": {
"@babel/core": "^7.29.7",
"@babel/core": "^8.0.0",
"@babel/plugin-transform-export-namespace-from": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/computer-vision/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"react-native-worklets": "0.8.3"
},
"devDependencies": {
"@babel/core": "^7.29.7",
"@babel/core": "^8.0.0",
"@types/react": "~19.2.0",
"@types/react-refresh": "^0",
"babel-preset-expo": "~56.0.14",
Expand Down
2 changes: 1 addition & 1 deletion apps/llm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"react-native-worklets": "0.8.1"
},
"devDependencies": {
"@babel/core": "^7.29.7",
"@babel/core": "^8.0.0",
"@types/react": "~19.2.14",
"@types/react-refresh": "^0",
"babel-preset-expo": "~56.0.14",
Expand Down
2 changes: 1 addition & 1 deletion apps/speech/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react-native-worklets": "0.8.3"
},
"devDependencies": {
"@babel/core": "^7.29.7",
"@babel/core": "^8.0.0",
"@types/react": "~19.2.14",
"@types/react-refresh": "^0",
"babel-preset-expo": "~56.0.14",
Expand Down
2 changes: 1 addition & 1 deletion apps/text-embeddings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"react-native-worklets": "0.8.3"
},
"devDependencies": {
"@babel/core": "^7.29.7",
"@babel/core": "^8.0.0",
"@types/react": "~19.2.14",
"@types/react-refresh": "^0",
"babel-preset-expo": "~56.0.14",
Expand Down
6 changes: 3 additions & 3 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8384,8 +8384,8 @@ __metadata:
linkType: hard

"http-proxy-middleware@npm:^2.0.9":
version: 2.0.9
resolution: "http-proxy-middleware@npm:2.0.9"
version: 2.0.10
resolution: "http-proxy-middleware@npm:2.0.10"
dependencies:
"@types/http-proxy": "npm:^1.17.8"
http-proxy: "npm:^1.18.1"
Expand All @@ -8397,7 +8397,7 @@ __metadata:
peerDependenciesMeta:
"@types/express":
optional: true
checksum: 10/4ece416a91d52e96f8136c5f4abfbf7ac2f39becbad21fa8b158a12d7e7d8f808287ff1ae342b903fd1f15f2249dee87fabc09e1f0e73106b83331c496d67660
checksum: 10/efa8b5d4dec112fba5f6741df33a926818f87156f44dee425e653284c20844f3a9f2af88042a7d4ef297161479e1549302dea693bce23123fa2da07420fa2214
languageName: node
linkType: hard

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"private": true,
"devDependencies": {
"@babel/core": "^7.29.7",
"@babel/core": "^8.0.0",
"@babel/eslint-parser": "^7.25.1",
"@babel/preset-react": "^7.29.0",
"@cspell/eslint-plugin": "^8.19.0",
Expand Down
Loading
Loading