-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
1,409 additions
and
1,641 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,19 +24,17 @@ | |
"docs:dev": "pnpm -C docs run dev", | ||
"docs:preview": "pnpm -C docs run preview", | ||
"preinstall": "npx only-allow pnpm", | ||
"play:build": "pnpm build && pnpm -C playground run build", | ||
"play:dev": "pnpm dev && pnpm -C playground run dev", | ||
"prepare": "is-ci || simple-git-hooks", | ||
"prepublishOnly": "pnpm run build", | ||
"release": "lerna version", | ||
"stub": "pnpm -r --filter=./packages/* --parallel run stub", | ||
"test": "vitest run --passWithNoTests", | ||
"test:coverage": "vitest run --passWithNoTests --coverage", | ||
"type-check": "tsc --noEmit", | ||
"preversion": "pnpm run check" | ||
"preversion": "git-branch-is main && conc \"pnpm:check\" \"pnpm:type-check\" \"pnpm:test\"" | ||
}, | ||
"dependencies": { | ||
"@rollup/pluginutils": "^5.1.2", | ||
"@rollup/pluginutils": "^5.1.3", | ||
"debug": "^4.3.7" | ||
}, | ||
"devDependencies": { | ||
|
@@ -46,19 +44,20 @@ | |
"@commitlint/config-pnpm-scopes": "^19.5.0", | ||
"@lerna-lite/cli": "^3.10.0", | ||
"@lerna-lite/version": "^3.10.0", | ||
"@types/node": "^20.16.13", | ||
"@vitest/coverage-v8": "^2.1.3", | ||
"@types/node": "^22.9.0", | ||
"@vitest/coverage-v8": "^2.1.4", | ||
"conventional-changelog-conventionalcommits": "^7.0.2", | ||
"git-branch-is": "^4.0.0", | ||
"is-ci": "^3.0.1", | ||
"lint-staged": "^15.2.10", | ||
"rimraf": "^6.0.1", | ||
"simple-git-hooks": "^2.11.1", | ||
"taze": "^0.17.2", | ||
"taze": "^0.18.0", | ||
"typescript": "^5.6.3", | ||
"unbuild": "^3.0.0-rc.11", | ||
"vitest": "^2.1.3" | ||
"vitest": "^2.1.4" | ||
}, | ||
"packageManager": "[email protected].2", | ||
"packageManager": "[email protected].3", | ||
"engines": { | ||
"node": ">=20.11.0 || >=21.2.0" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,16 +49,16 @@ | |
"stub": "unbuild --stub" | ||
}, | ||
"dependencies": { | ||
"@rollup/pluginutils": "^5.1.2", | ||
"@rollup/pluginutils": "^5.1.3", | ||
"debug": "^4.3.7" | ||
}, | ||
"devDependencies": { | ||
"@types/debug": "^4.1.12", | ||
"picocolors": "^1.1.1", | ||
"postcss": "^8.4.47", | ||
"rollup": "^4.24.0", | ||
"rollup": "^4.24.4", | ||
"typescript": "^5.6.3", | ||
"vite": "^5.4.9" | ||
"vite": "^5.4.10" | ||
}, | ||
"peerDependencies": { | ||
"@types/stylelint": "^13.0.0", | ||
|
@@ -78,7 +78,7 @@ | |
"optional": true | ||
} | ||
}, | ||
"packageManager": "[email protected].2", | ||
"packageManager": "[email protected].3", | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
|
Oops, something went wrong.