- Downloads
Finished release 2.5.
No related branches found
No related tags found
Showing
- .env.example 0 additions, 35 deletions.env.example
- .env.local.example 22 additions, 16 deletions.env.local.example
- .eslintrc.js 9 additions, 9 deletions.eslintrc.js
- .prettierignore 7 additions, 0 deletions.prettierignore
- Changelog.md 11 additions, 0 deletionsChangelog.md
- configuration/configuration.ts 36 additions, 35 deletionsconfiguration/configuration.ts
- hooks/useAxiosInterceptor.tsx 0 additions, 24 deletionshooks/useAxiosInterceptor.tsx
- hooks/useFetchInterceptor.tsx 0 additions, 27 deletionshooks/useFetchInterceptor.tsx
- next.config.js 13 additions, 13 deletionsnext.config.js
- package-lock.json 5374 additions, 6616 deletionspackage-lock.json
- package.json 11 additions, 8 deletionspackage.json
- pages/_app.tsx 28 additions, 59 deletionspages/_app.tsx
- pages/api/auth/[...nextauth].ts 95 additions, 17 deletionspages/api/auth/[...nextauth].ts
- pages/api/runtime-config.ts 11 additions, 3 deletionspages/api/runtime-config.ts
- setup.py 1 addition, 1 deletionsetup.py
- translations/en-GB.json 1 addition, 4 deletionstranslations/en-GB.json
- tsconfig.json 15 additions, 15 deletionstsconfig.json
- types/types.ts 7 additions, 3 deletionstypes/types.ts
.env.example
deleted
100644 → 0
File changed.
Contains only whitespace changes.
Show whitespace changes.
.prettierignore
0 → 100644
hooks/useAxiosInterceptor.tsx
deleted
100644 → 0
hooks/useFetchInterceptor.tsx
deleted
100644 → 0
Source diff could not be displayed: it is too large. Options to address this: view the blob.
| ... | @@ -9,18 +9,19 @@ | ... | @@ -9,18 +9,19 @@ |
| "build": "next build", | "build": "next build", | ||
| "start": "next start", | "start": "next start", | ||
| "lint": "next lint", | "lint": "next lint", | ||
| "prettier": "prettier --write \"{components,configuration,contexts,pages,translations,public}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"", | "prettier": "prettier -c \"{**/*,*}.{ts,tsx,json,js,md}\"", | ||
| "prettier-fix": "prettier --write \"{**/*,*}.{ts,tsx,json,js,md}\"", | |||
| "prettier:check": "prettier --check \"{components,configuration,contexts,pages,translations,public}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"", | "prettier:check": "prettier --check \"{components,configuration,contexts,pages,translations,public}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"", | ||
| "prepare": "husky" | "prepare": "husky" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@elastic/datemath": "^5.0.3", | "@elastic/datemath": "^5.0.3", | ||
| "@elastic/eui": "^93.1.1", | "@elastic/eui": "^95.1.0", | ||
| "@elfalem/leaflet-curve": "^0.9.2", | "@elfalem/leaflet-curve": "^0.9.2", | ||
| "@emotion/css": "^11.11.2", | "@emotion/css": "^11.11.2", | ||
| "@emotion/react": "^11.11.1", | "@emotion/react": "^11.11.1", | ||
| "@open-policy-agent/opa-wasm": "^1.8.1", | "@open-policy-agent/opa-wasm": "^1.8.1", | ||
| "@orchestrator-ui/orchestrator-ui-components": "1.20.0", | "@orchestrator-ui/orchestrator-ui-components": "1.37.1", | ||
| "@reduxjs/toolkit": "^2.0.1", | "@reduxjs/toolkit": "^2.0.1", | ||
| "axios": "^1.7.2", | "axios": "^1.7.2", | ||
| "cytoscape": "^3.29.2", | "cytoscape": "^3.29.2", | ||
| ... | @@ -42,7 +43,7 @@ | ... | @@ -42,7 +43,7 @@ |
| "react-leaflet-markercluster": "^3.0.0-rc1", | "react-leaflet-markercluster": "^3.0.0-rc1", | ||
| "react-no-ssr": "^1.1.0", | "react-no-ssr": "^1.1.0", | ||
| "react-query": "3.39.3", | "react-query": "3.39.3", | ||
| "react-redux": "^9.1.0", | "react-redux": "^8.1.3", | ||
| "use-query-params": "2.2.1" | "use-query-params": "2.2.1" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| ... | @@ -54,23 +55,25 @@ | ... | @@ -54,23 +55,25 @@ |
| "@types/cytoscape-fcose": "^2.2.4", | "@types/cytoscape-fcose": "^2.2.4", | ||
| "@types/leaflet": "^1.9.12", | "@types/leaflet": "^1.9.12", | ||
| "@types/node": "^20.10.5", | "@types/node": "^20.10.5", | ||
| "@types/react": "^18.3.3", | "@types/node-fetch": "^2.6.11", | ||
| "@types/react": "^18.2.45", | |||
| "@types/react-dom": "^18.2.18", | "@types/react-dom": "^18.2.18", | ||
| "@types/react-leaflet-markercluster": "^3.0.4", | "@types/react-leaflet-markercluster": "^3.0.4", | ||
| "@types/react-no-ssr": "^1.1.7", | "@types/react-no-ssr": "^1.1.7", | ||
| "babel-jest": "^29.7.0", | |||
| "esbuild-jest": "^0.4.0", | "esbuild-jest": "^0.4.0", | ||
| "eslint-config-prettier": "^8.3.0", | "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-prettier": "^3.4.0", | "eslint-plugin-prettier": "^3.4.0", | ||
| "husky": "^9.0.11", | "husky": "^9.0.11", | ||
| "prettier": "^2.3.2", | "prettier": "^2.3.2", | ||
| "typescript": "^5.3.2" | "typescript": "^5.5.2" | ||
| }, | }, | ||
| "overrides": { | "overrides": { | ||
| "@elastic/eui": { | "@elastic/eui": { | ||
| "typescript": "^5.3.2" | "typescript": "^5.5.2" | ||
| }, | }, | ||
| "react-no-ssr": { | "react-no-ssr": { | ||
| "react": "^18.2.0" | "react": "^18.3.1" | ||
| } | } | ||
| } | } | ||
| } | } |
File changed.
Contains only whitespace changes.
Show whitespace changes.
Please sign in to comment