Skip to content

Commit b8aca0c

Browse files
committed
chore: bump dependencies
1 parent 7f618a4 commit b8aca0c

File tree

3 files changed

+512
-461
lines changed

3 files changed

+512
-461
lines changed

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
"dependencies": {
1313
"@textea/json-viewer": "workspace:^",
1414
"gray-matter": "^4.0.3",
15-
"next": "^13.2.3",
16-
"nextra": "^2.2.17",
17-
"nextra-theme-docs": "^2.2.17",
15+
"next": "^13.2.4",
16+
"nextra": "^2.2.19",
17+
"nextra-theme-docs": "^2.2.19",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0"
2020
},
2121
"devDependencies": {
22-
"@types/node": "^18.15.0",
22+
"@types/node": "^18.15.3",
2323
"@types/react": "^18.0.28",
2424
"@types/react-dom": "^18.0.11",
2525
"next-transpile-modules": "^10.0.0",
26-
"typescript": "^4.9.5"
26+
"typescript": "^5.0.2"
2727
}
2828
}

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"dependencies": {
6262
"@emotion/react": "^11.10.6",
6363
"@emotion/styled": "^11.10.6",
64-
"@mui/material": "^5.11.12",
64+
"@mui/material": "^5.11.13",
6565
"copy-to-clipboard": "^3.3.3",
6666
"zustand": "^4.3.6"
6767
},
@@ -82,15 +82,15 @@
8282
"@rollup/plugin-replace": "^5.0.2",
8383
"@swc/core": "^1.3.41",
8484
"@testing-library/react": "^14.0.0",
85-
"@types/node": "^18.15.0",
85+
"@types/node": "^18.15.3",
8686
"@types/react": "^18.0.28",
8787
"@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",
88+
"@types/web": "^0.0.99",
89+
"@typescript-eslint/eslint-plugin": "^5.55.0",
90+
"@typescript-eslint/parser": "^5.55.0",
9191
"@vitejs/plugin-react": "^3.1.0",
92-
"@vitest/coverage-c8": "^0.29.2",
93-
"@vitest/ui": "^0.29.2",
92+
"@vitest/coverage-c8": "^0.29.3",
93+
"@vitest/ui": "^0.29.3",
9494
"eslint": "^8.36.0",
9595
"eslint-config-standard": "^17.0.0",
9696
"eslint-plugin-cypress": "^2.12.1",
@@ -103,19 +103,19 @@
103103
"eslint-plugin-unused-imports": "^2.0.0",
104104
"expect-type": "^0.15.0",
105105
"husky": "^8.0.3",
106-
"jsdom": "^21.1.0",
107-
"lint-staged": "^13.1.2",
106+
"jsdom": "^21.1.1",
107+
"lint-staged": "^13.2.0",
108108
"pinst": "^3.0.0",
109109
"prettier": "^2.8.4",
110110
"react": "^18.2.0",
111111
"react-dom": "^18.2.0",
112-
"rollup": "^3.18.0",
113-
"rollup-plugin-dts": "^5.2.0",
112+
"rollup": "^3.19.1",
113+
"rollup-plugin-dts": "^5.3.0",
114114
"rollup-plugin-swc3": "^0.8.0",
115115
"ts-node": "^10.9.1",
116-
"typescript": "^4.9.5",
117-
"vite": "^4.1.4",
118-
"vitest": "^0.29.2"
116+
"typescript": "^5.0.2",
117+
"vite": "^4.2.0",
118+
"vitest": "^0.29.3"
119119
},
120120
"packageManager": "[email protected]",
121121
"workspaces": [

0 commit comments

Comments
 (0)