Skip to content

Commit 8079411

Browse files
committedDec 15, 2023
chore: ⬆️ upgrade dependencies
1 parent 98307e7 commit 8079411

File tree

4 files changed

+1183
-1137
lines changed

4 files changed

+1183
-1137
lines changed
 

‎docs/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"serve": "vitepress serve"
2020
},
2121
"devDependencies": {
22-
"@vite-pwa/vitepress": "^0.3.0",
23-
"markdown-it-footnote": "^3.0.3",
24-
"vite": "^5.0.2",
25-
"vite-plugin-pwa": "^0.17.0",
22+
"@vite-pwa/vitepress": "^0.3.1",
23+
"markdown-it-footnote": "^4.0.0",
24+
"vite": "^5.0.9",
25+
"vite-plugin-pwa": "^0.17.4",
2626
"vitepress": "1.0.0-rc.31",
27-
"vue": "^3.3.9",
27+
"vue": "^3.3.11",
2828
"workbox-window": "^7.0.0"
2929
}
3030
}

‎package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@
1919
"test:watch": "turbo run test:watch"
2020
},
2121
"devDependencies": {
22-
"@changesets/changelog-github": "^0.4.8",
23-
"@changesets/cli": "^2.26.2",
22+
"@changesets/changelog-github": "^0.5.0",
23+
"@changesets/cli": "^2.27.1",
2424
"@importantimport/eslint-config": "^0.2.0",
2525
"@importantimport/eslint-config-ts": "^0.2.0",
2626
"@importantimport/tsconfig": "^0.0.1",
27-
"@microsoft/api-documenter": "^7.23.12",
28-
"@microsoft/api-extractor": "^7.38.3",
29-
"@types/node": "^20.10.0",
27+
"@microsoft/api-documenter": "^7.23.14",
28+
"@microsoft/api-extractor": "^7.38.5",
29+
"@types/node": "^20.10.4",
3030
"@vitest/coverage-c8": "^0.33.0",
31-
"eslint": "^8.54.0",
31+
"eslint": "^8.55.0",
3232
"npm-run-all": "^4.1.5",
3333
"tsup": "^8.0.1",
34-
"tsx": "^4.5.0",
35-
"turbo": "^1.10.16",
36-
"typescript": "^5.3.2",
37-
"vitest": "^0.34.6"
34+
"tsx": "^4.6.2",
35+
"turbo": "^1.11.2",
36+
"typescript": "^5.3.3",
37+
"vitest": "^1.0.4"
3838
}
3939
}

‎packages/markdown-it-fff/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
"fff-flavored-frontmatter": "workspace:*"
5252
},
5353
"devDependencies": {
54-
"@mdit-vue/plugin-frontmatter": "^1.0.0",
54+
"@mdit-vue/plugin-frontmatter": "^2.0.0",
5555
"@types/linkify-it": "^3.0.5",
5656
"@types/markdown-it": "^13.0.7",
5757
"@types/mdurl": "^1.0.5",
5858
"fff-transform-presets": "workspace:*",
59-
"markdown-it": "^13.0.2"
59+
"markdown-it": "^14.0.0"
6060
}
6161
}

0 commit comments

Comments
 (0)