Skip to content

Commit

Permalink
Merge pull request #183 from aodn/features/5948-security-patch
Browse files Browse the repository at this point in the history
Update package, add .yarnclean to clean yarn.lock after install
  • Loading branch information
NekoLyn authored Oct 3, 2024
2 parents 22f5f53 + 6c51a86 commit 73edbd6
Show file tree
Hide file tree
Showing 3 changed files with 581 additions and 198 deletions.
Empty file added .yarnclean
Empty file.
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@
"@mapbox/mapbox-gl-draw": "^1.4.3",
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.15.7",
"@mui/system": "^5.16.7",
"@mui/x-charts": "^6.19.3",
"@mui/x-date-pickers": "^6.19.3",
"@reduxjs/toolkit": "^2.1.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@turf/turf": "7.0.0",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.0",
Expand All @@ -39,7 +37,6 @@
"@types/react-window": "^1.8.8",
"@types/redux-logger": "^3.0.13",
"@types/wellknown": "^0.5.8",
"@vitest/coverage-v8": "^2.0.5",
"axios": "^1.7.4",
"dayjs": "^1.11.10",
"events": "3.3.0",
Expand All @@ -49,8 +46,8 @@
"mapbox-gl": "3.4.0",
"maplibre-gl": "^4.0.0",
"media-typer": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-ipynb-renderer": "^2.1.4",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.0",
Expand All @@ -65,12 +62,17 @@
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@emotion/react": "^11.11.3",
"@emotion/react": "^11.13.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-v8": "^2.1.2",
"commitlint-config-gitmoji": "^2.3.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -88,11 +90,12 @@
"msw": "^2.2.14",
"prettier": "^3.2.5",
"react-redux": "^9.1.0",
"rollup": "^4.22.4",
"typescript": "^5.4.2",
"typescript-eslint": "^7.2.0",
"vite": "^5.0.8",
"vite": "^5.4.8",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^2.0.5"
"vitest": "^2.1.2"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": [
Expand Down
Loading

0 comments on commit 73edbd6

Please sign in to comment.