Skip to content

Commit 80af417

Browse files
committed
chore: update deps
1 parent c77c023 commit 80af417

File tree

3 files changed

+944
-755
lines changed

3 files changed

+944
-755
lines changed

nx.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"dependencies": "*",
1717
"devDependencies": "*"
1818
},
19-
".eslintrc.json": "*",
20-
"tools/**/*": "*"
19+
".eslintrc.json": "*"
2120
},
2221
"tasksRunnerOptions": {
2322
"default": {

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -30,67 +30,67 @@
3030
"@amap/amap-jsapi-loader": "^1.0.1",
3131
"@amap/amap-jsapi-types": "^0.0.10",
3232
"@ant-design/icons-svg": "^4.2.1",
33-
"@commitlint/cli": "^17.2.0",
34-
"@commitlint/config-conventional": "^17.2.0",
35-
"@nrwl/cli": "15.0.10",
36-
"@nrwl/eslint-plugin-nx": "15.0.10",
37-
"@nrwl/jest": "15.0.10",
38-
"@nrwl/linter": "15.0.10",
33+
"@commitlint/cli": "^17.3.0",
34+
"@commitlint/config-conventional": "^17.3.0",
35+
"@nrwl/cli": "15.2.1",
36+
"@nrwl/eslint-plugin-nx": "15.2.1",
37+
"@nrwl/jest": "15.2.1",
38+
"@nrwl/linter": "15.2.1",
3939
"@nrwl/nx-cloud": "15.0.2",
40-
"@nrwl/react": "15.0.10",
41-
"@nrwl/tao": "15.0.10",
42-
"@nrwl/web": "15.0.10",
43-
"@nrwl/workspace": "15.0.10",
44-
"@stackblitz/sdk": "^1.8.0",
40+
"@nrwl/react": "15.2.1",
41+
"@nrwl/tao": "15.2.1",
42+
"@nrwl/web": "15.2.1",
43+
"@nrwl/workspace": "15.2.1",
44+
"@stackblitz/sdk": "^1.8.1",
4545
"@testing-library/jest-dom": "^5.16.5",
4646
"@testing-library/react": "^13.4.0",
4747
"@types/fs-extra": "^9.0.13",
4848
"@types/glob": "^8.0.0",
4949
"@types/inquirer": "^8.2.5",
5050
"@types/jest": "^27.4.1",
51-
"@types/lodash": "^4.14.188",
51+
"@types/lodash": "^4.14.189",
5252
"@types/marked": "^4.0.7",
5353
"@types/node": "16.18.0",
5454
"@types/react": "^18.0.25",
55-
"@types/react-dom": "^18.0.8",
56-
"@types/vscode": "^1.73.0",
55+
"@types/react-dom": "^18.0.9",
56+
"@types/vscode": "^1.73.1",
5757
"@types/yaml-front-matter": "^4.1.0",
58-
"@typescript-eslint/eslint-plugin": "^5.42.0",
59-
"@typescript-eslint/parser": "^5.42.0",
58+
"@typescript-eslint/eslint-plugin": "^5.44.0",
59+
"@typescript-eslint/parser": "^5.44.0",
6060
"axios": "^1.1.2",
6161
"axios-mock-adapter": "^1.21.2",
6262
"babel-jest": "^29.1.2",
6363
"bootstrap": "^5.2.2",
6464
"codesandbox": "^2.2.3",
6565
"colors": "^1.4.0",
66-
"core-js": "^3.26.0",
66+
"core-js": "^3.26.1",
6767
"dayjs": "^1.11.6",
6868
"echarts": "^5.4.0",
69-
"eslint": "^8.27.0",
69+
"eslint": "^8.28.0",
7070
"eslint-config-prettier": "^8.5.0",
7171
"eslint-plugin-import": "^2.26.0",
7272
"eslint-plugin-jsdoc": "^39.6.2",
7373
"eslint-plugin-jsx-a11y": "^6.6.1",
7474
"eslint-plugin-markdown": "^3.0.0",
7575
"eslint-plugin-prettier": "^4.2.1",
76-
"eslint-plugin-react": "^7.31.10",
76+
"eslint-plugin-react": "^7.31.11",
7777
"eslint-plugin-react-hooks": "^4.6.0",
7878
"eslint-plugin-tsdoc": "^0.2.17",
7979
"fs-extra": "^10.1.0",
8080
"glob": "^8.0.3",
8181
"highlight.js": "^11.6.0",
82-
"husky": "^8.0.1",
82+
"husky": "^8.0.2",
8383
"i18next": "^22.0.4",
8484
"immer": "^9.0.16",
8585
"inquirer": "^8.2.5",
8686
"is-builtin-module": "^3.2.0",
8787
"jest": "^27.5.1",
8888
"jest-environment-jsdom": "28.1.1",
8989
"jsurl": "^0.1.5",
90-
"lerna": "^6.0.1",
90+
"lerna": "^6.0.3",
9191
"lodash": "^4.17.21",
92-
"marked": "^4.2.2",
93-
"nx": "15.0.10",
92+
"marked": "^4.2.3",
93+
"nx": "15.2.1",
9494
"postcss-html": "^1.5.0",
9595
"postcss-markdown": "^1.2.0",
9696
"prettier": "^2.7.1",
@@ -99,14 +99,14 @@
9999
"react-i18next": "^12.0.0",
100100
"react-router-dom": "^6.4.3",
101101
"react-test-renderer": "^18.2.0",
102-
"regenerator-runtime": "^0.13.10",
102+
"regenerator-runtime": "^0.13.11",
103103
"rfs": "^9.0.6",
104104
"rxjs": "^7.5.7",
105105
"rxjs-for-await": "^1.0.0",
106-
"sass": "^1.56.0",
106+
"sass": "^1.56.1",
107107
"sort-package-json": "^2.1.0",
108-
"stylelint": "^14.14.1",
109-
"stylelint-config-prettier": "^9.0.3",
108+
"stylelint": "^14.15.0",
109+
"stylelint-config-prettier": "^9.0.4",
110110
"stylelint-config-recess-order": "^3.0.0",
111111
"stylelint-config-recommended-scss": "^8.0.0",
112112
"stylelint-config-standard": "^29.0.0",

0 commit comments

Comments
 (0)