-
-
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
66 changed files
with
5,927 additions
and
4,751 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
610 changes: 305 additions & 305 deletions
610
.yarn/releases/yarn-4.2.2.cjs → .yarn/releases/yarn-4.3.0.cjs
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
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.2.2", | ||
"packageManager": "yarn@4.3.0", | ||
"private": true, | ||
"repository": "github:quisido/quisi.do", | ||
"type": "module", | ||
|
@@ -46,7 +46,7 @@ | |
"serve": "yarn packages/next run serve", | ||
"start": "echo \"Please use either `yarn run dev` or `yarn run serve` instead.\" && exit 1", | ||
"test": "monorepo-template-test", | ||
"up": "yarn up \"@!(monorepo-template|quisido)/*\" \"!(aws-rum-react|cjs-ts|fmrs|fullstory-react|lazy-i18n|mock-next-router|number-format-react|proposal-async-context|react-datadog|sentry-react|unknown2string|use-shallow-memo)\" && yarn up --recursive \"@*/*\" \"*\" && yarn sdks vscode", | ||
"up": "yarn up \"@!(monorepo-template|quisido)/*\" \"!(aws-rum-react|cjs-ts|cloudflare-utils|fmrs|fullstory-react|lazy-i18n|mock-next-router|number-format-react|proposal-async-context|react-datadog|sentry-react|unknown2string|use-shallow-memo)\" && yarn up --recursive \"@*/*\" \"*\" && yarn sdks vscode", | ||
"vitest": "vitest", | ||
"vitest:run": "exit 0 || vitest run", | ||
"vitest:watch": "vitest watch" | ||
|
@@ -56,10 +56,10 @@ | |
], | ||
"devDependencies": { | ||
"@arethetypeswrong/cli": "^0.15.3", | ||
"@babel/core": "^7.24.4", | ||
"@babel/preset-env": "^7.24.4", | ||
"@babel/preset-typescript": "^7.24.1", | ||
"@eslint/js": "^9.1.1", | ||
"@babel/core": "^7.24.7", | ||
"@babel/preset-env": "^7.24.7", | ||
"@babel/preset-typescript": "^7.24.7", | ||
"@eslint/js": "^9.5.0", | ||
"@microsoft/eslint-formatter-sarif": "^3.1.0", | ||
"@monorepo-template/test": "workspace:^", | ||
"@quisido/eslint-config": "workspace:^", | ||
|
@@ -68,23 +68,23 @@ | |
"@types/babel__preset-env": "^7.9.6", | ||
"@types/eslint": "^8.56.10", | ||
"@types/eslint__js": "^8.42.3", | ||
"@types/node": "^20.12.7", | ||
"@typescript-eslint/eslint-plugin": "patch:@typescript-eslint/eslint-plugin@npm%3A7.7.0#~/.yarn/patches/@typescript-eslint-eslint-plugin-npm-7.7.0-de43f1e757.patch", | ||
"@typescript-eslint/parser": "^7.7.0", | ||
"@types/node": "^20.14.2", | ||
"@typescript-eslint/eslint-plugin": "^7.13.0", | ||
"@typescript-eslint/parser": "^7.13.0", | ||
"@vitest/coverage-istanbul": "^1.6.0", | ||
"@yarnpkg/sdks": "^3.1.0", | ||
"@yarnpkg/sdks": "^3.1.3", | ||
"babel-plugin-replace-import-extension": "^1.1.4", | ||
"browserslist": "^4.23.0", | ||
"browserslist": "^4.23.1", | ||
"cjs-ts": "workspace:^", | ||
"concurrently": "^8.2.2", | ||
"dd-trace": "^5.10.0", | ||
"eslint": "^9.1.1", | ||
"dd-trace": "^5.17.0", | ||
"eslint": "^9.5.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-react": "^7.34.1", | ||
"prettier": "^3.2.5", | ||
"eslint-plugin-react": "^7.34.2", | ||
"prettier": "^3.3.2", | ||
"typescript": "^5.4.5", | ||
"typescript-eslint": "patch:typescript-eslint@npm%3A7.7.0#~/.yarn/patches/typescript-eslint-npm-7.7.0-1c6d9ccc41.patch", | ||
"typescript-eslint": "^7.13.0", | ||
"vitest": "^1.6.0" | ||
}, | ||
"resolutions": { | ||
|
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,9 @@ | ||
CREATE TABLE IF NOT EXISTS [keys] ( | ||
"projectId" INTEGER NOT NULL, | ||
"key" TEXT NOT NULL | ||
); | ||
|
||
CREATE INDEX IF NOT EXISTS idx_keys_projectId_key ON keys(`projectId`, `key`); | ||
|
||
INSERT INTO `keys` (`projectId`, `key`) | ||
VALUES (1, "demo"); |
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.