Skip to content

Commit

Permalink
perf: bump create-filter deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Jun 26, 2024
1 parent b90efc8 commit 10cb625
Show file tree
Hide file tree
Showing 5 changed files with 98 additions and 688 deletions.
2 changes: 1 addition & 1 deletion plugins/plugin-auto-frontmatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@pengzhanbo/utils": "^1.1.2",
"chokidar": "^3.6.0",
"create-filter": "^1.0.1",
"create-filter": "^1.1.0",
"fast-glob": "^3.3.2",
"gray-matter": "^4.0.3",
"json2yaml": "^1.1.0"
Expand Down
4 changes: 2 additions & 2 deletions plugins/plugin-blog-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"vuepress": "2.0.0-rc.14"
},
"dependencies": {
"@vue/devtools-api": "6.6.1",
"@vue/devtools-api": "6.6.3",
"chokidar": "^3.6.0",
"create-filter": "^1.0.1",
"create-filter": "^1.1.0",
"vue": "^3.4.30"
},
"publishConfig": {
Expand Down
5 changes: 1 addition & 4 deletions plugins/plugin-netlify-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,9 @@
"dotenv": "^16.4.5",
"esbuild": "^0.21.5",
"execa": "^9.3.0",
"netlify-cli": "^17.29.0",
"netlify-cli": "^17.30.0",
"portfinder": "^1.0.32"
},
"devDependencies": {
"@types/node": "^20.14.8"
},
"publishConfig": {
"access": "public"
}
Expand Down
4 changes: 2 additions & 2 deletions plugins/plugin-notes-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"vuepress": "2.0.0-rc.14"
},
"dependencies": {
"@vue/devtools-api": "6.6.1",
"@vue/devtools-api": "6.6.3",
"chokidar": "^3.6.0",
"create-filter": "^1.0.1",
"create-filter": "^1.1.0",
"vue": "^3.4.30"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 10cb625

Please sign in to comment.