-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
760f257
commit 374a19d
Showing
16 changed files
with
644 additions
and
590 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
"@alanlu-dev/eslint-config-base": patch | ||
"@alanlu-dev/eslint-config-flat": patch | ||
"@alanlu-dev/lint-staged-config": patch | ||
"@alanlu-dev/commitlint-config": patch | ||
"@alanlu-dev/stylelint-config": patch | ||
"@alanlu-dev/notion-api-zod-schema": patch | ||
"@alanlu-dev/mastercss-helpers": patch | ||
"@alanlu-dev/mastercss-config": patch | ||
"@alanlu-dev/nuxt-base": patch | ||
--- | ||
|
||
chore(deps): bump package versions |
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@alanlu-dev/web-kit", | ||
"type": "commonjs", | ||
"private": true, | ||
"packageManager": "[email protected].5", | ||
"packageManager": "[email protected].6", | ||
"description": "A monorepo build system and workflow for web projects.", | ||
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)", | ||
"license": "MIT", | ||
|
@@ -15,7 +15,7 @@ | |
}, | ||
"engines": { | ||
"node": ">=20.12.2", | ||
"pnpm": ">=9.0.5", | ||
"pnpm": ">=9.0.6", | ||
"npm": "use pnpm please!", | ||
"yarn": "use pnpm please!" | ||
}, | ||
|
@@ -62,7 +62,7 @@ | |
"@changesets/changelog-github": "^0.5.0", | ||
"@changesets/cli": "^2.27.1", | ||
"@types/node": "^20.12.7", | ||
"@vitest/coverage-v8": "^1.5.0", | ||
"@vitest/coverage-v8": "^1.5.1", | ||
"cspell": "^8.7.0", | ||
"dotenv": "^16.4.5", | ||
"happy-dom": "^14.7.1", | ||
|
@@ -73,6 +73,6 @@ | |
"turbo": "^1.13.2", | ||
"unbuild": "3.0.0-rc.1", | ||
"vite": "^5.2.10", | ||
"vitest": "^1.5.0" | ||
"vitest": "^1.5.1" | ||
} | ||
} |
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
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
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
module.exports = { | ||
root: true, | ||
extends: ['@alanlu-dev/base'], | ||
} |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"extends": "@alanlu-dev/tsconfig/base.json", | ||
"compilerOptions": { | ||
"types": ["vitest/globals", "@alanlu-dev/types/globals"] | ||
} | ||
} |
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
Oops, something went wrong.