Skip to content

Commit

Permalink
chore(deps): bump minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien DUMONT committed Oct 22, 2024
1 parent 9faf5b4 commit 86c3d75
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,32 +15,32 @@
},
"dependencies": {
"lucide-react": "^0.419.0",
"mapbox-gl": "^3.2.0",
"next": "^14.1.4",
"mapbox-gl": "^3.7.0",
"next": "^14.2.15",
"next-pwa": "^5.6.0",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.4.4"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.6.3"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.1.4",
"@types/jest": "^29.5.12",
"@types/mapbox-gl": "^3.1.0",
"@types/node": "^20.11.19",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@next/eslint-plugin-next": "^14.2.15",
"@types/jest": "^29.5.13",
"@types/mapbox-gl": "^3.4.0",
"@types/node": "^20.16.14",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^14.1.4",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5",
"eslint-plugin-react": "^7.33.1",
"prettier": "^3.2.5"
"eslint-config-next": "^14.2.15",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"prettier": "^3.3.3"
}
}
2 changes: 1 addition & 1 deletion public/sw.js

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

0 comments on commit 86c3d75

Please sign in to comment.