Skip to content

Commit 3ccb3f0

Browse files
committed
build: ⬆️ bump npm packages to the latest version
1 parent ada1aab commit 3ccb3f0

File tree

5 files changed

+33
-35
lines changed

5 files changed

+33
-35
lines changed

docs/content/.vitepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
repo: 'vueup/vue-quill',
1919
logo: '/logo.svg',
2020
docsDir: 'docs/content',
21-
docsBranch: 'master',
21+
docsBranch: 'beta',
2222
editLinks: true,
2323
editLinkText: 'Suggest changes to this page',
2424

docs/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"devDependencies": {
1515
"autoprefixer": "^10.2.5",
1616
"cross-env": "^7.0.3",
17-
"postcss": "^8.2.8",
18-
"tailwindcss": "^2.0.4",
17+
"postcss": "^8.2.12",
18+
"tailwindcss": "^2.1.2",
1919
"types-quill-delta": "^1.0.0",
2020
"vitepress": "^0.13.0"
2121
},
2222
"dependencies": {
2323
"@tailwindcss/custom-forms": "^0.2.1",
24-
"@vueup/vue-quill": "^1.0.0-beta.2",
24+
"@vueup/vue-quill": "^1.0.0-beta.3",
2525
"quill-blot-formatter": "^1.0.5"
2626
}
2727
}

package-lock.json

Lines changed: 14 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@
6363
"@semantic-release/exec": "^5.0.0",
6464
"@semantic-release/git": "^9.0.0",
6565
"@types/jest": "^26.0.22",
66-
"@types/node": "^14.14.39",
66+
"@types/node": "^14.14.41",
6767
"@types/puppeteer": "^5.4.3",
6868
"@types/quill": "^2.0.6",
6969
"@typescript-eslint/eslint-plugin": "^4.22.0",
7070
"@typescript-eslint/parser": "^4.22.0",
7171
"brotli": "^1.3.2",
72-
"chalk": "^4.1.0",
72+
"chalk": "^4.1.1",
7373
"csso": "^4.2.0",
7474
"dotenv": "^8.2.0",
75-
"eslint": "^7.24.0",
75+
"eslint": "^7.25.0",
7676
"eslint-plugin-vue": "^7.9.0",
7777
"execa": "^5.0.0",
7878
"fs-extra": "^9.1.0",

0 commit comments

Comments
 (0)