Skip to content

Commit 2090f1b

Browse files
committed
ran syncpack
1 parent d485280 commit 2090f1b

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@babel/cli": "7.13.10",
5252
"@babel/core": "7.19.6",
5353
"@babel/preset-typescript": "^7.13.0",
54-
"@codecademy/webpack-config": "^6.0.0",
54+
"@codecademy/webpack-config": "6.4.2",
5555
"@emotion/babel-plugin": "^11.3.0",
5656
"@emotion/jest": "^11.3.0",
5757
"@emotion/react": "^11.4.0",
@@ -69,25 +69,25 @@
6969
"@types/react": "^16.9",
7070
"@types/react-dom": "^16.9",
7171
"@types/stylis": "^4.0.0",
72-
"@typescript-eslint/eslint-plugin": "^5.15.0",
73-
"@typescript-eslint/parser": "^5.15.0",
72+
"@typescript-eslint/eslint-plugin": "^8.31.0",
73+
"@typescript-eslint/parser": "^8.31.0",
7474
"babel-jest": "29.6.4",
7575
"babel-plugin-macros": "3.1.0",
76-
"babel-preset-codecademy": "2.3.0",
76+
"babel-preset-codecademy": "7.0.1",
7777
"component-test-setup": "^0.3.1",
7878
"core-js": "3.32.1",
7979
"enzyme": "3.11.0",
8080
"enzyme-adapter-react-16": "1.15.7",
8181
"enzyme-to-json": "3.6.2",
8282
"eslint": "^8.11.0",
83-
"eslint-plugin-jest": "^25.2.4",
83+
"eslint-plugin-jest": "^28.11.0",
8484
"eslint-plugin-jest-react": "^0.1.0",
85-
"eslint-plugin-jsx-a11y": "^6.4.1",
86-
"eslint-plugin-no-only-tests": "^2.6.0",
87-
"eslint-plugin-react": "^7.26.1",
88-
"eslint-plugin-react-hooks": "^4.3.0",
89-
"eslint-plugin-simple-import-sort": "^7.0.0",
90-
"eslint-plugin-unused-imports": "^1.1.5",
85+
"eslint-plugin-jsx-a11y": "^6.10.2",
86+
"eslint-plugin-no-only-tests": "^3.3.0",
87+
"eslint-plugin-react": "^7.37.5",
88+
"eslint-plugin-react-hooks": "^5.2.0",
89+
"eslint-plugin-simple-import-sort": "^12.1.1",
90+
"eslint-plugin-unused-imports": "^4.1.4",
9191
"husky": "^8.0.0",
9292
"identity-obj-proxy": "3.0.0",
9393
"jest": "^29.6.4",

packages/babel-preset-codecademy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"babel-plugin-transform-dynamic-import": "^2.1.0"
3939
},
4040
"devDependencies": {
41-
"@babel/cli": "^7.13.10",
42-
"@babel/core": "^7.19.6"
41+
"@babel/cli": "7.13.10",
42+
"@babel/core": "7.19.6"
4343
}
4444
}

packages/webpack-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"webpack-dev-server": "^3.1.9"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "7.12.9",
34-
"babel-preset-codecademy": "^2.3.0",
33+
"@babel/core": "7.19.6",
34+
"babel-preset-codecademy": "7.0.1",
3535
"webpack": "^5.88.2"
3636
},
3737
"dependencies": {

0 commit comments

Comments
 (0)