Skip to content

Commit

Permalink
chore: dependency update 🧹 (#786)
Browse files Browse the repository at this point in the history
* chore: dependency update

* fix: limit dependency update

---------

Co-authored-by: milljoniaer <[email protected]>
Co-authored-by: Wiebke Freitag <[email protected]>
  • Loading branch information
3 people authored Dec 5, 2023
1 parent 370fc55 commit 0c7a530
Show file tree
Hide file tree
Showing 2 changed files with 442 additions and 261 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@
"react-i18next": "^13.5.0",
"react-leaflet": "^4.2.1",
"react-medium-image-zoom": "^5.1.6",
"react-share": "^5.0.2",
"react-share": "^5.0.3",
"react-spring": "^9.7.3",
"react-use": "^17.4.1",
"react-use": "^17.4.2",
"rehype-react": "^7.2.0",
"sass": "^1.62.1",
"schema-dts": "^1.1.2",
"sharp": "^0.32.1",
"sharp": "^0.33.0",
"showdown": "^2.1.0",
"slugify": "^1.6.6",
"striptags": "^3.2.0",
Expand All @@ -101,12 +101,12 @@
"what-input": "^5.2.12"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@testing-library/jest-dom": "^6.1.4",
"@babel/core": "^7.23.5",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.10",
"@types/node": "^20.10.0",
"@types/react": "^18.2.39",
"@types/node": "^20.10.3",
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.17",
"@types/react-helmet": "^6.1.9",
"@types/react-syntax-highlighter": "^15.5.10",
Expand All @@ -115,8 +115,8 @@
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"babel-loader": "^9.1.2",
"eslint": "^8.41.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
Expand All @@ -125,8 +125,8 @@
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jsdom": "^23.0.0",
"lint-staged": "^15.1.0",
"jsdom": "^23.0.1",
"lint-staged": "^15.2.0",
"prettier": "^3.1.0",
"serve": "^14.2.0",
"ts-jest": "^29.1.0",
Expand Down
Loading

0 comments on commit 0c7a530

Please sign in to comment.