-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
103 changed files
with
6,915 additions
and
7,340 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"author": "quisi.do <[email protected]>", | ||
"description": "quisi.do", | ||
"homepage": "https://quisi.do/", | ||
"packageManager": "yarn@4.3.0", | ||
"packageManager": "yarn@4.5.1", | ||
"private": true, | ||
"type": "module", | ||
"bugs": { | ||
|
@@ -43,7 +43,7 @@ | |
"pack:dry-run": "yarn workspaces foreach --all --exclude \"@quisi/do\" --interlaced --jobs unlimited --parallel --topological-dev --verbose pack --dry-run", | ||
"postlighthouse": "yarn packages/next run postlighthouse", | ||
"prepack": "yarn workspaces foreach --all --exclude \"@quisi/do\" --interlaced --jobs unlimited --parallel --topological-dev --verbose run prepack", | ||
"prepack:limited": "yarn workspaces foreach --all --exclude \"@quisi/do\" --topological-dev run prepack", | ||
"prepack:limited": "yarn workspaces foreach --all --exclude \"@quisi/do\" --topological-dev --verbose run prepack", | ||
"prepublish": "concurrently --kill-others-on-fail --names eslint,prepublish,publint,test,vitest \"yarn run eslint\" \"yarn run prepublish:workspaces\" \"yarn run publint\" \"yarn run test\" \"yarn run vitest:run\"", | ||
"prepublish:workspaces": "yarn workspaces foreach --all --exclude \"@quisi/do\" --verbose run prepublish", | ||
"publint": "publint", | ||
|
@@ -62,38 +62,38 @@ | |
"packages/*" | ||
], | ||
"devDependencies": { | ||
"@arethetypeswrong/cli": "^0.15.3", | ||
"@babel/core": "^7.24.7", | ||
"@babel/preset-env": "^7.24.7", | ||
"@babel/preset-typescript": "^7.24.7", | ||
"@eslint/js": "^9.5.0", | ||
"@arethetypeswrong/cli": "^0.16.4", | ||
"@babel/core": "^7.25.8", | ||
"@babel/preset-env": "^7.25.8", | ||
"@babel/preset-typescript": "^7.25.7", | ||
"@eslint/js": "^9.13.0", | ||
"@microsoft/eslint-formatter-sarif": "^3.1.0", | ||
"@monorepo-template/test": "workspace:^", | ||
"@quisido/eslint-config": "workspace:^", | ||
"@quisido/vitest-config": "workspace:^", | ||
"@types/babel__core": "^7.20.5", | ||
"@types/babel__preset-env": "^7.9.7", | ||
"@types/eslint": "^8.56.10", | ||
"@types/eslint": "^9.6.1", | ||
"@types/eslint__js": "^8.42.3", | ||
"@types/node": "^20.14.9", | ||
"@typescript-eslint/eslint-plugin": "^7.14.1", | ||
"@typescript-eslint/parser": "^7.14.1", | ||
"@vitest/coverage-istanbul": "^1.6.0", | ||
"@yarnpkg/sdks": "^3.1.3", | ||
"@types/node": "^22.7.7", | ||
"@typescript-eslint/eslint-plugin": "^8.10.0", | ||
"@typescript-eslint/parser": "^8.10.0", | ||
"@vitest/coverage-istanbul": "^2.1.3", | ||
"@yarnpkg/sdks": "^3.2.0", | ||
"babel-plugin-replace-import-extension": "^1.1.4", | ||
"browserslist": "^4.23.1", | ||
"browserslist": "^4.24.0", | ||
"cjs-ts": "workspace:^", | ||
"concurrently": "^8.2.2", | ||
"dd-trace": "^5.17.0", | ||
"eslint": "^9.5.0", | ||
"concurrently": "^9.0.1", | ||
"dd-trace": "^5.24.0", | ||
"eslint": "^9.13.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-react": "^7.34.3", | ||
"prettier": "^3.3.2", | ||
"publint": "^0.2.10", | ||
"typescript": "~5.4.5", | ||
"typescript-eslint": "^7.14.1", | ||
"vitest": "^1.6.0" | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"eslint-plugin-react": "^7.37.1", | ||
"prettier": "^3.3.3", | ||
"publint": "^0.2.11", | ||
"typescript": "^5.6.3", | ||
"typescript-eslint": "^8.10.0", | ||
"vitest": "^2.1.3" | ||
}, | ||
"resolutions": { | ||
"buildcheck@npm:~0.0.6": "patch:buildcheck@npm%3A0.0.6#~/.yarn/patches/buildcheck-npm-0.0.6-46e0f23ecf.patch", | ||
|
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
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
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.