|
22 | 22 | "serve:a11y": "yarn workspace {{ tmplr.npm_scope }}/{{ tmplr.extension_name | kebab-case }} serve:a11y" |
23 | 23 | }, |
24 | 24 | "devDependencies": { |
25 | | - "@babel/core": "^7.24.7", |
26 | | - "@babel/plugin-transform-modules-commonjs": "^7.24.7", |
27 | | - "@babel/preset-env": "^7.24.7", |
28 | | - "@babel/preset-flow": "^7.24.7", |
29 | | - "@babel/preset-react": "^7.24.7", |
30 | | - "@babel/preset-typescript": "^7.24.7", |
31 | | - "@eslint/compat": "^1.2.0", |
32 | | - "@eslint/eslintrc": "^3.1.0", |
33 | | - "@eslint/js": "^9.12.0", |
34 | | - "@testing-library/dom": "^10.4.0", |
35 | | - "@testing-library/jest-dom": "^6.4.8", |
36 | | - "@testing-library/react": "^16.0.0", |
37 | | - "@testing-library/user-event": "^14.5.2", |
38 | | - "@types/jest": "^29.5.13", |
39 | | - "@types/react": "^18.3.11", |
40 | | - "@types/react-dom": "^18.3.0", |
41 | | - "@typescript-eslint/eslint-plugin": "^8.1.0", |
42 | | - "@typescript-eslint/parser": "^8.1.0", |
43 | | - "babel-jest": "^29.7.0", |
44 | | - "concurrently": "^9.0.1", |
45 | | - "eslint": "^9.12.0", |
46 | | - "eslint-config-prettier": "9.1.0", |
47 | | - "eslint-plugin-import": "^2.29.1", |
| 25 | + "@babel/core": "^7.28.4", |
| 26 | + "@babel/plugin-transform-modules-commonjs": "^7.27.1", |
| 27 | + "@babel/preset-env": "^7.28.3", |
| 28 | + "@babel/preset-flow": "^7.27.1", |
| 29 | + "@babel/preset-react": "^7.27.1", |
| 30 | + "@babel/preset-typescript": "^7.27.1", |
| 31 | + "@eslint/compat": "^1.4.0", |
| 32 | + "@eslint/eslintrc": "^3.3.1", |
| 33 | + "@eslint/js": "^9.37.0", |
| 34 | + "@testing-library/dom": "^10.4.1", |
| 35 | + "@testing-library/jest-dom": "^6.9.1", |
| 36 | + "@testing-library/react": "^16.3.0", |
| 37 | + "@testing-library/user-event": "^14.6.1", |
| 38 | + "@types/jest": "^30.0.0", |
| 39 | + "@types/react": "^19.2.0", |
| 40 | + "@types/react-dom": "^19.2.0", |
| 41 | + "@typescript-eslint/eslint-plugin": "^8.45.0", |
| 42 | + "@typescript-eslint/parser": "^8.45.0", |
| 43 | + "babel-jest": "^30.2.0", |
| 44 | + "concurrently": "^9.2.1", |
| 45 | + "eslint": "^9.37.0", |
| 46 | + "eslint-config-prettier": "10.1.8", |
| 47 | + "eslint-plugin-import": "^2.32.0", |
48 | 48 | "eslint-plugin-markdown": "^5.1.0", |
49 | | - "eslint-plugin-n": "^17.10.2", |
50 | | - "eslint-plugin-prettier": "^5.2.1", |
51 | | - "eslint-plugin-promise": "^7.1.0", |
52 | | - "eslint-plugin-react": "^7.37.1", |
| 49 | + "eslint-plugin-n": "^17.23.1", |
| 50 | + "eslint-plugin-prettier": "^5.5.4", |
| 51 | + "eslint-plugin-promise": "^7.2.1", |
| 52 | + "eslint-plugin-react": "^7.37.5", |
53 | 53 | "eslint-plugin-react-hooks": "^4.6.2", |
54 | | - "globals": "^15.10.0", |
55 | | - "jest": "^29.7.0", |
56 | | - "jest-environment-jsdom": "^29.7.0", |
57 | | - "prettier": "3.3.3", |
58 | | - "react": "^18.3.1", |
59 | | - "react-dom": "^18.3.1", |
60 | | - "serve": "^14.2.3", |
61 | | - "typescript": "^5.5.4", |
62 | | - "typescript-eslint": "^8.8.1" |
| 54 | + "globals": "^16.4.0", |
| 55 | + "jest": "^30.2.0", |
| 56 | + "jest-environment-jsdom": "^30.2.0", |
| 57 | + "prettier": "3.6.2", |
| 58 | + "react": "^18", |
| 59 | + "react-dom": "^18", |
| 60 | + "serve": "^14.2.5", |
| 61 | + "typescript": "^5.9.3", |
| 62 | + "typescript-eslint": "^8.45.0" |
63 | 63 | }, |
64 | 64 | "packageManager": "[email protected]" |
65 | 65 | } |
0 commit comments