Skip to content

Commit

Permalink
Merge pull request #531 from ForgeRock/update-vite-nx
Browse files Browse the repository at this point in the history
chore: update-vite-nx
  • Loading branch information
ryanbas21 authored Jan 27, 2025
2 parents 74d2352 + cc20593 commit eb70ca0
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 215 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,5 @@ outputs/*


e2e/mock-api-v2/html/*

vitest.config.*.timestamp*
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@
"@effect/platform-node": "^0.53.26",
"@effect/schema": "^0.68.23",
"@effect/vitest": "^0.6.7",
"@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",
"@nx/devkit": "20.3.3",
"@nx/esbuild": "20.3.3",
"@nx/eslint": "20.3.3",
"@nx/eslint-plugin": "20.3.3",
"@nx/express": "20.3.3",
"@nx/js": "20.3.3",
"@nx/node": "20.3.3",
"@nx/playwright": "20.3.3",
"@nx/vite": "20.3.3",
"@nx/web": "20.3.3",
"@nx/workspace": "20.3.3",
"@playwright/test": "^1.47.2",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.7",
Expand Down Expand Up @@ -92,7 +92,7 @@
"lint-staged": "^13.2.2",
"mkcert": "^3.2.0",
"npm-cli-login": "^1.0.0",
"nx": "20.2.2",
"nx": "20.3.3",
"playwright": "^1.47.2",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
Expand All @@ -108,7 +108,7 @@
"typescript": "5.6.3",
"uuid": "^9.0.1",
"verdaccio": "^5.29.2",
"vite": "^5.4.8",
"vite": "^5.4.12",
"vite-plugin-dts": "^4.2.2",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-externalize-deps": "^0.8.0",
Expand Down
Loading

0 comments on commit eb70ca0

Please sign in to comment.