Skip to content

Commit 198a336

Browse files
committed
chore: upgrade dependencies
1 parent 8e0ac9e commit 198a336

26 files changed

+142
-115
lines changed

.prettierrc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
{
2-
"printWidth": 80,
3-
"tabWidth": 2,
4-
"useTabs": false,
5-
"trailingComma": "all",
6-
"semi": true,
7-
"bracketSameLine": true
8-
}
1+
"prettier-config-jc"

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"workspaces": [
6-
"plugins/*"
6+
"src/plugins/*"
77
],
88
"scripts": {
99
"docusaurus": "docusaurus",
@@ -47,20 +47,21 @@
4747
"@docusaurus/module-type-aliases": "2.0.0-beta.18",
4848
"@docusaurus/types": "2.0.0-beta.18",
4949
"@tsconfig/docusaurus": "1.0.5",
50-
"@types/node": "17.0.23",
51-
"@types/react": "17.0.43",
52-
"@typescript-eslint/eslint-plugin": "5.18.0",
53-
"@typescript-eslint/parser": "5.18.0",
54-
"eslint": "8.12.0",
55-
"eslint-config-jc": "2.1.1",
50+
"@types/node": "17.0.25",
51+
"@types/react": "18.0.5",
52+
"@typescript-eslint/eslint-plugin": "5.20.0",
53+
"@typescript-eslint/parser": "5.20.0",
54+
"eslint": "8.13.0",
55+
"eslint-config-jc": "2.2.0",
5656
"eslint-import-resolver-node": "0.3.6",
57-
"eslint-plugin-import": "2.25.4",
57+
"eslint-plugin-import": "2.26.0",
5858
"eslint-plugin-jsx-a11y": "6.5.1",
5959
"eslint-plugin-react": "7.29.4",
6060
"eslint-plugin-react-hooks": "4.4.0",
6161
"husky": "7.0.4",
62-
"lint-staged": "12.3.7",
62+
"lint-staged": "12.3.8",
6363
"prettier": "2.6.2",
64+
"prettier-config-jc": "^2.2.0",
6465
"typescript": "4.6.3",
6566
"unified": "10.1.2"
6667
},

plugins/docusaurus-plugin-alumni/package.json renamed to src/plugins/docusaurus-plugin-alumni/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build:server": "tsc --project tsconfig.server.json",
1010
"build:browser": "tsc --project tsconfig.browser.json",
1111
"build:copy": "node copyUntypedFiles.js",
12-
"build:format": "prettier --config ../../.prettierrc --write \"lib/**/*.js\"",
12+
"build:format": "prettier --config ../../../.prettierrc --write \"lib/**/*.js\"",
1313
"postinstall": "yarn build"
1414
},
1515
"dependencies": {
@@ -25,8 +25,8 @@
2525
"@docusaurus/types": "2.0.0-beta.18",
2626
"@types/fs-extra": "9.0.13",
2727
"@types/js-yaml": "4.0.5",
28-
"@types/node": "17.0.23",
29-
"@types/react": "17.0.43",
28+
"@types/node": "17.0.25",
29+
"@types/react": "18.0.5",
3030
"react": "17.0.2",
3131
"typescript": "4.6.3"
3232
},

0 commit comments

Comments
 (0)