Skip to content

Commit 50a0189

Browse files
authored
Add type to shared buckets (#436)
* Add column for type to shared buckets Shared buckets can now have a type, p.t. standard or delomat, and this should be displayed in dapla-ctrl Internal ref: [DPSKY-1039] * Eslint fix * Bump depenedencies to newest minor
1 parent 14c72c9 commit 50a0189

File tree

6 files changed

+390
-391
lines changed

6 files changed

+390
-391
lines changed

package.json

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20,48 +20,50 @@
2020
"@emotion/react": "^11.14.0",
2121
"@emotion/styled": "^11.14.0",
2222
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
23-
"@mui/material": "^5.16.11",
24-
"@statisticsnorway/ssb-component-library": "^2.4.3",
25-
"body-parser": "^1.20.2",
26-
"dotenv": "^16.4.7",
27-
"effect": "^3.11.8",
23+
"@mui/material": "^5.17.1",
24+
"@statisticsnorway/ssb-component-library": "^2.4.9",
25+
"body-parser": "^1.20.3",
26+
"dotenv": "^16.5.0",
27+
"effect": "^3.14.14",
2828
"eslint-config-prettier": "^9.1.0",
2929
"eslint-plugin-prettier": "^5.2.2",
3030
"express": "4.21.2",
3131
"express-http-proxy": "^2.1.1",
3232
"http-status-codes": "^2.3.0",
3333
"jsonwebtoken": "^9.0.2",
34-
"jwks-rsa": "^3.1.0",
34+
"jwks-rsa": "^3.2.0",
3535
"lightship": "^9.0.3",
3636
"memory-cache": "^0.2.0",
37-
"nodemon": "^3.1.9",
38-
"prettier": "^3.4.2",
37+
"nodemon": "^3.1.10",
38+
"prettier": "^3.5.3",
3939
"react": "^18.3.1",
4040
"react-dom": "^18.3.1",
4141
"react-feather": "^2.0.10",
42-
"react-responsive": "^10.0.0",
43-
"react-router-dom": "^6.26.2",
42+
"react-responsive": "^10.0.1",
43+
"react-router-dom": "^6.30.0",
4444
"vite-express": "0.16.0",
45-
"zustand": "^5.0.2"
45+
"zustand": "^5.0.3"
4646
},
4747
"devDependencies": {
48-
"@eslint/compat": "^1.2.4",
48+
"@eslint/compat": "^1.2.8",
49+
"@eslint/eslintrc": "^3.3.1",
50+
"@eslint/js": "^9.25.1",
4951
"@types/jest": "^29.5.14",
50-
"@types/node": "^22.10.2",
51-
"@types/react": "^18.3.2",
52-
"@types/react-dom": "^18.3.0",
52+
"@types/node": "^22.14.1",
53+
"@types/react": "^18.3.20",
54+
"@types/react-dom": "^18.3.6",
5355
"@typescript-eslint/eslint-plugin": "^8.18.1",
5456
"@typescript-eslint/parser": "^8.18.0",
55-
"@vitejs/plugin-react-swc": "^3.6.0",
57+
"@vitejs/plugin-react-swc": "^3.9.0",
5658
"eslint": "^9.16.0",
5759
"eslint-plugin-react-hooks": "^5.1.0",
5860
"eslint-plugin-react-refresh": "^0.4.16",
59-
"globals": "^15.13.0",
61+
"globals": "^15.15.0",
6062
"jest": "^29.7.0",
61-
"ts-jest": "^29.2.5",
63+
"ts-jest": "^29.3.2",
6264
"ts-node": "^10.9.2",
63-
"typescript": "^5.7.2",
64-
"vite": "^5.4.12",
65-
"vite-envs": "^4.4.10"
65+
"typescript": "^5.8.3",
66+
"vite": "^5.4.18",
67+
"vite-envs": "^4.6.0"
6668
}
6769
}

0 commit comments

Comments
 (0)