|
7 | 7 | "author": "Codecademy Engineers <[email protected]>", |
8 | 8 | "engines": { |
9 | 9 | "node": "^16.17", |
10 | | - "yarn": "^1.22.22" |
| 10 | + "yarn": "^1.22" |
11 | 11 | }, |
12 | 12 | "scripts": { |
13 | 13 | "test": "jest", |
|
45 | 45 | "conventional-changelog-cli": "^2.0.34", |
46 | 46 | "conventional-changelog-conventionalcommits": "^4.3.0", |
47 | 47 | "gh-pages": "^5.0.0", |
48 | | - "lerna": "7.2.0" |
| 48 | + "lerna": "3.22.1" |
49 | 49 | }, |
50 | 50 | "devDependencies": { |
51 | | - "auto": "^11.3.0", |
52 | | - "@auto-it/all-contributors": "^11.3.0", |
53 | | - "@auto-it/first-time-contributor": "^11.3.0", |
54 | | - "@auto-it/npm": "^11.3.0", |
55 | | - "@auto-it/released": "^11.3.0", |
| 51 | + "auto": "^11.1.6", |
| 52 | + "@auto-it/all-contributors": "^11.0.4", |
| 53 | + "@auto-it/first-time-contributor": "^11.0.4", |
| 54 | + "@auto-it/npm": "^11.0.4", |
| 55 | + "@auto-it/released": "^11.0.4", |
56 | 56 | "@babel/cli": "7.13.10", |
57 | 57 | "@babel/core": "7.19.6", |
58 | 58 | "@babel/preset-typescript": "^7.13.0", |
|
78 | 78 | "@typescript-eslint/parser": "^5.15.0", |
79 | 79 | "babel-jest": "29.6.4", |
80 | 80 | "babel-plugin-macros": "3.1.0", |
81 | | - "babel-preset-codecademy": "7.0.0", |
| 81 | + "babel-preset-codecademy": "2.3.0", |
82 | 82 | "component-test-setup": "^0.3.1", |
83 | 83 | "core-js": "3.32.1", |
84 | 84 | "enzyme": "3.11.0", |
|
94 | 94 | "eslint-plugin-react-hooks": "^4.3.0", |
95 | 95 | "eslint-plugin-simple-import-sort": "^7.0.0", |
96 | 96 | "eslint-plugin-unused-imports": "^1.1.5", |
97 | | - "husky": "^8.0.3", |
| 97 | + "husky": "^8.0.0", |
98 | 98 | "identity-obj-proxy": "3.0.0", |
99 | 99 | "jest": "^29.6.4", |
100 | 100 | "jest-environment-jsdom": "^29.6.4", |
|
107 | 107 | "react-dom": "16.13.1", |
108 | 108 | "react-helmet": "6.1.0", |
109 | 109 | "react-test-renderer": "18.2.0", |
110 | | - "semver": "^7.7.1", |
111 | 110 | "turbo": "^1.1.2", |
112 | 111 | "typescript": "4.4.2" |
113 | 112 | }, |
114 | | - "packageManager": "[email protected].22" |
| 113 | + "packageManager": "[email protected].10" |
115 | 114 | } |
0 commit comments