Skip to content
Closed
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/core": "^7.28.3",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.27.6",
"@react-native/babel-preset": "0.75.5",
Expand Down
2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"react-native": "*"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/core": "^7.28.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-arrow-functions": "^7.27.1",
Expand Down
50 changes: 48 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,29 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:^7.28.3":
version: 7.28.3
resolution: "@babel/core@npm:7.28.3"
dependencies:
"@ampproject/remapping": "npm:^2.2.0"
"@babel/code-frame": "npm:^7.27.1"
"@babel/generator": "npm:^7.28.3"
"@babel/helper-compilation-targets": "npm:^7.27.2"
"@babel/helper-module-transforms": "npm:^7.28.3"
"@babel/helpers": "npm:^7.28.3"
"@babel/parser": "npm:^7.28.3"
"@babel/template": "npm:^7.27.2"
"@babel/traverse": "npm:^7.28.3"
"@babel/types": "npm:^7.28.2"
convert-source-map: "npm:^2.0.0"
debug: "npm:^4.1.0"
gensync: "npm:^1.0.0-beta.2"
json5: "npm:^2.2.3"
semver: "npm:^6.3.1"
checksum: 10c0/e6b3eb830c4b93f5a442b305776df1cd2bb4fafa4612355366f67c764f3e54a69d45b84def77fb2d4fd83439102667b0a92c3ea2838f678733245b748c602a7b
languageName: node
linkType: hard

"@babel/eslint-parser@npm:^7.20.0":
version: 7.23.3
resolution: "@babel/eslint-parser@npm:7.23.3"
Expand Down Expand Up @@ -500,6 +523,19 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-module-transforms@npm:^7.28.3":
version: 7.28.3
resolution: "@babel/helper-module-transforms@npm:7.28.3"
dependencies:
"@babel/helper-module-imports": "npm:^7.27.1"
"@babel/helper-validator-identifier": "npm:^7.27.1"
"@babel/traverse": "npm:^7.28.3"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/549be62515a6d50cd4cfefcab1b005c47f89bd9135a22d602ee6a5e3a01f27571868ada10b75b033569f24dc4a2bb8d04bfa05ee75c16da7ade2d0db1437fcdb
languageName: node
linkType: hard

"@babel/helper-optimise-call-expression@npm:^7.22.5":
version: 7.22.5
resolution: "@babel/helper-optimise-call-expression@npm:7.22.5"
Expand Down Expand Up @@ -773,6 +809,16 @@ __metadata:
languageName: node
linkType: hard

"@babel/helpers@npm:^7.28.3":
version: 7.28.3
resolution: "@babel/helpers@npm:7.28.3"
dependencies:
"@babel/template": "npm:^7.27.2"
"@babel/types": "npm:^7.28.2"
checksum: 10c0/03a8f94135415eec62d37be9c62c63908f2d5386c7b00e04545de4961996465775330e3eb57717ea7451e19b0e24615777ebfec408c2adb1df3b10b4df6bf1ce
languageName: node
linkType: hard

"@babel/highlight@npm:^7.23.4":
version: 7.23.4
resolution: "@babel/highlight@npm:7.23.4"
Expand Down Expand Up @@ -5329,7 +5375,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "checkout-sheet-kit-react-native@workspace:."
dependencies:
"@babel/core": "npm:^7.20.0"
"@babel/core": "npm:^7.28.3"
"@babel/preset-env": "npm:^7.20.0"
"@babel/runtime": "npm:^7.27.6"
"@react-native/babel-preset": "npm:0.75.5"
Expand Down Expand Up @@ -10879,7 +10925,7 @@ __metadata:
resolution: "sample@workspace:sample"
dependencies:
"@apollo/client": "npm:^3.13.9"
"@babel/core": "npm:^7.20.0"
"@babel/core": "npm:^7.28.3"
"@babel/plugin-proposal-nullish-coalescing-operator": "npm:^7.18.6"
"@babel/plugin-proposal-optional-chaining": "npm:^7.21.0"
"@babel/plugin-transform-arrow-functions": "npm:^7.27.1"
Expand Down
Loading