Skip to content

Commit

Permalink
chore(deps): update npm non-major dependencies (main) (#2587)
Browse files Browse the repository at this point in the history
* chore(deps): update npm non-major dependencies

* removes @babel/plugin-syntax-dynamic-import from babel config

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Camilla Marie Dalan <camillamdalan@gmail.com>
  • Loading branch information
renovate[bot] and cammiida authored Oct 17, 2024
1 parent ac38b2f commit 9b591ba
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 269 deletions.
3 changes: 1 addition & 2 deletions babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"version": "^7.21.0",
"absoluteRuntime": true
}
],
"@babel/plugin-syntax-dynamic-import"
]
],
"presets": [
[
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"lint": "yarn gen && eslint ."
},
"devDependencies": {
"@babel/core": "7.25.7",
"@babel/core": "7.25.8",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "7.25.7",
"@babel/preset-env": "7.25.8",
"@babel/preset-react": "7.25.7",
"@babel/runtime": "^7.21.0",
"@babel/runtime-corejs3": "^7.21.0",
Expand All @@ -56,11 +56,11 @@
"@types/mime": "4.0.0",
"@types/node": "^20.10.5",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/react-dom": "18.3.1",
"@types/react-router-dom": "5.3.3",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1",
"axe-core": "4.10.0",
"babel-jest": "29.7.0",
"babel-loader": "9.2.1",
Expand All @@ -78,7 +78,7 @@
"esbuild-loader": "^4.0.2",
"eslint": "9.12.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "3.5.0",
"eslint-plugin-cypress": "3.6.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-no-relative-import-paths": "1.5.5",
Expand Down Expand Up @@ -163,10 +163,10 @@
"react-helmet-async": "^2.0.5",
"react-leaflet": "^4.2.1",
"react-number-format": "^5.3.1",
"react-router-dom": "6.26.2",
"react-router-dom": "6.27.0",
"react-toastify": "^10.0.0",
"terraformer-wkt-parser": "^1.2.1",
"typescript": "5.6.2",
"typescript": "5.6.3",
"typescript-eslint": "^8.0.0",
"uuid": "10.0.0",
"zustand": "^4.4.7"
Expand Down
Loading

0 comments on commit 9b591ba

Please sign in to comment.