Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@nrwl/nx-plugin": "15.6.1",
"@nrwl/vite": "15.6.1",
"@nrwl/workspace": "15.6.1",
"@nxkit/playwright": "2.0.1",
"@nxkit/playwright": "^2.1.1",
"@swc-node/register": "^1.4.2",
"@swc/cli": "~0.1.55",
"@swc/core": "^1.2.173",
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-nx/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const postcssVersion = '8.4.16';
export const tailwindcssVersion = '3.1.8';

// nxkit packages
export const nxKitVersion = '^2.0.1';
export const nxKitVersion = '^2.1.1';

// cloudflare-pages integration
export const wranglerVersion = 'latest';
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"qwik-nx": ["packages/qwik-nx/src/index.ts"],
"@qwikifiers/e2e/utils": ["e2e/utils"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pnpm nx format did it 🤠

Copy link
Contributor

@dmitry-stepanenko dmitry-stepanenko Feb 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, not sure how this sneaked in, we have format in pre-commit 😅

"@qwikifiers/e2e/utils": ["e2e/utils"],
"qwik-nx": ["packages/qwik-nx/src/index.ts"]
}
},
"exclude": ["node_modules", "tmp"]
Expand Down