Skip to content

Commit

Permalink
package.json: remove caret from versions
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed Nov 27, 2024
1 parent 1f268f2 commit 098ca94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"dependencies": {
"@popperjs/core": "2.11.8",
"@turf/turf": "^7.0.0",
"@turf/turf": "7.0.0",
"file-saver": "2.0.5",
"immutability-helper": "3.1.1",
"jquery": "3.7.1",
Expand All @@ -26,7 +26,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-flip-move": "3.0.5",
"react-leaflet": "^4.2.1",
"react-leaflet": "4.2.1",
"react-markdown": "9.0.1",
"react-slick": "0.30.2",
"shpjs": "5.0.2"
Expand All @@ -37,7 +37,7 @@
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@maplibre/maplibre-gl-leaflet": "0.0.22",
"@react-leaflet/core": "^2.1.0",
"@react-leaflet/core": "2.1.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "15.0.7",
"eslint": "8.57.0",
Expand Down

0 comments on commit 098ca94

Please sign in to comment.