Skip to content

Commit

Permalink
Apply minors
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo Marcellin <[email protected]>
  • Loading branch information
Hugo Marcellin committed Mar 25, 2024
1 parent 3d7d506 commit 5170d9d
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 119 deletions.
182 changes: 95 additions & 87 deletions package-lock.json

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

64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,49 +27,49 @@
"lint": "eslint . --ext js,mjs,jsx,ts,mts,tsx --max-warnings 0"
},
"dependencies": {
"@svgdotjs/svg.js": "^3.0.12",
"@svgdotjs/svg.js": "^3.2.0",
"@svgdotjs/svg.panzoom.js": "^2.1.2",
"cheap-ruler": "^3.0.0",
"deck.gl": "^8.9.18",
"cheap-ruler": "^3.0.2",
"deck.gl": "^8.9.35",
"geolib": "^3.3.4",
"mapbox-gl": "^3.0.0",
"maplibre-gl": "^4.0.0",
"react-map-gl": "^7.0.0"
"mapbox-gl": "^3.2.0",
"maplibre-gl": "^4.1.1",
"react-map-gl": "^7.1.7"
},
"peerDependencies": {
"@emotion/styled": "^11.8.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.3",
"@mui/system": "^5.5.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-intl": "^6.0.0"
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^6.6.3"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-typescript": "^7.16.7",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.3",
"@mui/system": "^5.5.3",
"@types/jest": "^29.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/preset-typescript": "^7.24.1",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@mui/system": "^5.15.14",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@vitejs/plugin-react": "^4.2.1",
"babel-jest": "^29.0.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.0.0",
"prettier": "^3.0.0",
"ts-jest": "^29.0.0",
"ts-node": "^10.7.0",
"typescript": "^5.0.4",
"vite": "^5.0.11",
"vite-plugin-dts": "^3.7.1",
"eslint-plugin-react-refresh": "^0.4.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vite-plugin-dts": "^3.7.3",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-externalize-deps": "^0.8.0"
}
Expand Down

0 comments on commit 5170d9d

Please sign in to comment.