Skip to content

Commit

Permalink
chore: pnpm up
Browse files Browse the repository at this point in the history
  • Loading branch information
wenerme committed Apr 25, 2024
1 parent e44f898 commit 6e3fd4f
Show file tree
Hide file tree
Showing 29 changed files with 19,651 additions and 15,314 deletions.
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ registry=https://registry.npmjs.org
disturl=https://npmmirror.com/mirrors/node/
better-sqlite3_binary_host=https://npmmirror.com/mirrors/better-sqlite3/
node_sqlite3_binary_host_mirror=https://npmmirror.com/mirrors/sqlite3/
puppeteer_download_host=https://npmmirror.com/mirrors/
#puppeteer_download_host=https://npmmirror.com/mirrors/
python_mirror=https://npmmirror.com/mirrors/python/
sharp_binary_host=https://npmmirror.com/mirrors/sharp/
sharp_libvips_binary_host=https://npmmirror.com/mirrors/sharp-libvips/
canvas_binary_host=https://npmmirror.com/mirrors/node-canvas-prebuilt/
puppeteer_download_base_url="https://cdn.npmmirror.com/binaries/chrome-for-testing"
32 changes: 16 additions & 16 deletions apps/apis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "next start"
},
"dependencies": {
"@octokit/rest": "^20.0.2",
"@octokit/rest": "^20.1.0",
"@sequelize/core": "7.0.0-alpha.37",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.45.2",
Expand All @@ -26,30 +26,30 @@
"common": "workspace:^",
"cors": "^2.8.5",
"formidable": "^3.5.1",
"i18next": "^23.10.1",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-resources-to-backend": "^1.2.0",
"i18next": "^23.11.2",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-resources-to-backend": "^1.2.1",
"immer": "^10.0.4",
"jsdom": "^24.0.0",
"lodash": "^4.17.21",
"lru-cache": "^10.2.0",
"next": "^14.1.3",
"lru-cache": "^10.2.1",
"next": "^14.2.3",
"next-auth": "^4.24.7",
"next-superjson-plugin": "^0.6.3",
"object-hash": "^3.0.0",
"pino": "^8.19.0",
"pino-pretty": "^10.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0",
"react-icons": "^5.0.1",
"react-router-dom": "6.22.3",
"pino": "^9.0.0",
"pino-pretty": "^11.0.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-i18next": "^14.1.1",
"react-icons": "^5.1.0",
"react-router-dom": "6.23.0",
"semver": "^7.6.0",
"superjson": "^2.2.1",
"trpc-openapi": "^1.2.0",
"use-immer": "^0.9.0",
"valtio": "^1.13.2",
"zod": "^3.22.4",
"zod": "^3.23.4",
"zustand": "^4.5.2",
"zxcvbn": "^4.4.2"
},
Expand All @@ -60,8 +60,8 @@
"@types/semver": "^7.5.8",
"@types/zxcvbn": "^4.4.4",
"@vitejs/plugin-react": "^4.2.1",
"undici": "^6.9.0",
"vite": "^5.1.6",
"undici": "^6.14.1",
"vite": "^5.2.10",
"vite-plugin-dynamic-import": "^1.5.0"
}
}
24 changes: 12 additions & 12 deletions apps/dash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,32 @@
"license": "ISC",
"type": "module",
"dependencies": {
"@mikro-orm/core": "^6.1.10",
"@mikro-orm/core": "^6.2.3",
"@mikro-orm/nestjs": "^5.2.3",
"@mikro-orm/postgresql": "^6.1.10",
"@nestjs/common": "^10.3.3",
"@nestjs/core": "^10.3.3",
"@mikro-orm/postgresql": "^6.2.3",
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@wener/console": "workspace:^",
"@wener/nestjs": "workspace:^",
"@wener/reaction": "workspace:^",
"@wener/server": "workspace:^",
"@wener/utils": "workspace:^",
"cors": "^2.8.5",
"immer": "^10.0.4",
"next": "^14.1.3",
"next": "^14.2.3",
"next-auth": "^4.24.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-router-dom": "6.22.3",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-icons": "^5.1.0",
"react-router-dom": "6.23.0",
"use-immer": "^0.9.0",
"valtio": "^1.13.2",
"zod": "^3.22.4",
"zod": "^3.23.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22"
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25"
}
}
29 changes: 29 additions & 0 deletions apps/demo/lib.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/*
https://github.com/total-typescript/ts-reset/blob/main/src/entrypoints/filter-boolean.d.ts
https://github.com/microsoft/TypeScript/issues/16655
*/

interface Array<T> {
filter(predicate: BooleanConstructor, thisArg?: any): NonFalsy<T>[];
}

interface ReadonlyArray<T> {
filter(predicate: BooleanConstructor, thisArg?: any): NonFalsy<T>[];
}

type NonFalsy<T> = T extends false | 0 | '' | null | undefined | 0n ? never : T;


interface ArrayBuffer {
resize(byteLength: number): ArrayBuffer;

readonly resizable: boolean;
}


interface SharedArrayBuffer {
resize(byteLength: number): ArrayBuffer;

readonly resizable: boolean;
}
Loading

0 comments on commit 6e3fd4f

Please sign in to comment.