Skip to content

Commit

Permalink
Revert "chore(repo): update nx to 19.4.0-rc.0 (#26728)"
Browse files Browse the repository at this point in the history
This reverts commit a874253.
  • Loading branch information
FrozenPandaz committed Jun 28, 2024
1 parent b2fecea commit dc470cb
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 241 deletions.
3 changes: 1 addition & 2 deletions jest.preset.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Ensure that the preset loads from node_modules rather than our local typescript source
const nxPreset = require('./node_modules/@nx/jest/preset').default;
const nxPreset = require('@nx/jest/preset').default;

module.exports = {
...nxPreset,
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,25 +59,25 @@
"@nestjs/schematics": "^9.1.0",
"@nestjs/swagger": "^6.0.0",
"@nestjs/testing": "^9.0.0",
"@ngrx/router-store": "18.0.1",
"@ngrx/store": "18.0.1",
"@ngrx/router-store": "^18.0.0",
"@ngrx/store": "^18.0.0",
"@nuxt/kit": "^3.10.0",
"@nuxt/schema": "^3.10.0",
"@nx/angular": "19.4.0-rc.0",
"@nx/cypress": "19.4.0-rc.0",
"@nx/devkit": "19.4.0-rc.0",
"@nx/esbuild": "19.4.0-rc.0",
"@nx/eslint": "19.4.0-rc.0",
"@nx/eslint-plugin": "19.4.0-rc.0",
"@nx/jest": "19.4.0-rc.0",
"@nx/js": "19.4.0-rc.0",
"@nx/next": "19.4.0-rc.0",
"@nx/playwright": "19.4.0-rc.0",
"@nx/react": "19.4.0-rc.0",
"@nx/storybook": "19.4.0-rc.0",
"@nx/vite": "19.4.0-rc.0",
"@nx/web": "19.4.0-rc.0",
"@nx/webpack": "19.4.0-rc.0",
"@nx/angular": "19.2.0-rc.0",
"@nx/cypress": "19.2.0-rc.0",
"@nx/devkit": "19.2.0-rc.0",
"@nx/esbuild": "19.2.0-rc.0",
"@nx/eslint": "19.2.0-rc.0",
"@nx/eslint-plugin": "19.2.0-rc.0",
"@nx/jest": "19.2.0-rc.0",
"@nx/js": "19.2.0-rc.0",
"@nx/next": "19.2.0-rc.0",
"@nx/playwright": "19.2.0-rc.0",
"@nx/react": "19.2.0-rc.0",
"@nx/storybook": "19.2.0-rc.0",
"@nx/vite": "19.2.0-rc.0",
"@nx/web": "19.2.0-rc.0",
"@nx/webpack": "19.2.0-rc.0",
"@phenomnomnominal/tsquery": "~5.0.1",
"@playwright/test": "^1.36.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
Expand Down Expand Up @@ -230,7 +230,7 @@
"node-fetch": "^2.6.7",
"npm-package-arg": "11.0.1",
"nuxt": "^3.10.0",
"nx": "19.4.0-rc.0",
"nx": "19.2.0-rc.0",
"octokit": "^2.0.14",
"open": "^8.4.0",
"openai": "~4.3.1",
Expand Down
Loading

0 comments on commit dc470cb

Please sign in to comment.