Skip to content

Commit

Permalink
Bumped Next.js version and removed an unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
n1kPLV committed Sep 26, 2023
1 parent 150f5d9 commit 5e81b67
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 71 deletions.
126 changes: 63 additions & 63 deletions Website/package-lock.json

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

15 changes: 7 additions & 8 deletions Website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,12 @@
},
"dependencies": {
"@mapbox/geojson-extent": "^1.0.1",
"@types/leaflet": "^1.9.3",
"@types/leaflet-rotatedmarker": "^0.2.2",
"@types/mapbox__geojson-extent": "^1.0.0",
"@types/node": "20.2.3",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"cookies-next": "^2.1.2",
"cssnano": "^6.0.1",
"jose": "^4.14.4",
"leaflet": "^1.9.4",
"leaflet-rotatedmarker": "^0.2.0",
"next": "^13.4.19",
"next": "^13.5.3",
"postcss": "8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -34,6 +27,12 @@
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.4",
"@types/leaflet": "^1.9.3",
"@types/leaflet-rotatedmarker": "^0.2.2",
"@types/mapbox__geojson-extent": "^1.0.0",
"@types/node": "20.2.3",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
Expand Down

0 comments on commit 5e81b67

Please sign in to comment.