|
18 | 18 | }, |
19 | 19 | "author": "Colin Megill", |
20 | 20 | "devDependencies": { |
21 | | - "@babel/core": "~7.28.4", |
22 | | - "@babel/eslint-parser": "^7.28.4", |
| 21 | + "@babel/core": "~7.28.5", |
| 22 | + "@babel/eslint-parser": "^7.28.5", |
23 | 23 | "@babel/plugin-proposal-class-properties": "~7.18.6", |
24 | 24 | "@babel/plugin-proposal-decorators": "~7.28.0", |
25 | | - "@babel/plugin-transform-runtime": "~7.28.3", |
26 | | - "@babel/preset-env": "~7.28.3", |
27 | | - "@babel/preset-react": "~7.27.1", |
| 25 | + "@babel/plugin-transform-runtime": "~7.28.5", |
| 26 | + "@babel/preset-env": "~7.28.5", |
| 27 | + "@babel/preset-react": "~7.28.5", |
28 | 28 | "@mdx-js/loader": "^3.1.1", |
29 | 29 | "@testing-library/jest-dom": "^6.9.1", |
30 | 30 | "@testing-library/react": "^16.3.0", |
|
33 | 33 | "compression-webpack-plugin": "^11.1.0", |
34 | 34 | "copy-webpack-plugin": "^13.0.1", |
35 | 35 | "dotenv": "^17.2.3", |
36 | | - "eslint": "~9.36.0", |
| 36 | + "eslint": "~9.39.1", |
37 | 37 | "eslint-plugin-import": "^2.32.0", |
38 | 38 | "eslint-plugin-jsx-a11y": "^6.10.2", |
39 | 39 | "eslint-plugin-react": "^7.37.5", |
40 | 40 | "event-hooks-webpack-plugin": "^3.0.1", |
41 | | - "glob": "^11.0.3", |
42 | | - "globals": "^16.4.0", |
| 41 | + "glob": "^13.0.0", |
| 42 | + "globals": "^16.5.0", |
43 | 43 | "html-loader": "~5.1.0", |
44 | | - "html-webpack-plugin": "~5.6.4", |
| 44 | + "html-webpack-plugin": "~5.6.5", |
45 | 45 | "html-webpack-tags-plugin": "~3.0.2", |
46 | 46 | "identity-obj-proxy": "^3.0.0", |
47 | 47 | "jest": "^30.2.0", |
48 | 48 | "jest-environment-jsdom": "^30.2.0", |
49 | 49 | "jest-transform-stub": "^2.0.0", |
50 | | - "prettier": "^3.6.2", |
| 50 | + "prettier": "^3.7.4", |
51 | 51 | "terser-webpack-plugin": "^5.3.14", |
52 | | - "webpack": "^5.102.0", |
| 52 | + "webpack": "^5.103.0", |
53 | 53 | "webpack-cli": "~6.0.1", |
54 | 54 | "webpack-dev-server": "~5.2.2" |
55 | 55 | }, |
56 | 56 | "dependencies": { |
57 | | - "@reduxjs/toolkit": "^2.9.0", |
| 57 | + "@reduxjs/toolkit": "^2.11.0", |
58 | 58 | "@theme-ui/mdx": "^0.17.2", |
59 | | - "oidc-client-ts": "^3.3.0", |
| 59 | + "oidc-client-ts": "^3.4.1", |
60 | 60 | "prop-types": "~15.8.1", |
61 | | - "react": "^19.2.0", |
62 | | - "react-dom": "^19.2.0", |
| 61 | + "react": "^19.2.1", |
| 62 | + "react-dom": "^19.2.1", |
63 | 63 | "react-easy-emoji": "~1.8.1", |
64 | 64 | "react-oidc-context": "^3.3.0", |
65 | 65 | "react-redux": "^9.2.0", |
66 | | - "react-router": "^7.9.3", |
67 | | - "react-router-dom": "^7.9.3", |
| 66 | + "react-router": "^7.10.0", |
| 67 | + "react-router-dom": "^7.10.0", |
68 | 68 | "redux": "^5.0.1", |
69 | 69 | "theme-ui": "^0.17.2", |
70 | 70 | "victory": "~37.3.6" |
|
0 commit comments