|
27 | 27 | "start:mocks": "binode --require ./mocks -- @remix-run/serve:remix-serve build" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
30 | | - "@babel/core": "^7.23.2", |
31 | | - "@chakra-ui/icons": "^2.1.1", |
32 | | - "@chakra-ui/react": "^2.8.1", |
33 | | - "@chakra-ui/styled-system": "^2.9.1", |
34 | | - "@chakra-ui/system": "^2.6.1", |
35 | | - "@chakra-ui/theme-tools": "^2.1.1", |
36 | | - "@emotion/cache": "^11.11.0", |
37 | | - "@emotion/react": "^11.11.1", |
| 30 | + "@babel/core": "^7.28.5", |
| 31 | + "@chakra-ui/icons": "^2.2.4", |
| 32 | + "@chakra-ui/react": "^2.10.9", |
| 33 | + "@chakra-ui/styled-system": "^2.12.0", |
| 34 | + "@chakra-ui/system": "^2.6.2", |
| 35 | + "@chakra-ui/theme-tools": "^2.2.6", |
| 36 | + "@emotion/cache": "^11.14.0", |
| 37 | + "@emotion/react": "^11.14.0", |
38 | 38 | "@emotion/server": "^11.11.0", |
39 | | - "@emotion/styled": "^11.11.0", |
40 | | - "@iconify-json/fa": "^1.1.5", |
| 39 | + "@emotion/styled": "^11.14.1", |
| 40 | + "@iconify-json/fa": "^1.2.2", |
41 | 41 | "@iconify/react": "^4.1.1", |
42 | 42 | "@remix-run/dev": "^1.19.3", |
43 | 43 | "@remix-run/eslint-config": "^1.19.3", |
|
48 | 48 | "@remix-run/server-runtime": "^1.19.3", |
49 | 49 | "@runnablejs/api": "*", |
50 | 50 | "@runnablejs/config": "*", |
51 | | - "@types/compression": "^1.7.4", |
52 | | - "@types/express": "^4.17.20", |
53 | | - "@types/express-prometheus-middleware": "^1.2.2", |
54 | | - "@types/jest": "29.5.7", |
55 | | - "@types/js-cookie": "^3.0.5", |
56 | | - "@types/js-yaml": "^4.0.8", |
57 | | - "@types/lodash.get": "^4.4.8", |
58 | | - "@types/lodash.set": "^4.3.8", |
59 | | - "@types/morgan": "^1.9.7", |
60 | | - "@types/node": "^18.18.8", |
61 | | - "@types/react": "^18.2.36", |
62 | | - "@types/react-dom": "^18.2.14", |
63 | | - "@types/uuid": "^9.0.6", |
| 51 | + "@types/compression": "^1.8.1", |
| 52 | + "@types/express": "^4.17.25", |
| 53 | + "@types/express-prometheus-middleware": "^1.2.3", |
| 54 | + "@types/jest": "29.5.14", |
| 55 | + "@types/js-cookie": "^3.0.6", |
| 56 | + "@types/js-yaml": "^4.0.9", |
| 57 | + "@types/lodash.get": "^4.4.9", |
| 58 | + "@types/lodash.set": "^4.3.9", |
| 59 | + "@types/morgan": "^1.9.10", |
| 60 | + "@types/node": "^18.19.130", |
| 61 | + "@types/react": "^18.3.26", |
| 62 | + "@types/react-dom": "^18.3.7", |
| 63 | + "@types/uuid": "^9.0.8", |
64 | 64 | "binode": "^1.0.5", |
65 | | - "chakra-multiselect": "^0.4.6", |
66 | | - "compression": "^1.7.4", |
| 65 | + "chakra-multiselect": "^0.4.13", |
| 66 | + "compression": "^1.8.1", |
67 | 67 | "cross-env": "^7.0.3", |
68 | | - "esbuild": "0.19.5", |
69 | | - "eslint": "^8.53.0", |
70 | | - "express": "^4.18.2", |
| 68 | + "esbuild": "0.25.12", |
| 69 | + "eslint": "^8.57.1", |
| 70 | + "express": "^4.21.2", |
71 | 71 | "express-prometheus-middleware": "^1.2.0", |
72 | | - "framer-motion": "^10.16.4", |
| 72 | + "framer-motion": "^10.18.0", |
73 | 73 | "jest": "^29.7.0", |
74 | 74 | "jest-environment-jsdom": "^29.7.0", |
75 | 75 | "js-cookie": "^3.0.5", |
76 | 76 | "js-yaml": "^4.1.0", |
77 | 77 | "lodash.get": "^4.4.2", |
78 | 78 | "lodash.set": "^4.3.2", |
79 | | - "morgan": "^1.10.0", |
| 79 | + "morgan": "^1.10.1", |
80 | 80 | "npm-run-all": "^4.1.5", |
81 | 81 | "prom-client": "^14.2.0", |
82 | | - "react": "^18.2.0", |
83 | | - "react-dom": "^18.2.0", |
84 | | - "react-remove-scroll": "^2.5.7", |
85 | | - "remix-auth": "^3.6.0", |
86 | | - "remix-auth-form": "^1.4.0", |
| 82 | + "react": "^18.3.1", |
| 83 | + "react-dom": "^18.3.1", |
| 84 | + "react-remove-scroll": "^2.7.1", |
| 85 | + "remix-auth": "^3.7.0", |
| 86 | + "remix-auth-form": "^1.5.0", |
87 | 87 | "remix-auth-google": "^1.3.0", |
88 | 88 | "remix-utils": "^6.6.0", |
89 | | - "socket.io": "^4.7.2", |
90 | | - "socket.io-client": "^4.7.2", |
91 | | - "stylis": "^4.3.0", |
92 | | - "tiny-invariant": "^1.3.1", |
93 | | - "ts-jest": "^29.1.1", |
94 | | - "ts-node": "^10.9.1", |
| 89 | + "socket.io": "^4.8.1", |
| 90 | + "socket.io-client": "^4.8.1", |
| 91 | + "stylis": "^4.3.6", |
| 92 | + "tiny-invariant": "^1.3.3", |
| 93 | + "ts-jest": "^29.4.5", |
| 94 | + "ts-node": "^10.9.2", |
95 | 95 | "tsconfig-paths": "^4.2.0", |
96 | 96 | "tsx": "^3.14.0", |
97 | | - "typescript": "^5.2.2", |
98 | | - "zod": "^3.22.4" |
| 97 | + "typescript": "^5.9.3", |
| 98 | + "zod": "^3.25.76" |
99 | 99 | } |
100 | 100 | } |
0 commit comments