Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

chore(deps): update all non-major dependencies #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: latest

- name: Install pnpm
uses: pnpm/[email protected].0
uses: pnpm/[email protected].1
with:
version: latest

Expand All @@ -44,7 +44,7 @@ jobs:
node-version: latest

- name: Install pnpm
uses: pnpm/[email protected].0
uses: pnpm/[email protected].1
with:
version: latest

Expand All @@ -69,7 +69,7 @@ jobs:
node-version: latest

- name: Install pnpm
uses: pnpm/[email protected].0
uses: pnpm/[email protected].1
with:
version: latest

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@
"release": "bumpp package.json --commit --push --tag && pnpm -r publish --access public"
},
"devDependencies": {
"@antfu/eslint-config": "2.4.5",
"@types/node": "^20.10.4",
"@vitest/ui": "^1.0.4",
"bumpp": "^9.2.1",
"eslint": "^8.55.0",
"@antfu/eslint-config": "2.26.0",
"@types/node": "^20.15.0",
"@vitest/ui": "^1.6.0",
"bumpp": "^9.5.1",
"eslint": "^8.57.0",
"statl-del": "^0.0.4",
"typescript": "^5.3.3",
"typescript": "^5.5.4",
"unbuild": "^2.0.0",
"vite": "^5.0.9",
"vitest": "^1.0.4"
"vite": "^5.4.1",
"vitest": "^1.6.0"
},
"dependencies": {

Check failure on line 59 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in specified order. 'dependencies' should be before 'devDependencies'
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0"
}
Expand Down
12 changes: 6 additions & 6 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "playground",
"private": true,
"version": "0.0.0",

Check failure on line 4 in playground/package.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in specified order. 'version' should be before 'private'
"type": "module",

Check failure on line 5 in playground/package.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in specified order. 'type' should be before 'version'
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@types/node": "^20.10.4",
"vue": "^3.3.11"
"@types/node": "^20.15.0",
"vue": "^3.4.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vue-tsc": "^1.8.25"
"@vitejs/plugin-vue": "^4.6.2",
"typescript": "^5.5.4",
"vite": "^5.4.1",
"vue-tsc": "^1.8.27"
}
}
Loading
Loading