Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalduez committed Dec 9, 2024
1 parent 8802852 commit 3028830
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 47 deletions.
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@
"scripts": {
"test": "jest"
},
"packageManager": "npm@10.8.3+sha512.d08425c8062f56d43bb8e84315864218af2492eb769e1f1ca40740f44e85bd148969382d651660363942e5909cb7ffcbef7ca0ae963ddc2c57a51243b4da8f56",
"packageManager": "npm@10.9.2+sha512.8ab88f10f224a0c614cb717a7f7c30499014f77134120e9c1f0211ea3cf3397592cbe483feb38e0c4b3be1c54e347292c76a1b5edb94a3289d5448484ab8ac81",
"dependencies": {
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-flow": "^7.25.9",
"@babel/preset-react": "^7.25.9",
"babel-plugin-syntax-hermes-parser": "^0.25.0"
"@babel/preset-react": "^7.26.3",
"babel-plugin-syntax-hermes-parser": "^0.25.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/runtime-corejs3": "^7.26.0",
"browserslist": "^4.24.2",
"jest": "^29.7.0",
"jest-file-snapshot": "^0.7.0",
"prettier": "^3.3.3"
"prettier": "^3.4.2"
},
"peerDependencies": {
"@babel/runtime-corejs3": "7.26.x"
Expand Down
37 changes: 17 additions & 20 deletions test/__file_snapshots__/targets-0
Original file line number Diff line number Diff line change
@@ -1,39 +1,36 @@
// Babel targets
{
"android": "129.0.0",
"android": "130.0.0",
"chrome": "109.0.0",
"edge": "127.0.0",
"edge": "130.0.0",
"firefox": "115.0.0",
"ios": "15.6.0",
"opera": "113.0.0",
"opera_mobile": "80.0.0",
"safari": "17.5.0",
"samsung": "24.0.0"
"safari": "17.6.0",
"samsung": "26.0.0"
}
// Browerslist targets
[
"and_chr 129",
"and_ff 130",
"and_chr 131",
"and_ff 132",
"and_qq 14.9",
"and_uc 15.5",
"android 129",
"android 131",
"chrome 131",
"chrome 130",
"chrome 129",
"chrome 128",
"chrome 127",
"chrome 126",
"chrome 125",
"chrome 109",
"edge 131",
"edge 130",
"edge 129",
"edge 128",
"edge 127",
"firefox 131",
"firefox 130",
"firefox 129",
"firefox 133",
"firefox 132",
"firefox 128",
"firefox 115",
"ios_saf 18.1",
"ios_saf 18.0",
"ios_saf 17.6",
"ios_saf 17.6-17.7",
"ios_saf 17.5",
"ios_saf 16.6-16.7",
"ios_saf 15.6-15.8",
Expand All @@ -43,9 +40,9 @@
"op_mob 80",
"opera 114",
"opera 113",
"safari 18.1",
"safari 18.0",
"safari 17.6",
"safari 17.5",
"samsung 25",
"samsung 24"
"samsung 27",
"samsung 26"
]

0 comments on commit 3028830

Please sign in to comment.