Skip to content

Commit

Permalink
Update yarn, vue, vite, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
logue committed Jul 11, 2024
1 parent 632cd41 commit 54761d9
Show file tree
Hide file tree
Showing 5 changed files with 810 additions and 755 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- name: Checkout ✅
uses: actions/checkout@v3.2.0
uses: actions/checkout@v4.1.7

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

Expand All @@ -29,7 +29,7 @@ jobs:
yarn build:docs
- name: Deploy to gh-pages 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.6.3
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs # The folder the action should deploy.
626 changes: 313 additions & 313 deletions .yarn/releases/yarn-4.2.2.cjs → .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.2.2.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "vue-codemirror6",
"version": "1.3.2",
"version": "1.3.3",
"license": "MIT",
"description": "CodeMirror6 Component for vue2 and vue3.",
"keywords": [
Expand Down Expand Up @@ -55,7 +55,7 @@
"engines": {
"yarn": ">=1.22.19"
},
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.3.1",
"sideEffects": false,
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -83,42 +83,42 @@
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.2.5",
"@codemirror/lang-vue": "0.1.2",
"@eslint/js": "^9.4.0",
"@eslint/js": "^9.6.0",
"@tsconfig/node-lts": "^20.1.3",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/compiler-sfc": "^3.4.27",
"@vue/compiler-sfc": "^3.4.31",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/tsconfig": "^0.5.1",
"@vueuse/core": "^10.10.0",
"@vueuse/core": "^10.11.0",
"bootstrap": "^5.3.3",
"eslint": "^9.4.0",
"eslint": "^9.6.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-linter-browserify": "^9.4.0",
"eslint-linter-browserify": "^9.6.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-tsdoc": "^0.3.0",
"eslint-plugin-vue": "^9.26.0",
"eslint-plugin-vuejs-accessibility": "^2.3.0",
"eslint-plugin-yaml": "^0.5.0",
"eslint-plugin-vue": "^9.27.0",
"eslint-plugin-vuejs-accessibility": "^2.3.1",
"eslint-plugin-yaml": "^1.0.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"lint-staged": "^15.2.7",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.1",
"rimraf": "^5.0.7",
"prettier": "^3.3.2",
"rimraf": "^6.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.4",
"typescript": "^5.4.5",
"typescript-eslint": "^7.12.0",
"vite": "^5.2.13",
"sass": "^1.77.7",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0",
"vite": "^5.3.3",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-checker": "^0.7.1",
"vite-plugin-dts": "^3.9.1",
"vue": "^3.4.27",
"vue": "^3.4.31",
"vue-eslint-parser": "^9.4.3",
"vue-markdown-wasm": "^0.4.0",
"vue-tsc": "^2.0.21"
"vue-tsc": "^2.0.26"
},
"husky": {
"hooks": {
Expand All @@ -130,6 +130,7 @@
"*": "prettier -w -u"
},
"resolutions": {
"braces": ">=3.0.3",
"json5": ">=2.2.3",
"ip": ">=2.0.1",
"lodash": ">=4.17.21",
Expand Down
Loading

0 comments on commit 54761d9

Please sign in to comment.