Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Jul 26, 2023
1 parent 7fc4dad commit d94a4aa
Show file tree
Hide file tree
Showing 2 changed files with 1,218 additions and 1,325 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@mapbox/mapbox-sdk": "^0.15.2",
"@material-ui/core": "^1.5.1",
"@material-ui/icons": "^1.1.1",
"@sentry/react": "^7.57.0",
"@sentry/vite-plugin": "^2.4.0",
"@sentry/react": "^7.60.0",
"@sentry/vite-plugin": "^2.5.0",
"classnames": "^2.3.2",
"connected-react-router": "^4.5.0",
"dayjs": "^1.11.9",
Expand All @@ -48,7 +48,7 @@
"raf": "^3.4.1",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-map-gl": "^5.3.19",
"react-map-gl": "^5.3.21",
"react-measure": "^2.5.2",
"react-player": "^2.12.0",
"react-redux": "^5.1.2",
Expand All @@ -58,27 +58,27 @@
"reduce-reducers": "^1.0.4",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"web-vitals": "^3.3.2"
"web-vitals": "^3.4.0"
},
"devDependencies": {
"@swc/core": "^1.3.66",
"@swc/jest": "^0.2.26",
"@swc/core": "^1.3.71",
"@swc/jest": "^0.2.27",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"@types/react": "^18.2.16",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.14",
"camelcase": "^6.3.0",
"env-cmd": "^8.0.2",
"eslint": "^8.43.0",
"eslint": "^8.45.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest-dom": "^5.0.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"expect-puppeteer": "^9.0.0",
"identity-obj-proxy": "^3.0.0",
Expand All @@ -87,14 +87,14 @@
"jest-environment-jsdom": "^27.5.1",
"jest-environment-puppeteer": "^6.2.0",
"jest-puppeteer": "^6.2.0",
"postcss": "^8.4.24",
"postcss": "^8.4.27",
"puppeteer": "^19.11.1",
"react-test-renderer": "^18.2.0",
"tailwindcss": "^3.3.2",
"tailwindcss": "^3.3.3",
"vite": "^4.4.7",
"vite-plugin-pwa": "^0.16.4",
"vite-plugin-svgr": "^3.2.0",
"whatwg-fetch": "^3.6.2",
"whatwg-fetch": "^3.6.17",
"workbox-window": "^7.0.0"
},
"browserslist": {
Expand Down
Loading

0 comments on commit d94a4aa

Please sign in to comment.