Skip to content
Open
Show file tree
Hide file tree
Changes from 5 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
1 change: 1 addition & 0 deletions .github/workflows/update-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
pnpm nx reset
pnpm nx test nx-plugin -u
pnpm nx run-many --target lint --fix
pnpm nx generate-3p-license nx-plugin
git add .
pnpm lint-staged
- name: Read version update report
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"eslint.validate": ["json"]
"eslint.validate": ["json"],
"typescript.tsdk": "node_modules/typescript/lib"
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"@iarna/toml": "^2.2.5",
"@middy/core": "^6.4.5",
"@modelcontextprotocol/sdk": "^1.21.0",
"@nx/devkit": "~21.6.8",
"@nx/eslint": "~21.6.8",
"@nx/eslint-plugin": "~21.6.8",
"@nx/js": "~21.6.8",
"@nx/playwright": "~21.6.8",
"@nx/react": "~21.6.8",
"@nx/vite": "~21.6.8",
"@nx/devkit": "~22.0.2",
"@nx/eslint": "~22.0.2",
"@nx/eslint-plugin": "~22.0.2",
"@nx/js": "~22.0.2",
"@nx/playwright": "~22.0.2",
"@nx/react": "~22.0.2",
"@nx/vite": "~22.0.2",
"@nxlv/python": "~21.2.0",
"@phenomnomnominal/tsquery": "6.1.3",
"@quantco/pnpm-licenses": "^2.2.1",
Expand Down Expand Up @@ -102,7 +102,7 @@
"lodash.trim": "^4.5.1",
"lodash.uniqby": "^4.7.0",
"lucide-react": "^0.552.0",
"nx": "~21.6.8",
"nx": "~22.0.2",
"openapi-types": "^12.1.3",
"pip-requirements-js": "^0.2.1",
"prettier": "^3.6.2",
Expand Down
Loading
Loading