Skip to content

Commit 0b18f79

Browse files
committed
release: v0.1.17
1 parent e8bda9e commit 0b18f79

File tree

3 files changed

+731
-432
lines changed

3 files changed

+731
-432
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "univer-typedoc",
33
"type": "module",
4-
"version": "0.1.16",
4+
"version": "0.1.17",
55
"private": false,
66
"scripts": {
77
"prepare": "simple-git-hooks",
@@ -13,28 +13,28 @@
1313
"lint:fix": "eslint . --fix"
1414
},
1515
"dependencies": {
16-
"next": "14.2.3",
16+
"next": "14.2.4",
1717
"nextra": "^2.13.4",
1818
"nextra-theme-docs": "^2.13.4",
1919
"react": "18.3.1",
2020
"react-dom": "18.3.1"
2121
},
2222
"devDependencies": {
23-
"@antfu/eslint-config": "^2.21.0",
24-
"@eslint-react/eslint-plugin": "^1.5.15",
25-
"@types/node": "^20.14.2",
23+
"@antfu/eslint-config": "^2.21.1",
24+
"@eslint-react/eslint-plugin": "^1.5.18",
25+
"@types/node": "^20.14.9",
2626
"autoprefixer": "^10.4.19",
27-
"eslint": "8.57.0",
27+
"eslint": "9.5.0",
2828
"eslint-plugin-readable-tailwind": "^1.5.2",
2929
"fs-extra": "^11.2.0",
30-
"lint-staged": "^15.2.5",
30+
"lint-staged": "^15.2.7",
3131
"postcss": "^8.4.38",
3232
"sharp": "^0.33.4",
3333
"simple-git-hooks": "^2.11.1",
3434
"tailwindcss": "^3.4.4",
35-
"typedoc": "^0.25.13",
36-
"typedoc-plugin-markdown": "^4.0.3",
37-
"typescript": "^5.4.5"
35+
"typedoc": "^0.26.3",
36+
"typedoc-plugin-markdown": "^4.1.0",
37+
"typescript": "^5.5.2"
3838
},
3939
"simple-git-hooks": {
4040
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)