|
6 | 6 | "license": "MIT", |
7 | 7 | "author": "Codecademy Engineers <[email protected]>", |
8 | 8 | "engines": { |
9 | | - "node": "^16.17", |
| 9 | + "node": "^22.14.0", |
10 | 10 | "yarn": "^1.22" |
11 | 11 | }, |
12 | 12 | "scripts": { |
|
24 | 24 | "clear-modules": "lerna clean -y && rm -rf node_modules", |
25 | 25 | "build": "turbo run build --concurrency=3", |
26 | 26 | "build-all": "yarn build", |
27 | | - "prepare": "husky install" |
| 27 | + "prepare": "husky install", |
| 28 | + "syncpack:lint": "syncpack lint" |
28 | 29 | }, |
29 | 30 | "lint-staged": { |
30 | 31 | "**/*.{js,ts,tsx,json}": [ |
|
45 | 46 | "conventional-changelog-cli": "^2.0.34", |
46 | 47 | "conventional-changelog-conventionalcommits": "^4.3.0", |
47 | 48 | "gh-pages": "^5.0.0", |
48 | | - "lerna": "3.22.1" |
| 49 | + "lerna": "8.2.2" |
49 | 50 | }, |
50 | 51 | "devDependencies": { |
51 | 52 | "@babel/cli": "7.13.10", |
52 | 53 | "@babel/core": "7.19.6", |
53 | 54 | "@babel/preset-typescript": "^7.13.0", |
54 | | - "@codecademy/webpack-config": "^6.0.0", |
| 55 | + "@codecademy/webpack-config": "6.4.2", |
55 | 56 | "@emotion/babel-plugin": "^11.3.0", |
56 | 57 | "@emotion/jest": "^11.3.0", |
57 | 58 | "@emotion/react": "^11.4.0", |
|
69 | 70 | "@types/react": "^16.9", |
70 | 71 | "@types/react-dom": "^16.9", |
71 | 72 | "@types/stylis": "^4.0.0", |
72 | | - "@typescript-eslint/eslint-plugin": "^5.15.0", |
73 | | - "@typescript-eslint/parser": "^5.15.0", |
| 73 | + "@typescript-eslint/eslint-plugin": "^8.31.0", |
| 74 | + "@typescript-eslint/parser": "^8.31.0", |
74 | 75 | "babel-jest": "29.6.4", |
75 | 76 | "babel-plugin-macros": "3.1.0", |
76 | | - "babel-preset-codecademy": "2.3.0", |
| 77 | + "babel-preset-codecademy": "7.0.1", |
77 | 78 | "component-test-setup": "^0.3.1", |
78 | 79 | "core-js": "3.32.1", |
79 | 80 | "enzyme": "3.11.0", |
80 | 81 | "enzyme-adapter-react-16": "1.15.7", |
81 | 82 | "enzyme-to-json": "3.6.2", |
82 | | - "eslint": "^8.11.0", |
83 | | - "eslint-plugin-import": "^2.25.2", |
84 | | - "eslint-plugin-jest": "^25.2.4", |
| 83 | + "eslint": "^8.57.1", |
| 84 | + "eslint-plugin-jest": "^28.11.0", |
85 | 85 | "eslint-plugin-jest-react": "^0.1.0", |
86 | | - "eslint-plugin-jsx-a11y": "^6.4.1", |
87 | | - "eslint-plugin-no-only-tests": "^2.6.0", |
88 | | - "eslint-plugin-react": "^7.26.1", |
89 | | - "eslint-plugin-react-hooks": "^4.3.0", |
90 | | - "eslint-plugin-simple-import-sort": "^7.0.0", |
91 | | - "eslint-plugin-unused-imports": "^1.1.5", |
| 86 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 87 | + "eslint-plugin-no-only-tests": "^3.3.0", |
| 88 | + "eslint-plugin-react": "^7.37.5", |
| 89 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 90 | + "eslint-plugin-simple-import-sort": "^12.1.1", |
| 91 | + "eslint-plugin-unused-imports": "^4.1.4", |
92 | 92 | "husky": "^8.0.0", |
93 | 93 | "identity-obj-proxy": "3.0.0", |
94 | 94 | "jest": "^29.6.4", |
|
102 | 102 | "react-dom": "16.13.1", |
103 | 103 | "react-helmet": "6.1.0", |
104 | 104 | "react-test-renderer": "18.2.0", |
| 105 | + "semver": "7.7.1", |
| 106 | + "syncpack": "^14.0.0-alpha.10", |
105 | 107 | "turbo": "^1.1.2", |
106 | | - "typescript": "4.4.2" |
| 108 | + "typescript": "5.8.3" |
107 | 109 | }, |
108 | 110 | "packageManager": "[email protected]" |
109 | 111 | } |
0 commit comments