Skip to content

Commit 4a49c46

Browse files
committed
minimize changes, maybe try to fix PR workflow l8r
1 parent 4f8bf1c commit 4a49c46

File tree

2 files changed

+2981
-2245
lines changed

2 files changed

+2981
-2245
lines changed

package.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "Codecademy Engineers <[email protected]>",
88
"engines": {
99
"node": "^16.17",
10-
"yarn": "^1.22.22"
10+
"yarn": "^1.22"
1111
},
1212
"scripts": {
1313
"test": "jest",
@@ -45,14 +45,14 @@
4545
"conventional-changelog-cli": "^2.0.34",
4646
"conventional-changelog-conventionalcommits": "^4.3.0",
4747
"gh-pages": "^5.0.0",
48-
"lerna": "7.2.0"
48+
"lerna": "3.22.1"
4949
},
5050
"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",
5656
"@babel/cli": "7.13.10",
5757
"@babel/core": "7.19.6",
5858
"@babel/preset-typescript": "^7.13.0",
@@ -78,7 +78,7 @@
7878
"@typescript-eslint/parser": "^5.15.0",
7979
"babel-jest": "29.6.4",
8080
"babel-plugin-macros": "3.1.0",
81-
"babel-preset-codecademy": "7.0.0",
81+
"babel-preset-codecademy": "2.3.0",
8282
"component-test-setup": "^0.3.1",
8383
"core-js": "3.32.1",
8484
"enzyme": "3.11.0",
@@ -94,7 +94,7 @@
9494
"eslint-plugin-react-hooks": "^4.3.0",
9595
"eslint-plugin-simple-import-sort": "^7.0.0",
9696
"eslint-plugin-unused-imports": "^1.1.5",
97-
"husky": "^8.0.3",
97+
"husky": "^8.0.0",
9898
"identity-obj-proxy": "3.0.0",
9999
"jest": "^29.6.4",
100100
"jest-environment-jsdom": "^29.6.4",
@@ -107,9 +107,8 @@
107107
"react-dom": "16.13.1",
108108
"react-helmet": "6.1.0",
109109
"react-test-renderer": "18.2.0",
110-
"semver": "^7.7.1",
111110
"turbo": "^1.1.2",
112111
"typescript": "4.4.2"
113112
},
114-
"packageManager": "[email protected].22"
113+
"packageManager": "[email protected].10"
115114
}

0 commit comments

Comments
 (0)