Skip to content

Commit ecd462b

Browse files
committed
clean things up
1 parent c23d5c3 commit ecd462b

File tree

5 files changed

+2983
-2222
lines changed

5 files changed

+2983
-2222
lines changed

lerna.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"version": "independent",
33
"npmClient": "yarn",
4+
"useWorkspaces": true,
45
"packages": ["packages/*"],
56
"command": {
67
"publish": {

package.json

Lines changed: 9 additions & 10 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",
@@ -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
}

packages/eslint-config/rules/mdx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const mdxConfig = {
33
files: ['*.mdx'],
44
parser: 'eslint-mdx',
55
rules: {
6-
'react/jsx-filename-extension': 'error',
6+
'react/jsx-filename-extension': 'off',
77
'react/no-unescaped-entities': 'off',
88
'react/react-in-jsx-scope': 'off',
99
'unused-imports/no-unused-imports': 'error',

turbo.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"npmClient": "yarn",
3+
"baseBranch": "origin/main",
24
"pipeline": {
35
"build": {
46
"dependsOn": ["^build"]

0 commit comments

Comments
 (0)