Skip to content
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
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4.1.0
uses: pnpm/action-setup@v4.2.0

- name: Set node
uses: actions/setup-node@v4
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4.1.0
uses: pnpm/action-setup@v4.2.0

- name: Set node ${{ matrix.node }}
uses: actions/setup-node@v4
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "vtom",
"version": "2.0.0",
"packageManager": "pnpm@10.10.0",
"packageManager": "pnpm@10.28.0",
"description": "Alias shallowRef to atom.",
"type": "module",

Check failure on line 6 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in specified order. 'type' should be before 'version'
"license": "MIT",
"homepage": "https://github.com/sxzz/vtom#readme",
"bugs": {

Check failure on line 9 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in specified order. 'bugs' should be after 'repository'
"url": "https://github.com/sxzz/vtom/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sxzz/vtom.git"
},
"author": "三咲智子 Kevin Deng <sxzz@sxzz.moe>",

Check failure on line 16 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in specified order. 'author' should be before 'license'
"funding": "https://github.com/sponsors/sxzz",

Check failure on line 17 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in specified order. 'funding' should be before 'homepage'
"files": [

Check failure on line 18 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in specified order. 'files' should be after 'types'
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {

Check failure on line 24 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in specified order. 'exports' should be before 'main'
".": "./dist/index.js",
"./package.json": "./package.json"
},
Expand All @@ -41,16 +41,16 @@
"vue": "^2.7.0 || ^3.0.0"
},
"devDependencies": {
"@sxzz/eslint-config": "^7.0.0",
"@sxzz/prettier-config": "^2.2.1",
"bumpp": "^10.1.0",
"eslint": "^9.26.0",
"prettier": "^3.5.3",
"tsdown": "^0.11.1",
"typescript": "^5.8.3",
"vite": "^7.0.0",
"vitest": "^3.1.3",
"vue": "^3.5.13"
"@sxzz/eslint-config": "^7.4.4",
"@sxzz/prettier-config": "^2.2.6",
"bumpp": "^10.3.2",
"eslint": "^9.39.2",
"prettier": "^3.7.4",
"tsdown": "^0.19.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitest": "^3.2.4",
"vue": "^3.5.26"
},
"prettier": "@sxzz/prettier-config"
}
Loading
Loading