Skip to content

Commit 92772cb

Browse files
committed
chore: bump dependencies
1 parent 75f212b commit 92772cb

File tree

3 files changed

+928
-683
lines changed

3 files changed

+928
-683
lines changed

docs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"dependencies": {
1010
"@textea/json-viewer": "workspace:^",
1111
"gray-matter": "^4.0.3",
12-
"next": "^13.1.6",
13-
"nextra": "^2.2.13",
14-
"nextra-theme-docs": "^2.2.13",
12+
"next": "^13.2.3",
13+
"nextra": "^2.2.17",
14+
"nextra-theme-docs": "^2.2.17",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0"
1717
},
1818
"devDependencies": {
19-
"@types/node": "^18.11.18",
20-
"@types/react": "^18.0.27",
21-
"@types/react-dom": "^18.0.10",
19+
"@types/node": "^18.14.6",
20+
"@types/react": "^18.0.28",
21+
"@types/react-dom": "^18.0.11",
2222
"next-transpile-modules": "^10.0.0",
23-
"typescript": "^4.9.4"
23+
"typescript": "^4.9.5"
2424
}
2525
}

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
"build": "rollup -c rollup.config.ts --configPlugin swc3"
6060
},
6161
"dependencies": {
62-
"@emotion/react": "^11.10.5",
63-
"@emotion/styled": "^11.10.5",
64-
"@mui/material": "^5.11.6",
62+
"@emotion/react": "^11.10.6",
63+
"@emotion/styled": "^11.10.6",
64+
"@mui/material": "^5.11.12",
6565
"copy-to-clipboard": "^3.3.3",
6666
"zustand": "^4.1.5"
6767
},
@@ -74,48 +74,48 @@
7474
"react-dom": "^17 || ^18"
7575
},
7676
"devDependencies": {
77-
"@commitlint/cli": "^17.4.2",
78-
"@commitlint/config-angular": "^17.4.2",
77+
"@commitlint/cli": "^17.4.4",
78+
"@commitlint/config-angular": "^17.4.4",
7979
"@rollup/plugin-alias": "^4.0.3",
8080
"@rollup/plugin-commonjs": "^24.0.1",
8181
"@rollup/plugin-node-resolve": "^15.0.1",
8282
"@rollup/plugin-replace": "^5.0.2",
83-
"@swc/core": "^1.3.27",
84-
"@testing-library/react": "^13.4.0",
85-
"@types/node": "^18.11.18",
86-
"@types/react": "^18.0.27",
87-
"@types/react-dom": "^18.0.10",
88-
"@types/web": "^0.0.89",
89-
"@typescript-eslint/eslint-plugin": "^5.49.0",
90-
"@typescript-eslint/parser": "^5.49.0",
91-
"@vitejs/plugin-react": "^3.0.1",
92-
"@vitest/coverage-c8": "^0.28.1",
93-
"@vitest/ui": "^0.28.1",
94-
"eslint": "^8.32.0",
83+
"@swc/core": "^1.3.38",
84+
"@testing-library/react": "^14.0.0",
85+
"@types/node": "^18.14.6",
86+
"@types/react": "^18.0.28",
87+
"@types/react-dom": "^18.0.11",
88+
"@types/web": "^0.0.96",
89+
"@typescript-eslint/eslint-plugin": "^5.54.1",
90+
"@typescript-eslint/parser": "^5.54.1",
91+
"@vitejs/plugin-react": "^3.1.0",
92+
"@vitest/coverage-c8": "^0.29.2",
93+
"@vitest/ui": "^0.29.2",
94+
"eslint": "^8.35.0",
9595
"eslint-config-standard": "^17.0.0",
9696
"eslint-plugin-cypress": "^2.12.1",
9797
"eslint-plugin-import": "^2.27.5",
9898
"eslint-plugin-n": "^15.6.1",
9999
"eslint-plugin-promise": "^6.1.1",
100-
"eslint-plugin-react": "^7.32.1",
100+
"eslint-plugin-react": "^7.32.2",
101101
"eslint-plugin-react-hooks": "^4.6.0",
102-
"eslint-plugin-simple-import-sort": "^9.0.0",
102+
"eslint-plugin-simple-import-sort": "^10.0.0",
103103
"eslint-plugin-unused-imports": "^2.0.0",
104104
"expect-type": "^0.15.0",
105105
"husky": "^8.0.3",
106106
"jsdom": "^21.1.0",
107-
"lint-staged": "^13.1.0",
107+
"lint-staged": "^13.1.2",
108108
"pinst": "^3.0.0",
109-
"prettier": "^2.8.3",
109+
"prettier": "^2.8.4",
110110
"react": "^18.2.0",
111111
"react-dom": "^18.2.0",
112-
"rollup": "^3.12.0",
113-
"rollup-plugin-dts": "^5.1.1",
112+
"rollup": "^3.18.0",
113+
"rollup-plugin-dts": "^5.2.0",
114114
"rollup-plugin-swc3": "^0.8.0",
115115
"ts-node": "^10.9.1",
116-
"typescript": "^4.9.4",
117-
"vite": "^4.0.4",
118-
"vitest": "^0.28.1"
116+
"typescript": "^4.9.5",
117+
"vite": "^4.1.4",
118+
"vitest": "^0.29.2"
119119
},
120120
"packageManager": "[email protected]",
121121
"workspaces": [

0 commit comments

Comments
 (0)