Skip to content

Commit

Permalink
chore: dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
milljoniaer authored Jun 12, 2023
1 parent 9a43e08 commit 4866ad8
Show file tree
Hide file tree
Showing 2 changed files with 1,011 additions and 996 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"precommit": "lint-staged"
},
"dependencies": {
"@contentful/rich-text-html-renderer": "^16.0.5",
"@contentful/rich-text-html-renderer": "^16.1.0",
"@contentful/rich-text-plain-text-renderer": "^16.0.5",
"@reach/accordion": "^0.18.0",
"@reach/listbox": "^0.18.0",
Expand All @@ -40,7 +40,7 @@
"babel-plugin-styled-components": "^2.1.3",
"canvas": "^2.11.2",
"date-fns": "^2.30.0",
"fast-xml-parser": "^4.2.2",
"fast-xml-parser": "^4.2.4",
"gatsby": "^5.10.0",
"gatsby-background-image": "^1.6.0",
"gatsby-plugin-canonical-urls": "^5.10.0",
Expand Down Expand Up @@ -68,8 +68,8 @@
"gatsby-transformer-json": "^5.10.0",
"gatsby-transformer-remark": "^6.10.0",
"gatsby-transformer-sharp": "^5.10.0",
"html-entities": "^2.3.2",
"i18next": "^22.5.0",
"html-entities": "^2.3.5",
"i18next": "^22.5.1",
"leaflet": "^1.9.4",
"leaflet-gesture-handling": "^1.2.2",
"modern-normalize": "^2.0.0",
Expand All @@ -79,45 +79,45 @@
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.44.2",
"react-hook-form": "^7.44.3",
"react-i18next": "^12.3.1",
"react-leaflet": "^4.2.1",
"react-medium-image-zoom": "^5.1.6",
"react-share": "^4.4.1",
"react-spring": "^9.7.1",
"react-use": "^17.4.0",
"rehype-react": "^7.2.0",
"sass": "^1.62.1",
"sass": "^1.63.3",
"schema-dts": "^1.1.2",
"sharp": "^0.32.1",
"showdown": "^2.1.0",
"slugify": "^1.6.6",
"striptags": "^3.2.0",
"styled-components": "^5.3.11",
"styled-components": "^6.0.0-rc.3",
"unified": "^10.1.1",
"util": "^0.12.5",
"webpack": "^5.84.1",
"webpack": "^5.86.0",
"what-input": "^5.2.12"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/core": "^7.22.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.1",
"@types/node": "^20.2.5",
"@types/react": "^18.2.7",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.0",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"@types/react-helmet": "^6.1.6",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/showdown": "^2.0.1",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"babel-loader": "^9.1.2",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-jest-dom": "^5.0.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"husky": "^8.0.3",
Expand All @@ -129,7 +129,7 @@
"prettier": "^2.8.8",
"serve": "^14.2.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,md}": [
Expand Down
Loading

0 comments on commit 4866ad8

Please sign in to comment.