|
1 | 1 | { |
2 | 2 | "name": "skupper-web-console", |
3 | | - "version": "1.5.2", |
| 3 | + "version": "1.5.3", |
4 | 4 | "description": "Skupper Web Console", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "keywords": [ |
|
43 | 43 | "@patternfly/react-core": "^5.1.2", |
44 | 44 | "@patternfly/react-icons": "^5.1.2", |
45 | 45 | "@patternfly/react-table": "^5.1.2", |
46 | | - "@tanstack/react-query": "^5.17.5", |
| 46 | + "@tanstack/react-query": "^5.17.12", |
47 | 47 | "axios": "^1.6.5", |
48 | | - "date-fns": "^3.1.0", |
49 | | - "framer-motion": "^10.17.9", |
| 48 | + "date-fns": "^3.2.0", |
| 49 | + "framer-motion": "^10.18.0", |
50 | 50 | "react": "^18.2.0", |
51 | 51 | "react-dom": "^18.2.0", |
52 | 52 | "react-error-boundary": "^4.0.12", |
53 | | - "react-router-dom": "^6.21.1" |
| 53 | + "react-router-dom": "^6.21.2" |
54 | 54 | }, |
55 | 55 | "devDependencies": { |
56 | 56 | "@commitlint/cli": "^18.4.4", |
57 | 57 | "@commitlint/config-conventional": "^18.4.4", |
58 | | - "@testing-library/dom": "^9.3.3", |
| 58 | + "@testing-library/dom": "^9.3.4", |
59 | 59 | "@testing-library/jest-dom": "^6.2.0", |
60 | 60 | "@testing-library/react": "^14.1.2", |
61 | 61 | "@testing-library/user-event": "^14.5.2", |
62 | 62 | "@types/jest": "^29.5.11", |
63 | | - "@typescript-eslint/eslint-plugin": "^6.17.0", |
64 | | - "@typescript-eslint/parser": "^6.17.0", |
| 63 | + "@typescript-eslint/eslint-plugin": "^6.18.1", |
| 64 | + "@typescript-eslint/parser": "^6.18.1", |
65 | 65 | "circular-dependency-plugin": "^5.2.2", |
66 | 66 | "commitizen": "^4.3.0", |
67 | | - "copy-webpack-plugin": "^11.0.0", |
68 | | - "css-loader": "^6.8.1", |
| 67 | + "copy-webpack-plugin": "^12.0.1", |
| 68 | + "css-loader": "^6.9.0", |
69 | 69 | "css-minimizer-webpack-plugin": "^5.0.1", |
70 | 70 | "cypress": "^13.6.2", |
71 | 71 | "cz-git": "^1.8.0", |
72 | 72 | "eslint": "^8.56.0", |
73 | 73 | "eslint-config-prettier": "^9.1.0", |
74 | 74 | "eslint-import-resolver-typescript": "^3.6.1", |
75 | 75 | "eslint-plugin-import": "^2.29.1", |
76 | | - "eslint-plugin-jest": "^27.6.1", |
| 76 | + "eslint-plugin-jest": "^27.6.3", |
77 | 77 | "eslint-plugin-react": "^7.33.2", |
78 | 78 | "eslint-plugin-react-hooks": "^4.6.0", |
79 | 79 | "html-webpack-plugin": "^5.6.0", |
80 | 80 | "husky": "^8.0.3", |
81 | 81 | "jest": "^29.7.0", |
82 | 82 | "jest-environment-jsdom": "^29.7.0", |
83 | | - "mini-css-extract-plugin": "^2.7.6", |
| 83 | + "mini-css-extract-plugin": "^2.7.7", |
84 | 84 | "miragejs": "^0.1.48", |
85 | | - "prettier": "^3.1.1", |
| 85 | + "prettier": "^3.2.2", |
86 | 86 | "start-server-and-test": "^2.0.3", |
87 | | - "style-loader": "^3.3.3", |
| 87 | + "style-loader": "^3.3.4", |
88 | 88 | "terser-webpack-plugin": "^5.3.10", |
89 | 89 | "ts-jest": "^29.1.1", |
90 | 90 | "ts-loader": "^9.5.1", |
|
0 commit comments