|
60 | 60 | "@storybook/react/webpack": "^5" |
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | | - "@babel/cli": "^7.25.6", |
64 | | - "@commitlint/cli": "^19.5.0", |
65 | | - "@commitlint/config-conventional": "^19.5.0", |
66 | | - "@emotion/cache": "^11.13.1", |
67 | | - "@emotion/react": "^11.13.3", |
68 | | - "@eslint/eslintrc": "^3.1.0", |
69 | | - "@eslint/js": "^9.11.1", |
| 63 | + "@babel/cli": "^7.26.4", |
| 64 | + "@commitlint/cli": "^19.6.0", |
| 65 | + "@commitlint/config-conventional": "^19.6.0", |
| 66 | + "@emotion/cache": "^11.14.0", |
| 67 | + "@emotion/react": "^11.14.0", |
| 68 | + "@eslint/js": "^9.16.0", |
70 | 69 | "@instructure/browserslist-config-instui": "workspace:*", |
71 | 70 | "@instructure/pkg-utils": "workspace:*", |
72 | 71 | "@testing-library/dom": "^10.4.0", |
73 | | - "@testing-library/jest-dom": "^6.4.6", |
| 72 | + "@testing-library/jest-dom": "^6.6.3", |
74 | 73 | "@testing-library/react": "^16.0.1", |
75 | 74 | "@testing-library/user-event": "^14.5.2", |
76 | 75 | "@types/eslint__js": "^8.42.3", |
77 | 76 | "@types/react-dom": "^18.3.0", |
78 | | - "@vitejs/plugin-react": "^4.3.2", |
79 | | - "@vitest/eslint-plugin": "^1.1.4", |
| 77 | + "@types/jest": "^29.5.14", |
| 78 | + "@vitejs/plugin-react": "^4.3.4", |
| 79 | + "@vitest/eslint-plugin": "^1.1.14", |
80 | 80 | "chai": "^4.4.1", |
81 | 81 | "chalk": "^4.1.2", |
82 | 82 | "commitizen": "^4.3.1", |
83 | | - "cross-spawn": "^7.0.3", |
84 | | - "cypress": "^13.15.0", |
| 83 | + "cross-spawn": "^7.0.6", |
| 84 | + "cypress": "^13.16.1", |
85 | 85 | "cypress-real-events": "^1.13.0", |
86 | 86 | "esbuild": "^0.24.0", |
87 | | - "eslint": "^9.11.1", |
| 87 | + "eslint": "^9.16.0", |
88 | 88 | "eslint-config-prettier": "^9.1.0", |
89 | 89 | "eslint-import-resolver-node": "^0.3.9", |
90 | 90 | "eslint-module-utils": "^2.12.0", |
91 | 91 | "eslint-plugin-compat": "^6.0.1", |
92 | | - "eslint-plugin-jsx-a11y": "^6.10.0", |
| 92 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
93 | 93 | "eslint-plugin-notice": "^1.0.0", |
94 | | - "eslint-plugin-react": "^7.37.0", |
95 | | - "globals": "^15.9.0", |
96 | | - "husky": "^9.1.6", |
97 | | - "lerna": "^8.1.8", |
| 94 | + "eslint-plugin-react": "^7.37.2", |
| 95 | + "globals": "^15.13.0", |
| 96 | + "husky": "^9.1.7", |
| 97 | + "lerna": "^8.1.9", |
98 | 98 | "lint-staged": "^15.2.10", |
99 | 99 | "react": "^18.3.1", |
100 | 100 | "tar": "^7.4.3", |
101 | | - "typescript": "5.6.2", |
102 | | - "typescript-eslint": "^8.8.0", |
103 | | - "vitest": "^2.1.1", |
104 | | - "webpack": "^5.95.0" |
| 101 | + "typescript": "5.7.2", |
| 102 | + "typescript-eslint": "^8.18.0", |
| 103 | + "vitest": "^2.1.8", |
| 104 | + "webpack": "^5.97.1" |
105 | 105 | }, |
106 | 106 | "//dependency-comments": { |
107 | 107 | "danger": "^11.3.1 -- add this back if we use it in pr-validation.yml", |
108 | 108 | "chalk": "Chalk 5 is ESM. (used here by the scripts/ folder)", |
109 | 109 | "tar": "Lerna 8 needs tar for this fixed(?) bug: https://github.com/lerna/lerna/issues/4005", |
110 | 110 | "eslint-import-resolver-typescript": "^3.6.1 not supported by ESLint 9", |
111 | | - "eslint-plugin-import-x": "^3.1.0 not supported by ESLint 9" |
| 111 | + "eslint-plugin-import-x": "^3.1.0 not supported by ESLint 9", |
| 112 | + "@types/jest": "needed because https://github.com/testing-library/jest-dom/issues/544 recheck if fixed" |
112 | 113 | }, |
113 | 114 | "engines": { |
114 | 115 | "node": ">=18", |
|
0 commit comments