Skip to content

Commit af89dbc

Browse files
authored
chore: bump version (#166)
* chore: bump version * chore: bump version
1 parent 6e3f1cf commit af89dbc

File tree

3 files changed

+894
-674
lines changed

3 files changed

+894
-674
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.1",
13-
"nextra": "^2.0.0-beta.42",
14-
"nextra-theme-docs": "^2.0.0-beta.42",
12+
"next": "^13.1.2",
13+
"nextra": "^2.2.1",
14+
"nextra-theme-docs": "^2.2.1",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0"
1717
},
1818
"devDependencies": {
19-
"@types/node": "^18.11.9",
20-
"@types/react": "^18.0.25",
21-
"@types/react-dom": "^18.0.9",
19+
"@types/node": "^18.11.18",
20+
"@types/react": "^18.0.26",
21+
"@types/react-dom": "^18.0.10",
2222
"next-transpile-modules": "^10.0.0",
23-
"typescript": "^4.9.3"
23+
"typescript": "^4.9.4"
2424
}
2525
}

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@emotion/react": "^11.10.5",
6363
"@emotion/styled": "^11.10.5",
6464
"@mui/icons-material": "^5.11.0",
65-
"@mui/material": "^5.11.1",
65+
"@mui/material": "^5.11.4",
6666
"copy-to-clipboard": "^3.3.3",
6767
"group-items": "^2.2.0",
6868
"zustand": "^4.1.5"
@@ -76,48 +76,48 @@
7676
"react-dom": "^17 || ^18"
7777
},
7878
"devDependencies": {
79-
"@commitlint/cli": "^17.3.0",
80-
"@commitlint/config-angular": "^17.3.0",
79+
"@commitlint/cli": "^17.4.2",
80+
"@commitlint/config-angular": "^17.4.2",
8181
"@rollup/plugin-alias": "^4.0.2",
82-
"@rollup/plugin-commonjs": "^23.0.7",
82+
"@rollup/plugin-commonjs": "^24.0.0",
8383
"@rollup/plugin-node-resolve": "^15.0.1",
8484
"@rollup/plugin-replace": "^5.0.2",
85-
"@swc/core": "^1.3.24",
85+
"@swc/core": "^1.3.26",
8686
"@testing-library/react": "^13.4.0",
87-
"@types/node": "^18.11.17",
87+
"@types/node": "^18.11.18",
8888
"@types/react": "^18.0.26",
8989
"@types/react-dom": "^18.0.10",
90-
"@types/web": "^0.0.86",
91-
"@typescript-eslint/eslint-plugin": "^5.40.0",
92-
"@typescript-eslint/parser": "^5.40.0",
90+
"@types/web": "^0.0.87",
91+
"@typescript-eslint/eslint-plugin": "^5.48.1",
92+
"@typescript-eslint/parser": "^5.48.1",
9393
"@vitejs/plugin-react": "^2.2.0",
94-
"@vitest/coverage-c8": "^0.26.2",
95-
"@vitest/ui": "^0.26.2",
96-
"eslint": "^8.25.0",
94+
"@vitest/coverage-c8": "^0.27.1",
95+
"@vitest/ui": "^0.27.1",
96+
"eslint": "^8.31.0",
9797
"eslint-config-standard": "^17.0.0",
9898
"eslint-plugin-cypress": "^2.12.1",
99-
"eslint-plugin-import": "^2.26.0",
100-
"eslint-plugin-n": "^15.3.0",
101-
"eslint-plugin-promise": "^6.1.0",
102-
"eslint-plugin-react": "^7.31.10",
99+
"eslint-plugin-import": "^2.27.4",
100+
"eslint-plugin-n": "^15.6.1",
101+
"eslint-plugin-promise": "^6.1.1",
102+
"eslint-plugin-react": "^7.32.0",
103103
"eslint-plugin-react-hooks": "^4.6.0",
104104
"eslint-plugin-simple-import-sort": "^8.0.0",
105105
"eslint-plugin-unused-imports": "^2.0.0",
106106
"expect-type": "^0.15.0",
107-
"husky": "^8.0.2",
108-
"jsdom": "^20.0.3",
107+
"husky": "^8.0.3",
108+
"jsdom": "^21.0.0",
109109
"lint-staged": "^13.1.0",
110110
"pinst": "^3.0.0",
111-
"prettier": "^2.8.1",
111+
"prettier": "^2.8.2",
112112
"react": "^18.2.0",
113113
"react-dom": "^18.2.0",
114-
"rollup": "^3.8.1",
115-
"rollup-plugin-dts": "^5.1.0",
114+
"rollup": "^3.10.0",
115+
"rollup-plugin-dts": "^5.1.1",
116116
"rollup-plugin-swc3": "^0.8.0",
117117
"ts-node": "^10.9.1",
118118
"typescript": "^4.9.4",
119119
"vite": "^3.2.5",
120-
"vitest": "^0.26.2"
120+
"vitest": "^0.27.1"
121121
},
122122
"packageManager": "[email protected]",
123123
"workspaces": [

0 commit comments

Comments
 (0)