Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Sep 3, 2024
1 parent 2a96071 commit c1e8ac8
Show file tree
Hide file tree
Showing 6 changed files with 1,482 additions and 1,047 deletions.
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"stylelint.vscode-stylelint"
]
}
3 changes: 0 additions & 3 deletions blog-archived/client/pages/demos/ascii/index.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<script>
import { Toast } from 'vant'
// import parser from 'ansi-style-parser'
import { parse } from 'ansicolor'
// const { parse } = require ('ansicolor')
// import Convert from 'ansi-to-html'
async function getImgSize(blob) {
const img = document.createElement('img')
Expand Down
14 changes: 7 additions & 7 deletions blog-archived/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/tailwindcss": "^6.12.1",
"@popperjs/core": "^2.11.8",
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/typography": "^0.5.15",
"@types/qrcode": "^1.5.5",
"ansicolor": "^1.1.100",
"ansicolor": "^2.0.3",
"axios": "^0.27.2",
"copy-text-to-clipboard": "^3.2.0",
"core-js": "^3.33.3",
Expand All @@ -50,9 +50,9 @@
"md2cwm": "^1.0.4",
"nuxt": "^2.17.1",
"qrcode": "^1.5.3",
"sitemap": "^7.1.1",
"sitemap": "^8.0.0",
"svg4everybody": "^2.1.9",
"uuid": "^9.0.1",
"uuid": "^10.0.0",
"vant": "^2.12.39",
"vue": "^2.7",
"vue-echarts": "6.6.1",
Expand All @@ -74,13 +74,13 @@
"babel-plugin-import": "^1.13.8",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"glob": "^10.3.10",
"glob": "^11.0.0",
"klaw": "^4.1.0",
"less": "^4.2.0",
"less-loader": "^7.0.0",
"postcss": "^8.4.35",
"postcss": "^8.4.44",
"reading-time": "^1.5.0",
"sass": "1.71.0",
"sass": "1.77.8",
"sass-loader": "^10.0.0",
"serverless-config-generator": "^2.0.0",
"serverless-layer-deployer": "^0.3.0",
Expand Down
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.8.0",
"packageManager": "pnpm@9.9.0",
"engines": {
"node": ">=20.0.0"
},
Expand All @@ -22,38 +22,41 @@
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/prompt-cli": "^19.4.0",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/prompt-cli": "^19.4.1",
"@commitlint/types": "^19.0.3",
"@icebreakers/eslint-config": "^0.3.23",
"@icebreakers/eslint-config": "^0.4.0",
"@icebreakers/stylelint-config": "^0.0.3",
"@types/fs-extra": "^11.0.4",
"@types/get-value": "^3.0.5",
"@types/klaw": "^3.0.6",
"@types/lint-staged": "^13.3.0",
"@types/lodash": "^4.17.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.5.0",
"@types/node": "^22.5.2",
"@types/set-value": "^4.0.3",
"@vitest/coverage-v8": "^2.0.5",
"ci-info": "^4.0.0",
"cross-env": "^7.0.3",
"defu": "^6.1.4",
"eslint": "^9.9.1",
"fs-extra": "^11.2.0",
"get-value": "^3.0.1",
"husky": "^9.1.5",
"klaw": "^4.1.0",
"lint-staged": "^15.2.8",
"lint-staged": "^15.2.10",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"only-allow": "^1.2.1",
"pathe": "^1.1.2",
"pkg-types": "^1.2.0",
"rimraf": "^6.0.1",
"set-value": "^4.1.0",
"tslib": "^2.7.0",
"tsup": "^8.2.4",
"tsx": "^4.18.0",
"turbo": "^2.0.14",
"tsx": "^4.19.0",
"turbo": "^2.1.1",
"typescript": "^5.5.4",
"unbuild": "^2.0.0",
"vite-tsconfig-paths": "^5.0.1",
Expand Down
Loading

0 comments on commit c1e8ac8

Please sign in to comment.