Skip to content

Commit

Permalink
chore: pnpm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens committed Feb 23, 2024
1 parent 95d5bc3 commit b458777
Show file tree
Hide file tree
Showing 23 changed files with 2,752 additions and 2,477 deletions.
16 changes: 8 additions & 8 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Qwik devcontainer",
"hostRequirements": {
"cpus": 4,
"cpus": 4
},
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
Expand All @@ -15,23 +15,23 @@
"ms-azuretools.vscode-docker",
"mitsuhiko.insta",
"silvenon.mdx",
"csstools.postcss",
"csstools.postcss"
],
"build": {
"dockerfile": "Dockerfile",
"dockerfile": "Dockerfile"
},
"waitFor": "updateContentCommand",
"updateContentCommand": "corepack prepare & pnpm install",
"forwardPorts": [3300, 9229],
"customizations": {
"codespaces": {
"openFiles": ["CONTRIBUTING.md"],
},
"openFiles": ["CONTRIBUTING.md"]
}
},
"portsAttributes": {
"3300": {
"label": "Serve",
"onAutoForward": "openPreview",
},
},
"onAutoForward": "openPreview"
}
}
}
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,33 +55,33 @@
"esbuild-plugin-raw": "^0.1.7"
},
"devDependencies": {
"@builder.io/partytown": "^0.9.0",
"@builder.io/partytown": "^0.9.2",
"@builder.io/qwik": "workspace:^",
"@clack/prompts": "^0.7.0",
"@eslint/eslintrc": "^3.0.0",
"@mdx-js/mdx": "^3.0.0",
"@microsoft/api-documenter": "^7.23.19",
"@microsoft/api-extractor": "^7.39.3",
"@eslint/eslintrc": "^3.0.1",
"@mdx-js/mdx": "^3.0.1",
"@microsoft/api-documenter": "^7.23.30",
"@microsoft/api-extractor": "^7.40.6",
"@napi-rs/cli": "^2.18.0",
"@napi-rs/triples": "^1.2.0",
"@node-rs/helper": "^1.5.0",
"@octokit/action": "3.18.1",
"@playwright/test": "^1.41.1",
"@playwright/test": "^1.41.2",
"@types/brotli": "^1.3.4",
"@types/cross-spawn": "^6.0.6",
"@types/eslint": "^8.56.2",
"@types/eslint": "^8.56.3",
"@types/express": "^4.17.21",
"@types/mri": "^1.1.5",
"@types/node": "^20.11.6",
"@types/node": "^20.11.20",
"@types/path-browserify": "^1.0.2",
"@types/prompts": "^2.4.9",
"@types/react": "^18.2.48",
"@types/semver": "^7.5.6",
"@types/react": "^18.2.58",
"@types/semver": "^7.5.7",
"@types/which-pm-runs": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/rule-tester": "^6.19.1",
"@typescript-eslint/utils": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/rule-tester": "^7.0.2",
"@typescript-eslint/utils": "^7.0.2",
"all-contributors-cli": "6.26.1",
"brotli": "1.3.3",
"commitizen": "4.3.0",
Expand All @@ -90,36 +90,36 @@
"cross-spawn": "7.0.3",
"csstype": "^3.1.3",
"cz-conventional-changelog": "3.3.0",
"esbuild": "^0.19.12",
"eslint": "^8.56.0",
"esbuild": "^0.20.1",
"eslint": "^8.57.0",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-qwik": "workspace:^",
"execa": "7.2.0",
"execa": "8.0.1",
"express": "4.18.2",
"install": "^0.13.0",
"monaco-editor": "^0.45.0",
"mri": "1.2.0",
"ora": "6.3.1",
"path-browserify": "1.0.1",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"prettier-plugin-jsdoc": "^1.3.0",
"pretty-quick": "^4.0.0",
"prompts": "2.4.2",
"rollup": "^4.9.6",
"semver": "7.5.4",
"rollup": "^4.12.0",
"semver": "7.6.0",
"snoop": "^1.0.4",
"source-map": "0.7.4",
"svgo": "^3.2.0",
"syncpack": "^12.3.0",
"terser": "^5.27.0",
"terser": "^5.28.1",
"tsm": "^2.3.0",
"typescript": "5.3.3",
"undici": "*",
"vfile": "^6.0.1",
"vite": "^5.0.12",
"vite": "^5.1.4",
"vite-imagetools": "^6.2.9",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.2.1",
"vitest": "^1.3.1",
"watchlist": "0.3.1",
"which-pm-runs": "1.1.0",
"zod": "^3.22.4"
Expand Down Expand Up @@ -165,7 +165,7 @@
"cli.qwik": "pnpm build.cli && node packages/qwik/qwik-cli.cjs",
"cli.validate": "tsm scripts/validate-cli.ts",
"commit": "git-cz",
"deps": "pnpm upgrade -i -r --latest && syncpack fix-mismatches",
"deps": "pnpm upgrade -i -r --latest && syncpack fix-mismatches && pnpm dedupe",
"docs.dev": "cd packages/docs && pnpm dev",
"docs.preview": "cd packages/docs && pnpm preview",
"docs.sync": "tsm scripts/docs_sync/index.ts && pnpm fmt",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bugs": "https://github.com/BuilderIO/qwik/issues",
"devDependencies": {
"@clack/prompts": "^0.7.0",
"@types/yargs": "^17.0.28",
"@types/yargs": "^17.0.32",
"kleur": "4.1.5",
"yargs": "17.7.2"
},
Expand Down
28 changes: 14 additions & 14 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@algolia/autocomplete-core": "1.7.4",
"@algolia/client-search": "4.14.3",
"@builder.io/partytown": "^0.9.0",
"@builder.io/partytown": "^0.9.2",
"@builder.io/qwik": "workspace:^",
"@builder.io/qwik-city": "workspace:^",
"@builder.io/qwik-labs": "workspace:^",
Expand All @@ -17,22 +17,22 @@
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@modular-forms/qwik": "^0.22.0",
"@mui/material": "^5.15.4",
"@mui/system": "^5.4.1",
"@mui/x-data-grid": "^6.18.7",
"@supabase/supabase-js": "^2.39.3",
"@mui/material": "^5.15.10",
"@mui/system": "^5.15.9",
"@mui/x-data-grid": "^6.19.5",
"@supabase/supabase-js": "^2.39.7",
"@types/prismjs": "^1.26.3",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@unpic/core": "^0.0.42",
"@unpic/qwik": "^0.0.38",
"algoliasearch": "4.16.0",
"autoprefixer": "^10.4.16",
"fflate": "^0.8.1",
"autoprefixer": "^10.4.17",
"fflate": "^0.8.2",
"gray-matter": "4.0.3",
"openai": "^3.3.0",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prism-themes": "1.9.0",
"prismjs": "1.29.0",
"puppeteer": "^21.7.0",
Expand All @@ -48,9 +48,9 @@
"typescript": "5.3.3",
"undici": "*",
"valibot": "^0.25.0",
"vite": "^5.0.12",
"vite-plugin-inspect": "^0.8.1",
"wrangler": "^3.22.4"
"vite": "^5.1.4",
"vite-plugin-inspect": "^0.8.3",
"wrangler": "^3.29.0"
},
"engines": {
"node": ">=18.11",
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/src/routes/demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"noEmit": true,
"types": ["node", "vite/client"],
"paths": {
"~/*": ["./src/*"],
},
"~/*": ["./src/*"]
}
},
"files": ["./.eslintrc.cjs", "**/*.jsx"],
"include": ["."],
"include": ["."]
}
4 changes: 2 additions & 2 deletions packages/docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"inlineSourceMap": true,
"inlineSources": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
},
"forceConsistentCasingInFileNames": true
}
}
8 changes: 4 additions & 4 deletions packages/eslint-plugin-qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
},
"devDependencies": {
"@builder.io/qwik": "workspace:^",
"@types/eslint": "^8.56.2",
"@types/eslint": "^8.56.3",
"@types/estree": "^1.0.2",
"@typescript-eslint/rule-tester": "^6.19.1",
"@typescript-eslint/utils": "^6.19.1",
"@typescript-eslint/rule-tester": "^7.0.2",
"@typescript-eslint/utils": "^7.0.2",
"redent": "^4.0.0"
},
"engines": {
Expand All @@ -27,7 +27,7 @@
"license": "MIT",
"main": "dist/index.js",
"peerDependencies": {
"eslint": "^8.56.0"
"eslint": "^8.57.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-qwik/tests/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@builder.io/qwik": ["../../qwik/dist/core.d.ts"],
"@builder.io/qwik/build": ["../../qwik/dist/build/index.d.ts"],
"@builder.io/qwik/jsx-runtime": ["../../qwik/dist/jsx-runtime.d.ts"],
"@builder.io/qwik-city": ["../../qwik-city/lib/index.d.ts"],
},
"@builder.io/qwik-city": ["../../qwik-city/lib/index.d.ts"]
}
},
"include": ["**/*.tsx", "**/*.ts"],
"include": ["**/*.tsx", "**/*.ts"]
}
28 changes: 14 additions & 14 deletions packages/insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@modular-forms/qwik": "^0.22.0",
"@typescript/analyze-trace": "^0.10.1",
"density-clustering": "^1.3.0",
"dotenv": "^16.3.1",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.19.13",
"drizzle-orm": "0.28.3",
"install": "^0.13.0"
Expand All @@ -18,26 +18,26 @@
"@builder.io/qwik-city": "workspace:^",
"@builder.io/qwik-labs": "workspace:^",
"@builder.io/vite-plugin-macro": "~0.0.7",
"@netlify/edge-functions": "^2.3.0",
"@netlify/edge-functions": "^2.3.1",
"@types/density-clustering": "^1.3.3",
"@types/eslint": "^8.56.2",
"@types/node": "^20.11.6",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"autoprefixer": "^10.4.16",
"better-sqlite3": "^9.0.0",
"eslint": "^8.56.0",
"@types/eslint": "^8.56.3",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"autoprefixer": "^10.4.17",
"better-sqlite3": "^9.4.3",
"eslint": "^8.57.0",
"eslint-plugin-qwik": "workspace:^",
"netlify-cli": "^17.13.1",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"netlify-cli": "^17.17.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3",
"undici": "*",
"vite": "^5.0.12",
"vite": "^5.1.4",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.2.1"
"vitest": "^1.3.1"
},
"engines": {
"node": ">=16.8.0 <18.0.0 || >=18.11"
Expand Down
6 changes: 3 additions & 3 deletions packages/insights/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"paths": {
"~/*": ["./src/*"],
"@builder.io/qwik-city/*": ["./node_modules/@builder.io/qwik-city/*"],
"@builder.io/qwik-labs": ["../qwik-labs/src/index.ts"],
},
"@builder.io/qwik-labs": ["../qwik-labs/src/index.ts"]
}
},
"files": ["./.eslintrc.cjs", "vitest.config.ts"],
"include": ["src", "./*.d.ts"],
"include": ["src", "./*.d.ts"]
}
2 changes: 1 addition & 1 deletion packages/qwik-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@auth/core": "0.21.0",
"@builder.io/qwik": "workspace:^",
"@builder.io/qwik-city": "workspace:^",
"@types/set-cookie-parser": "^2.4.4",
"@types/set-cookie-parser": "^2.4.7",
"set-cookie-parser": "^2.6.0"
},
"engines": {
Expand Down
14 changes: 7 additions & 7 deletions packages/qwik-city/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
"version": "1.4.5",
"bugs": "https://github.com/BuilderIO/qwik/issues",
"dependencies": {
"@mdx-js/mdx": "^3.0.0",
"@mdx-js/mdx": "^3.0.1",
"@types/mdx": "^2.0.11",
"source-map": "0.7.4",
"svgo": "^3.2.0",
"undici": "*",
"vfile": "^6.0.1",
"vite": "^5.0.12",
"vite": "^5.1.4",
"vite-imagetools": "^6.2.9",
"zod": "^3.22.4"
},
"devDependencies": {
"@azure/functions": "^3.5.1",
"@builder.io/qwik": "workspace:^",
"@microsoft/api-extractor": "^7.39.3",
"@netlify/edge-functions": "^2.3.0",
"@microsoft/api-extractor": "^7.40.6",
"@netlify/edge-functions": "^2.3.1",
"@types/marked": "5.0.1",
"@types/mdast": "^4.0.1",
"@types/node": "^20.11.6",
"@types/node": "^20.11.20",
"@types/refractor": "^3.0.3",
"@types/set-cookie-parser": "^2.4.4",
"@types/set-cookie-parser": "^2.4.7",
"estree-util-value-to-estree": "3.0.1",
"github-slugger": "2.0.0",
"hast-util-heading-rank": "2.1.1",
Expand All @@ -41,7 +41,7 @@
"unified": "11.0.4",
"unist-util-visit": "5.0.0",
"uvu": "0.5.6",
"yaml": "^2.3.2"
"yaml": "^2.3.4"
},
"engines": {
"node": ">=16.8.0 <18.0.0 || >=18.11"
Expand Down
Loading

0 comments on commit b458777

Please sign in to comment.