Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: automate-docs #513

Merged
merged 5 commits into from
Dec 14, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
chore: update-nx
  • Loading branch information
ryanbas21 committed Dec 13, 2024
commit 2f0f10f6b445fb4cf1b5a7aba03a431fa30e8cfd
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ terminalOutput
outputs/*


e2e/mock-api-v2/html/*
1 change: 1 addition & 0 deletions e2e/mock-api-v2/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ LICENSE
dist
.eslintignore
coverage
html/*
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,27 +45,28 @@
"@effect/platform-node": "^0.53.26",
"@effect/schema": "^0.68.23",
"@effect/vitest": "^0.6.7",
"@nx/devkit": "20.1.2",
"@nx/esbuild": "20.1.2",
"@nx/eslint": "20.1.2",
"@nx/eslint-plugin": "20.1.2",
"@nx/express": "20.1.2",
"@nx/js": "20.1.2",
"@nx/node": "20.1.2",
"@nx/playwright": "20.1.2",
"@nx/vite": "20.1.2",
"@nx/web": "20.1.2",
"@nx/workspace": "20.1.2",
"@nx/devkit": "20.2.2",
"@nx/esbuild": "20.2.2",
"@nx/eslint": "20.2.2",
"@nx/eslint-plugin": "20.2.2",
"@nx/express": "20.2.2",
"@nx/js": "20.2.2",
"@nx/node": "20.2.2",
"@nx/playwright": "20.2.2",
"@nx/vite": "20.2.2",
"@nx/web": "20.2.2",
"@nx/workspace": "20.2.2",
"@playwright/test": "^1.47.2",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.12",
"@types/estree": "^1.0.1",
"@types/express": "4.17.17",
"@types/node": "18.19.26",
"@types/node": "22.10.2",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@typescript-eslint/typescript-estree": "5.59.5",
"@typescript-eslint/utils": "^8.13.0",
"@vitejs/plugin-basic-ssl": "1.1.0",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.4.0",
Expand All @@ -91,7 +92,7 @@
"lint-staged": "^13.2.2",
"mkcert": "^3.2.0",
"npm-cli-login": "^1.0.0",
"nx": "20.1.2",
"nx": "20.2.2",
"playwright": "^1.47.2",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
Expand All @@ -101,10 +102,10 @@
"swc-loader": "0.1.15",
"ts-node": "10.9.1",
"tslib": "^2.5.0",
"typedoc": "^0.26.5",
"typedoc-plugin-rename-defaults": "^0.7.1",
"typedoc": "^0.27.4",
"typedoc-plugin-rename-defaults": "^0.7.2",
"typedoc-theme-hierarchy": "^5.0.3",
"typescript": "5.5.3",
"typescript": "5.6.3",
"uuid": "^9.0.1",
"verdaccio": "^5.29.2",
"vite": "^5.4.8",
Expand Down
Loading
Loading