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

build(deps): bump fbjs from 3.0.4 to 3.0.5 in /example #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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 example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@turf/nearest-point-on-line": "6.5.0",
"@types/geojson": "7946.0.11",
"debounce": "^1.2.0",
"fbjs": "^3.0.0",
"fbjs": "^3.0.5",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
Expand Down
20 changes: 10 additions & 10 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2298,7 +2298,7 @@ __metadata:
babel-plugin-module-resolver: ^4.1.0
debounce: ^1.2.0
detox: ^20.17.0
fbjs: ^3.0.0
fbjs: ^3.0.5
glob-to-regexp: ^0.4.0
jest: ^29.7.0
jest-circus: ^29.7.0
Expand Down Expand Up @@ -3968,18 +3968,18 @@ __metadata:
languageName: node
linkType: hard

"fbjs@npm:^3.0.0":
version: 3.0.4
resolution: "fbjs@npm:3.0.4"
"fbjs@npm:^3.0.5":
version: 3.0.5
resolution: "fbjs@npm:3.0.5"
dependencies:
cross-fetch: ^3.1.5
fbjs-css-vars: ^1.0.0
loose-envify: ^1.0.0
object-assign: ^4.1.0
promise: ^7.1.1
setimmediate: ^1.0.5
ua-parser-js: ^0.7.30
checksum: 8b23a3550fcda8a9109fca9475a3416590c18bb6825ea884192864ed686f67fcd618e308a140c9e5444fbd0168732e1ff3c092ba3d0c0ae1768969f32ba280c7
ua-parser-js: ^1.0.35
checksum: e609b5b64686bc96495a5c67728ed9b2710b9b3d695c5759c5f5e47c9483d1c323543ac777a86459e3694efc5712c6ce7212e944feb19752867d699568bb0e54
languageName: node
linkType: hard

Expand Down Expand Up @@ -8179,10 +8179,10 @@ __metadata:
languageName: node
linkType: hard

"ua-parser-js@npm:^0.7.30":
version: 0.7.32
resolution: "ua-parser-js@npm:0.7.32"
checksum: 6b6b035dd78a0ab3369f166ab6f26225d823d83630788806d634f16259297a8f4ae6fe0be4e48f4353ac10dffded3971d7745c55d1432fdfc78a893ba58ef044
"ua-parser-js@npm:^1.0.35":
version: 1.0.37
resolution: "ua-parser-js@npm:1.0.37"
checksum: 4d481c720d523366d7762dc8a46a1b58967d979aacf786f9ceceb1cd767de069f64a4bdffb63956294f1c0696eb465ddb950f28ba90571709e33521b4bd75e07
languageName: node
linkType: hard

Expand Down
Loading