Skip to content

Commit

Permalink
chore(repo): migrate nx to latest (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 authored Aug 8, 2024
1 parent 3860a69 commit 4b20c5d
Show file tree
Hide file tree
Showing 2 changed files with 869 additions and 371 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@
},
"packageManager": "[email protected]",
"devDependencies": {
"@nx/cypress": "19.2.3",
"@nx/detox": "19.2.3",
"@nx/devkit": "19.2.3",
"@nx/eslint": "19.2.3",
"@nx/eslint-plugin": "19.2.3",
"@nx/jest": "19.2.3",
"@nx/js": "19.2.3",
"@nx/node": "19.2.3",
"@nx/plugin": "19.2.3",
"@nx/react": "19.2.3",
"@nx/storybook": "19.2.3",
"@nx/vite": "19.2.3",
"@nx/workspace": "19.2.3",
"@nx/cypress": "19.5.7",
"@nx/detox": "19.5.7",
"@nx/devkit": "19.5.7",
"@nx/eslint": "19.5.7",
"@nx/eslint-plugin": "19.5.7",
"@nx/jest": "19.5.7",
"@nx/js": "19.5.7",
"@nx/node": "19.5.7",
"@nx/plugin": "19.5.7",
"@nx/react": "19.5.7",
"@nx/storybook": "19.5.7",
"@nx/vite": "19.5.7",
"@nx/workspace": "19.5.7",
"@phenomnomnominal/tsquery": "^5.0.1",
"@rspack/core": "^0.5.6",
"@rspack/dev-server": "^0.5.6",
Expand All @@ -47,8 +47,8 @@
"@types/jest": "29.4.0",
"@types/node": "18.16.9",
"@types/webpack-sources": "^3.2.1",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"chalk": "4.1.2",
"copy-webpack-plugin": "^10.2.4",
"eslint": "8.57.0",
Expand All @@ -60,7 +60,7 @@
"kill-port": "^2.0.1",
"license-webpack-plugin": "^4.0.2",
"metro-resolver": "0.71.0",
"nx": "19.2.3",
"nx": "19.5.7",
"prettier": "2.6.2",
"prettier-plugin-organize-imports": "^3.2.1",
"release-it": "15.2.0",
Expand All @@ -69,7 +69,7 @@
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "5.4.5",
"typescript": "5.5.4",
"verdaccio": "^5.0.4"
}
}
Loading

0 comments on commit 4b20c5d

Please sign in to comment.