Skip to content

Commit

Permalink
feat: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Nov 27, 2023
1 parent da49f6b commit d045567
Show file tree
Hide file tree
Showing 3 changed files with 655 additions and 483 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy
on:
push:
branches:
- source
- source

jobs:
build-deploy:
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'pnpm'

- name: Install dependencies
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,49 +36,49 @@
"@codemirror/theme-one-dark": "^6.x",
"@codemirror/view": "^6.x",
"@highlightjs/vue-plugin": "^2.1.0",
"@unhead/schema": "^1.3.9",
"@unhead/ssr": "^1.3.9",
"@unhead/vue": "^1.3.9",
"@unhead/schema": "^1.8.8",
"@unhead/ssr": "^1.8.8",
"@unhead/vue": "^1.8.8",
"@videojs-player/react": "^1.0.0",
"@videojs-player/vue": "^1.0.0",
"@videojs/themes": "^1.0.1",
"axios": "^1.5.0",
"axios": "^1.6.2",
"cm6-theme-material-dark": "^0.2.0",
"cm6-theme-nord": "^0.2.0",
"codemirror": "^6.x",
"dedent": "^1.5.1",
"flv.js": "^1.6.2",
"gh-lang-colors": "^0.1.3",
"highlight.js": "^11.8.0",
"highlight.js": "^11.9.0",
"js-base64": "^3.7.5",
"lodash": "^4.17.21",
"naivebayes": "^0.5.0",
"pinia": "^2.1.6",
"pinia": "^2.1.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"segmentit": "^2.0.3",
"sitemap": "^7.1.1",
"swiper": "^10.2.0",
"swiper": "^11.0.5",
"thememirror": "^2.0.1",
"video.js": "^8.5.2",
"vue": "^3.3.4",
"video.js": "^8.6.1",
"vue": "^3.3.9",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.2.4",
"vue-router": "^4.2.5",
"vue-touch-ripple": "^4.1.1"
},
"devDependencies": {
"@types/node": "^20.5.7",
"@types/video.js": "^7.3.52",
"@unhead/addons": "^1.3.9",
"@vitejs/plugin-react": "^4.0.4",
"@vitejs/plugin-vue": "^4.3.4",
"eslint": "^8.48.0",
"@types/node": "^20.10.0",
"@types/video.js": "^7.3.56",
"@unhead/addons": "^1.8.8",
"@vitejs/plugin-react": "^4.2.0",
"@vitejs/plugin-vue": "^4.5.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.17.0",
"prettier": "^3.0.3",
"sass": "^1.66.1",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.18.1",
"prettier": "^3.1.0",
"sass": "^1.69.5",
"typescript": "^5.3.2",
"vite": "^5.0.2"
}
}
Loading

0 comments on commit d045567

Please sign in to comment.