Skip to content

Commit 54761d9

Browse files
committed
Update yarn, vue, vite, etc.
1 parent 632cd41 commit 54761d9

File tree

5 files changed

+810
-755
lines changed

5 files changed

+810
-755
lines changed

.github/workflows/build-docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [18.x]
15+
node-version: [20.x]
1616

1717
steps:
1818
- name: Checkout ✅
19-
uses: actions/checkout@v3.2.0
19+
uses: actions/checkout@v4.1.7
2020

2121
- name: Use Node.js ${{ matrix.node-version }} ⚡
22-
uses: actions/setup-node@v3.5.1
22+
uses: actions/setup-node@v4.0.3
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525

@@ -29,7 +29,7 @@ jobs:
2929
yarn build:docs
3030
3131
- name: Deploy to gh-pages 🚀
32-
uses: JamesIves/github-pages-deploy-action@v4.4.1
32+
uses: JamesIves/github-pages-deploy-action@v4.6.3
3333
with:
3434
branch: gh-pages # The branch the action should deploy to.
3535
folder: docs # The folder the action should deploy.

.yarn/releases/yarn-4.2.2.cjs renamed to .yarn/releases/yarn-4.3.1.cjs

Lines changed: 313 additions & 313 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: false
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.2.2.cjs
7+
yarnPath: .yarn/releases/yarn-4.3.1.cjs

package.json

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "vue-codemirror6",
4-
"version": "1.3.2",
4+
"version": "1.3.3",
55
"license": "MIT",
66
"description": "CodeMirror6 Component for vue2 and vue3.",
77
"keywords": [
@@ -55,7 +55,7 @@
5555
"engines": {
5656
"yarn": ">=1.22.19"
5757
},
58-
"packageManager": "yarn@4.2.2",
58+
"packageManager": "yarn@4.3.1",
5959
"sideEffects": false,
6060
"scripts": {
6161
"dev": "vite",
@@ -83,42 +83,42 @@
8383
"@codemirror/lang-json": "^6.0.1",
8484
"@codemirror/lang-markdown": "^6.2.5",
8585
"@codemirror/lang-vue": "0.1.2",
86-
"@eslint/js": "^9.4.0",
86+
"@eslint/js": "^9.6.0",
8787
"@tsconfig/node-lts": "^20.1.3",
88-
"@types/node": "^20.14.2",
89-
"@typescript-eslint/eslint-plugin": "^7.12.0",
88+
"@types/node": "^20.14.10",
89+
"@typescript-eslint/eslint-plugin": "^7.16.0",
9090
"@vitejs/plugin-vue": "^5.0.5",
91-
"@vue/compiler-sfc": "^3.4.27",
91+
"@vue/compiler-sfc": "^3.4.31",
9292
"@vue/eslint-config-prettier": "^9.0.0",
9393
"@vue/tsconfig": "^0.5.1",
94-
"@vueuse/core": "^10.10.0",
94+
"@vueuse/core": "^10.11.0",
9595
"bootstrap": "^5.3.3",
96-
"eslint": "^9.4.0",
96+
"eslint": "^9.6.0",
9797
"eslint-import-resolver-alias": "^1.1.2",
9898
"eslint-import-resolver-typescript": "^3.6.1",
99-
"eslint-linter-browserify": "^9.4.0",
99+
"eslint-linter-browserify": "^9.6.0",
100100
"eslint-plugin-import": "^2.29.1",
101101
"eslint-plugin-tsdoc": "^0.3.0",
102-
"eslint-plugin-vue": "^9.26.0",
103-
"eslint-plugin-vuejs-accessibility": "^2.3.0",
104-
"eslint-plugin-yaml": "^0.5.0",
102+
"eslint-plugin-vue": "^9.27.0",
103+
"eslint-plugin-vuejs-accessibility": "^2.3.1",
104+
"eslint-plugin-yaml": "^1.0.3",
105105
"husky": "^9.0.11",
106-
"lint-staged": "^15.2.5",
106+
"lint-staged": "^15.2.7",
107107
"npm-run-all": "^4.1.5",
108-
"prettier": "^3.3.1",
109-
"rimraf": "^5.0.7",
108+
"prettier": "^3.3.2",
109+
"rimraf": "^6.0.1",
110110
"rollup-plugin-visualizer": "^5.12.0",
111-
"sass": "^1.77.4",
112-
"typescript": "^5.4.5",
113-
"typescript-eslint": "^7.12.0",
114-
"vite": "^5.2.13",
111+
"sass": "^1.77.7",
112+
"typescript": "^5.5.3",
113+
"typescript-eslint": "^7.16.0",
114+
"vite": "^5.3.3",
115115
"vite-plugin-banner": "^0.7.1",
116-
"vite-plugin-checker": "^0.6.4",
116+
"vite-plugin-checker": "^0.7.1",
117117
"vite-plugin-dts": "^3.9.1",
118-
"vue": "^3.4.27",
118+
"vue": "^3.4.31",
119119
"vue-eslint-parser": "^9.4.3",
120120
"vue-markdown-wasm": "^0.4.0",
121-
"vue-tsc": "^2.0.21"
121+
"vue-tsc": "^2.0.26"
122122
},
123123
"husky": {
124124
"hooks": {
@@ -130,6 +130,7 @@
130130
"*": "prettier -w -u"
131131
},
132132
"resolutions": {
133+
"braces": ">=3.0.3",
133134
"json5": ">=2.2.3",
134135
"ip": ">=2.0.1",
135136
"lodash": ">=4.17.21",

0 commit comments

Comments
 (0)