forked from QwikDev/qwik
-
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.
chore: update all deps (QwikDev#4875)
fixes QwikDev#4863
- Loading branch information
1 parent
5b91f24
commit d090447
Showing
162 changed files
with
3,550 additions
and
3,522 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 |
---|---|---|
@@ -1,151 +1,158 @@ | ||
{ | ||
"private": true, | ||
"name": "qwik-monorepo", | ||
"version": "1.2.6", | ||
"scripts": { | ||
"build": "tsm scripts/index.ts --tsc --build --qwikcity --qwiklabs --api --platform-binding-wasm-copy", | ||
"build.vite": "tsm scripts/index.ts --tsc --build --qwikcity --qwiklabs --platform-binding-wasm-copy", | ||
"build.full": "tsm scripts/index.ts --tsc --build --supabaseauthhelpers --api --eslint --qwikcity --qwikworker --qwiklabs --qwikreact --qwikauth --cli --platform-binding --wasm", | ||
"build.qwik-city": "tsm scripts/index.ts --tsc --qwikcity", | ||
"build.platform": "tsm scripts/index.ts --platform-binding", | ||
"build.platform.copy": "tsm scripts/index.ts --platform-binding-wasm-copy", | ||
"build.only_javascript": "tsm scripts/index.ts --tsc --build --api", | ||
"build.wasm": "tsm scripts/index.ts --wasm", | ||
"build.validate": "tsm scripts/index.ts --tsc --build --api --eslint --qwikcity --platform-binding --wasm --validate", | ||
"build.cli": "tsm scripts/index.ts --cli --dev", | ||
"build.cli.prod": "tsm scripts/index.ts --cli", | ||
"build.watch": "tsm scripts/index.ts --build --qwikcity --watch --dev --platform-binding", | ||
"commit": "git-cz", | ||
"link.dist": "cd packages/qwik/dist && pnpm link --global && cd ../../qwik-city/lib && pnpm link --global && cd ../../eslint-plugin-qwik/dist && pnpm link --global && cd ../../qwik-react && pnpm link --global", | ||
"link.dist.npm": "cd packages/qwik/dist && npm link && cd ../../qwik-city/lib && npm link && cd ../../eslint-plugin-qwik/dist && npm link && cd ../../qwik-react && npm link", | ||
"link.dist.yarn": "cd packages/qwik/dist && yarn link && cd ../../qwik-city/lib && yarn link && cd ../../eslint-plugin-qwik/dist && yarn link && cd ../../qwik-react && yarn link", | ||
"cli": "pnpm build.cli && node packages/create-qwik/dist/create-qwik.cjs && tsm scripts/validate-cli.ts --copy-local-qwik-dist", | ||
"cli.validate": "tsm scripts/validate-cli.ts", | ||
"cli.qwik": "pnpm build.cli && node packages/qwik/dist/qwik.cjs", | ||
"api.update": "tsm scripts/index.ts --tsc --api --dev", | ||
"eslint.update": "tsm scripts/eslint-docs.ts", | ||
"tsc.check": "tsc --noEmit", | ||
"tsc.watch": "tsc --noEmit --watch --preserveWatchOutput", | ||
"tsc.trace": "tsc -p tsconfig.json --traceResolution > tsc.log", | ||
"start": "concurrently \"npm:build.watch\" \"npm:test.watch\" \"npm:tsc.watch\" -n build,test,tsc -c green,magenta,cyan", | ||
"release.prepare": "pnpm lint && pnpm test.unit && tsm scripts/index.ts --tsc --build --api --eslint --platform-binding --wasm --prepare-release", | ||
"test": "pnpm build.full && pnpm test.unit && pnpm test.e2e", | ||
"test.unit": "tsm node_modules/uvu/bin.js packages unit.ts --tsmconfig tsm.cjs", | ||
"test.unit.debug": "tsm --inspect-brk node_modules/uvu/bin.js packages unit.ts --tsmconfig tsm.cjs", | ||
"test.watch": "watchlist packages unit.ts -- pnpm test.unit", | ||
"test.rust": "make test", | ||
"test.e2e": "pnpm test.e2e.chromium && pnpm test.e2e.webkit", | ||
"test.e2e.city": "playwright test starters/e2e/qwikcity --browser=chromium --config starters/playwright.config.ts", | ||
"test.e2e.chromium": "playwright test starters --browser=chromium --config starters/playwright.config.ts", | ||
"test.vite": "playwright test starters/e2e/qwikcity --browser=chromium --config starters/playwright.config.ts", | ||
"test.e2e.chromium.debug": "PWDEBUG=1 playwright test starters --browser=chromium --config starters/playwright.config.ts", | ||
"test.e2e.firefox": "playwright test starters --browser=firefox --config starters/playwright.config.ts", | ||
"test.e2e.webkit": "playwright test starters --browser=webkit --config starters/playwright.config.ts", | ||
"serve": "tsm --inspect --conditions=development starters/dev-server.ts 3300", | ||
"serve.debug": "tsm --inspect-brk --conditions=development starters/dev-server.ts 3300", | ||
"docs.sync": "tsm scripts/docs_sync/index.ts", | ||
"lint": "pnpm lint.eslint && pnpm lint.prettier && pnpm lint.rust", | ||
"lint.eslint": "eslint --cache \"**/*.ts*\"", | ||
"lint.fix": "eslint --fix \"**/*.ts*\" && pnpm prettier.fix", | ||
"lint.rust": "make lint", | ||
"lint.prettier": "prettier --check .", | ||
"prettier.fix": "prettier --write .", | ||
"fmt": "pnpm prettier.fix", | ||
"fmt.staged": "pretty-quick --staged", | ||
"qwik-save-artifacts": "tsm ./scripts/qwik-save-artifacts.ts", | ||
"preinstall": "npx only-allow pnpm", | ||
"deps": "pnpm upgrade -i -r --latest" | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Miško Hevery", | ||
"email": "[email protected]", | ||
"url": "https://twitter.com/mhevery" | ||
}, | ||
{ | ||
"name": "Adam Bradley", | ||
"email": "[email protected]", | ||
"url": "https://twitter.com/adamdbradley" | ||
}, | ||
{ | ||
"name": "Manu Mtz.-Almeida", | ||
"email": "[email protected]", | ||
"url": "https://twitter.com/manucorporat" | ||
} | ||
], | ||
"dependencies": { | ||
"esbuild-plugin-raw": "^0.1.7" | ||
}, | ||
"devDependencies": { | ||
"@builder.io/partytown": "0.8.0", | ||
"@builder.io/partytown": "^0.8.0", | ||
"@clack/prompts": "^0.6.3", | ||
"@microsoft/api-documenter": "^7.22.23", | ||
"@microsoft/api-extractor": "7.36.1", | ||
"@microsoft/api-documenter": "^7.22.30", | ||
"@microsoft/api-extractor": "7.36.3", | ||
"@napi-rs/cli": "2.12.1", | ||
"@napi-rs/triples": "1.1.0", | ||
"@node-rs/helper": "1.3.3", | ||
"@octokit/action": "3.18.1", | ||
"@playwright/test": "1.35.1", | ||
"@playwright/test": "1.36.2", | ||
"@types/brotli": "1.3.1", | ||
"@types/cross-spawn": "6.0.2", | ||
"@types/eslint": "8.40.2", | ||
"@types/eslint": "8.44.1", | ||
"@types/express": "4.17.17", | ||
"@types/mri": "1.1.1", | ||
"@types/node": "^20.4.0", | ||
"@types/node": "^20.4.5", | ||
"@types/path-browserify": "1.0.0", | ||
"@types/prettier": "2.7.3", | ||
"@types/prompts": "2.4.4", | ||
"@types/semver": "7.5.0", | ||
"@types/which-pm-runs": "1.0.0", | ||
"@typescript-eslint/eslint-plugin": "5.61.0", | ||
"@typescript-eslint/parser": "5.61.0", | ||
"@typescript-eslint/utils": "5.61.0", | ||
"all-contributors-cli": "6.26.0", | ||
"@typescript-eslint/eslint-plugin": "6.2.0", | ||
"@typescript-eslint/parser": "6.2.0", | ||
"@typescript-eslint/rule-tester": "^6.2.0", | ||
"@typescript-eslint/utils": "6.2.0", | ||
"all-contributors-cli": "6.26.1", | ||
"brotli": "1.3.3", | ||
"commitizen": "4.3.0", | ||
"concurrently": "8.2.0", | ||
"create-qwik": "workspace:*", | ||
"cross-spawn": "7.0.3", | ||
"cz-conventional-changelog": "3.3.0", | ||
"esbuild": "0.16.16", | ||
"eslint": "8.44.0", | ||
"esbuild": "0.18.17", | ||
"eslint": "8.45.0", | ||
"eslint-plugin-no-only-tests": "3.1.0", | ||
"eslint-plugin-qwik": "^1.2.5", | ||
"execa": "7.1.1", | ||
"eslint-plugin-qwik": "1.2.6", | ||
"execa": "7.2.0", | ||
"express": "4.18.2", | ||
"install": "^0.13.0", | ||
"monaco-editor": "^0.39.0", | ||
"mri": "1.2.0", | ||
"ora": "6.3.1", | ||
"path-browserify": "1.0.1", | ||
"prettier": "2.8.8", | ||
"prettier": "3.0.0", | ||
"pretty-quick": "^3.1.3", | ||
"prompts": "2.4.2", | ||
"rollup": "3.26.2", | ||
"semver": "7.5.3", | ||
"rollup": "3.26.3", | ||
"semver": "7.5.4", | ||
"snoop": "^1.0.4", | ||
"terser": "5.18.2", | ||
"syncpack": "^10.7.3", | ||
"terser": "5.19.2", | ||
"tsm": "2.2.2", | ||
"typescript": "5.1.6", | ||
"undici": "5.22.1", | ||
"uvu": "0.5.6", | ||
"vite": "4.4.0", | ||
"vite": "4.4.7", | ||
"vite-tsconfig-paths": "4.2.0", | ||
"watchlist": "0.3.1", | ||
"which-pm-runs": "1.1.0", | ||
"zod": "^3.21.4" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Miško Hevery", | ||
"email": "[email protected]", | ||
"url": "https://twitter.com/mhevery" | ||
}, | ||
{ | ||
"name": "Adam Bradley", | ||
"email": "[email protected]", | ||
"url": "https://twitter.com/adamdbradley" | ||
}, | ||
{ | ||
"name": "Manu Mtz.-Almeida", | ||
"email": "[email protected]", | ||
"url": "https://twitter.com/manucorporat" | ||
} | ||
], | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">=16.8.0 <18.0.0 || >=18.11", | ||
"npm": "please-use-pnpm", | ||
"yarn": "please-use-pnpm", | ||
"pnpm": ">=8.0.0" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
"packageManager": "[email protected]", | ||
"pnpm": { | ||
"overrides": { | ||
"vfile": "6.0.1" | ||
} | ||
}, | ||
"type": "module", | ||
"dependencies": { | ||
"esbuild-plugin-raw": "^0.1.7" | ||
} | ||
"private": true, | ||
"scripts": { | ||
"api.update": "tsm scripts/index.ts --tsc --api --dev", | ||
"build": "tsm scripts/index.ts --tsc --build --qwikcity --qwiklabs --api --platform-binding-wasm-copy", | ||
"build.cli": "tsm scripts/index.ts --cli --dev", | ||
"build.cli.prod": "tsm scripts/index.ts --cli", | ||
"build.full": "tsm scripts/index.ts --tsc --build --supabaseauthhelpers --api --eslint --qwikcity --qwikworker --qwiklabs --qwikreact --qwikauth --cli --platform-binding --wasm", | ||
"build.only_javascript": "tsm scripts/index.ts --tsc --build --api", | ||
"build.platform": "tsm scripts/index.ts --platform-binding", | ||
"build.platform.copy": "tsm scripts/index.ts --platform-binding-wasm-copy", | ||
"build.qwik-city": "tsm scripts/index.ts --tsc --qwikcity", | ||
"build.validate": "tsm scripts/index.ts --tsc --build --api --eslint --qwikcity --platform-binding --wasm --validate", | ||
"build.vite": "tsm scripts/index.ts --tsc --build --qwikcity --qwiklabs --platform-binding-wasm-copy", | ||
"build.wasm": "tsm scripts/index.ts --wasm", | ||
"build.watch": "tsm scripts/index.ts --build --qwikcity --watch --dev --platform-binding", | ||
"cli": "pnpm build.cli && node packages/create-qwik/dist/create-qwik.cjs && tsm scripts/validate-cli.ts --copy-local-qwik-dist", | ||
"cli.qwik": "pnpm build.cli && node packages/qwik/dist/qwik.cjs", | ||
"cli.validate": "tsm scripts/validate-cli.ts", | ||
"commit": "git-cz", | ||
"deps": "pnpm upgrade -i -r --latest", | ||
"docs.sync": "tsm scripts/docs_sync/index.ts", | ||
"eslint.update": "tsm scripts/eslint-docs.ts", | ||
"fmt": "pnpm prettier.fix && pnpm syncpack format", | ||
"fmt.staged": "pretty-quick --staged", | ||
"link.dist": "cd packages/qwik/dist && pnpm link --global && cd ../../qwik-city/lib && pnpm link --global && cd ../../eslint-plugin-qwik/dist && pnpm link --global && cd ../../qwik-react && pnpm link --global", | ||
"link.dist.npm": "cd packages/qwik/dist && npm link && cd ../../qwik-city/lib && npm link && cd ../../eslint-plugin-qwik/dist && npm link && cd ../../qwik-react && npm link", | ||
"link.dist.yarn": "cd packages/qwik/dist && yarn link && cd ../../qwik-city/lib && yarn link && cd ../../eslint-plugin-qwik/dist && yarn link && cd ../../qwik-react && yarn link", | ||
"lint": "pnpm lint.eslint && pnpm lint.prettier && pnpm lint.rust", | ||
"lint.eslint": "eslint --cache \"**/*.ts*\"", | ||
"lint.fix": "eslint --fix \"**/*.ts*\" && pnpm prettier.fix", | ||
"lint.prettier": "prettier --cache --check .", | ||
"lint.rust": "make lint", | ||
"preinstall": "npx only-allow pnpm", | ||
"prettier.fix": "prettier --cache --write .", | ||
"qwik-save-artifacts": "tsm ./scripts/qwik-save-artifacts.ts", | ||
"release.prepare": "pnpm lint && pnpm test.unit && tsm scripts/index.ts --tsc --build --api --eslint --platform-binding --wasm --prepare-release", | ||
"serve": "tsm --inspect --conditions=development starters/dev-server.ts 3300", | ||
"serve.debug": "tsm --inspect-brk --conditions=development starters/dev-server.ts 3300", | ||
"start": "concurrently \"npm:build.watch\" \"npm:test.watch\" \"npm:tsc.watch\" -n build,test,tsc -c green,magenta,cyan", | ||
"test": "pnpm build.full && pnpm test.unit && pnpm test.e2e", | ||
"test.e2e": "pnpm test.e2e.chromium && pnpm test.e2e.webkit", | ||
"test.e2e.chromium": "playwright test starters --browser=chromium --config starters/playwright.config.ts", | ||
"test.e2e.chromium.debug": "PWDEBUG=1 playwright test starters --browser=chromium --config starters/playwright.config.ts", | ||
"test.e2e.city": "playwright test starters/e2e/qwikcity --browser=chromium --config starters/playwright.config.ts", | ||
"test.e2e.firefox": "playwright test starters --browser=firefox --config starters/playwright.config.ts", | ||
"test.e2e.webkit": "playwright test starters --browser=webkit --config starters/playwright.config.ts", | ||
"test.rust": "make test", | ||
"test.unit": "tsm node_modules/uvu/bin.js packages unit.ts --tsmconfig tsm.cjs", | ||
"test.unit.debug": "tsm --inspect-brk node_modules/uvu/bin.js packages unit.ts --tsmconfig tsm.cjs", | ||
"test.vite": "playwright test starters/e2e/qwikcity --browser=chromium --config starters/playwright.config.ts", | ||
"test.watch": "watchlist packages unit.ts -- pnpm test.unit", | ||
"tsc.check": "tsc --noEmit", | ||
"tsc.trace": "tsc -p tsconfig.json --traceResolution > tsc.log", | ||
"tsc.watch": "tsc --noEmit --watch --preserveWatchOutput" | ||
}, | ||
"type": "module" | ||
} |
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 |
---|---|---|
@@ -1,38 +1,36 @@ | ||
{ | ||
"name": "create-qwik", | ||
"version": "1.2.6", | ||
"description": "Interactive CLI for create Qwik projects and adding features.", | ||
"version": "1.2.6", | ||
"author": "Builder.io Team", | ||
"bin": "./create-qwik.cjs", | ||
"main": "./index.cjs", | ||
"bugs": "https://github.com/BuilderIO/qwik/issues", | ||
"devDependencies": { | ||
"@clack/prompts": "^0.6.3", | ||
"kleur": "4.1.5" | ||
}, | ||
"engines": { | ||
"node": ">=16.8.0 <18.0.0 || >=18.11", | ||
"npm": ">=6.0.0" | ||
}, | ||
"files": [ | ||
"create-qwik.cjs", | ||
"index.cjs", | ||
"starters/" | ||
], | ||
"author": "Builder.io Team", | ||
"license": "MIT", | ||
"homepage": "https://qwik.builder.io/", | ||
"keywords": [ | ||
"qwik", | ||
"generator", | ||
"builder.io", | ||
"generator", | ||
"qwik", | ||
"starters", | ||
"template" | ||
], | ||
"homepage": "https://qwik.builder.io/", | ||
"license": "MIT", | ||
"main": "./index.cjs", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/BuilderIO/qwik.git", | ||
"directory": "packages/create-qwik" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/BuilderIO/qwik/issues" | ||
}, | ||
"devDependencies": { | ||
"@clack/prompts": "0.6.3", | ||
"kleur": "4.1.5" | ||
}, | ||
"engines": { | ||
"node": ">=16.8.0 <18.0.0 || >=18.11", | ||
"npm": ">=6.0.0" | ||
} | ||
} |
Oops, something went wrong.