Skip to content

Commit

Permalink
Merge pull request #271 from terwer/dev
Browse files Browse the repository at this point in the history
chore: update deps
  • Loading branch information
terwer committed Mar 14, 2024
2 parents d6430d9 + b14af1f commit 305b1bd
Show file tree
Hide file tree
Showing 4 changed files with 502 additions and 1,080 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Expand Up @@ -9,3 +9,4 @@ node_modules

# lib
/pnpm-lock.yaml
artifacts
3 changes: 1 addition & 2 deletions packages/picgo-plugin-app/package.json
Expand Up @@ -9,7 +9,6 @@
"build": "python -u scripts/build.py"
},
"devDependencies": {
"@terwer/esbuild-config-custom": "2.0.0",
"@terwer/eslint-config-custom": "^1.3.6",
"@vitejs/plugin-vue": "^5.0.4",
"fast-glob": "^3.3.2",
Expand All @@ -19,7 +18,7 @@
"vite": "^5.1.6",
"vite-plugin-html": "^3.2.2",
"vitest": "^1.3.1",
"vue-tsc": "^1.8.27"
"vue-tsc": "^2.0.6"
},
"dependencies": {
"vue": "^3.4.21",
Expand Down
34 changes: 17 additions & 17 deletions packages/picgo-plugin-bootstrap/package.json
Expand Up @@ -14,27 +14,27 @@
"test": "vitest --watch"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.1",
"@terwer/eslint-config-custom": "^1.3.4",
"@tsconfig/svelte": "^4.0.1",
"@types/minimist": "1.2.2",
"fast-glob": "^3.2.12",
"jsdom": "^22.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@terwer/eslint-config-custom": "^1.3.6",
"@tsconfig/svelte": "^5.0.2",
"@types/minimist": "1.2.5",
"fast-glob": "^3.3.2",
"jsdom": "^24.0.0",
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"siyuan": "^0.7.2",
"stylus": "^0.59.0",
"svelte": "^3.59.1",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vite-plugin-dts": "^2.3.0",
"vite-plugin-node-polyfills": "^0.8.2",
"vite-plugin-static-copy": "^0.16.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.32.0"
"siyuan": "^0.9.5",
"stylus": "^0.63.0",
"svelte": "^4.2.12",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vite-plugin-dts": "^3.7.3",
"vite-plugin-node-polyfills": "^0.21.0",
"vite-plugin-static-copy": "^1.0.1",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.3.1"
},
"dependencies": {
"zhi-device": "^2.11.0",
"zhi-lib-base": "^0.2.4"
"zhi-lib-base": "^0.8.0"
}
}

0 comments on commit 305b1bd

Please sign in to comment.