|
1 | 1 | { |
2 | 2 | "name": "frontend", |
3 | | - "version": "8.0.0", |
| 3 | + "version": "8.0.1", |
4 | 4 | "description": "React frontend for the Cards 110", |
5 | 5 | "author": "Daithi Hearn", |
6 | 6 | "license": "MIT", |
|
13 | 13 | "@coreui/react": "4.11.1", |
14 | 14 | "@emotion/react": "11.11.3", |
15 | 15 | "@emotion/styled": "11.11.0", |
16 | | - "@mui/icons-material": "5.15.4", |
17 | | - "@mui/material": "5.15.4", |
18 | | - "@mui/x-data-grid": "6.18.7", |
| 16 | + "@mui/icons-material": "5.15.6", |
| 17 | + "@mui/material": "5.15.6", |
| 18 | + "@mui/x-data-grid": "6.19.2", |
19 | 19 | "@popperjs/core": "2.11.8", |
20 | | - "@reduxjs/toolkit": "2.0.1", |
| 20 | + "@reduxjs/toolkit": "2.1.0", |
21 | 21 | "@tanstack/react-query": "^5.17.19", |
22 | 22 | "@types/jest": "29.5.11", |
23 | | - "@types/node": "20.10.8", |
24 | | - "@types/react": "18.2.47", |
| 23 | + "@types/node": "20.11.10", |
| 24 | + "@types/react": "18.2.48", |
25 | 25 | "@types/react-avatar-editor": "13", |
26 | 26 | "@types/react-dom": "18.2.18", |
27 | 27 | "@types/react-router-dom": "5.3.3", |
28 | | - "axios": "1.6.5", |
| 28 | + "axios": "1.6.7", |
29 | 29 | "bootstrap": "5.3.2", |
30 | 30 | "chart.js": "4.4.1", |
31 | | - "core-js": "3.35.0", |
| 31 | + "core-js": "3.35.1", |
32 | 32 | "crypto-js": "4.2.0", |
33 | 33 | "font-awesome": "4.7.0", |
34 | 34 | "heic2any": "0.0.4", |
35 | | - "jwt-decode": "3.1.2", |
| 35 | + "jwt-decode": "3", |
36 | 36 | "moment": "2.30.1", |
37 | 37 | "notistack": "3.0.1", |
38 | 38 | "react": "18.2.0", |
|
41 | 41 | "react-chartjs-2": "5", |
42 | 42 | "react-confetti": "6.1.0", |
43 | 43 | "react-dom": "18.2.0", |
44 | | - "react-redux": "9.0.4", |
45 | | - "react-router": "6.21.1", |
| 44 | + "react-redux": "9.1.0", |
| 45 | + "react-router": "6.21.3", |
46 | 46 | "react-router-config": "5.1.1", |
47 | | - "react-router-dom": "6.21.1", |
48 | | - "react-stomp-hooks": "2.2.1", |
| 47 | + "react-router-dom": "6.21.3", |
49 | 48 | "react-viewer": "3.2.2", |
50 | 49 | "semantic-ui-css": "2.5.0", |
51 | 50 | "simple-line-icons": "2.5.5", |
|
55 | 54 | }, |
56 | 55 | "devDependencies": { |
57 | 56 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
58 | | - "@tanstack/eslint-plugin-query": "^5.17.20", |
59 | | - "@types/crypto-js": "4.2.1", |
| 57 | + "@tanstack/eslint-plugin-query": "^5.17.22", |
| 58 | + "@types/crypto-js": "4.2.2", |
60 | 59 | "@types/enzyme": "3.10.18", |
61 | 60 | "@types/enzyme-adapter-react-16": "1.0.9", |
62 | 61 | "@types/react-beautiful-dnd": "13.1.8", |
|
66 | 65 | "jest-junit": "^16.0.0", |
67 | 66 | "node-sass-chokidar": "2.0.0", |
68 | 67 | "npm-run-all": "4.1.5", |
69 | | - "prettier": "3.1.1", |
| 68 | + "prettier": "3.2.4", |
70 | 69 | "react-scripts": "5.0.1", |
71 | | - "ts-jest": "^29.1.1" |
| 70 | + "ts-jest": "^29.1.2" |
72 | 71 | }, |
73 | 72 | "scripts": { |
74 | 73 | "build-css": "node-sass-chokidar --include-path ./node_modules ./src/scss -o ./src/scss", |
75 | 74 | "watch-css": "npm run build-css && node-sass-chokidar --include-path ./node_modules ./src/scss -o ./src/scss --watch --recursive", |
76 | 75 | "start": "react-scripts start", |
77 | 76 | "build": "react-scripts build", |
78 | 77 | "test": "react-scripts test --env=jsdom", |
| 78 | + "test:coverage": "react-scripts test --env=jsdom --coverage --watchAll=false", |
79 | 79 | "eject": "react-scripts eject", |
80 | 80 | "format": "yarn prettier --write src", |
81 | 81 | "format:check": "yarn prettier --check src" |
|
0 commit comments