Skip to content

Commit

Permalink
Merge branch 'develop' into fix/navbar-unboxed
Browse files Browse the repository at this point in the history
  • Loading branch information
nimdanitro authored Oct 29, 2024
2 parents 6830f49 + 5990705 commit fe089f3
Show file tree
Hide file tree
Showing 2 changed files with 226 additions and 201 deletions.
16 changes: 8 additions & 8 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
]
},
"devDependencies": {
"@eslint/compat": "^1.2.1",
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@testing-library/dom": "^10.4.0",
Expand All @@ -76,19 +76,19 @@
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.12",
"@types/mapbox__mapbox-gl-draw": "~1.4.6",
"@types/node": "^20.17.1",
"@types/node": "^20.17.2",
"@types/react": "^18.3.12",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@types/semver": "^7.5.8",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/typescript-estree": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.12.0",
"@typescript-eslint/parser": "^8.12.0",
"@typescript-eslint/typescript-estree": "^8.12.0",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitest/coverage-v8": "^2.1.3",
"@vitest/coverage-v8": "^2.1.4",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
Expand All @@ -105,14 +105,14 @@
"source-map-explorer": "^2.5.3",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.12.0",
"vite": "^5.4.10",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
},
"resolutions": {
"sharp": "^0.33.5",
Expand Down
Loading

0 comments on commit fe089f3

Please sign in to comment.