Skip to content

Commit

Permalink
chore(repo): migrate nx to latest 19.0.4 (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed May 15, 2024
1 parent cc50013 commit 2b8b7d4
Show file tree
Hide file tree
Showing 3 changed files with 487 additions and 415 deletions.
6 changes: 2 additions & 4 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"affected": {
"defaultBase": "main"
},
"tasksRunnerOptions": {
"default": {
"options": {
Expand Down Expand Up @@ -46,5 +43,6 @@
"cache": true
}
},
"nxCloudAccessToken": "MDRmYzUxMmYtNTQwZi00MjZkLTg0ZTYtMzc5Y2RhOTE4YTc2fHJlYWQtd3JpdGU="
"nxCloudAccessToken": "MDRmYzUxMmYtNTQwZi00MjZkLTg0ZTYtMzc5Y2RhOTE4YTc2fHJlYWQtd3JpdGU=",
"defaultBase": "main"
}
45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,30 @@
"e2e-ci": "nx e2e"
},
"dependencies": {
"@swc/cli": "0.1.62",
"@swc/cli": "0.3.12",
"@swc/core": "1.3.93",
"@swc/helpers": "0.5.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-is": "18.3.1",
"tslib": "^2.3.0",
"yargs-parser": "^21.1.1"
},
"packageManager": "yarn@1.22.19",
"devDependencies": {
"@nx/cypress": "18.1.0-beta.2",
"@nx/detox": "18.1.0-beta.2",
"@nx/devkit": "18.1.0-beta.2",
"@nx/eslint": "18.1.0-beta.2",
"@nx/eslint-plugin": "18.1.0-beta.2",
"@nx/jest": "18.1.0-beta.2",
"@nx/js": "18.1.0-beta.2",
"@nx/node": "18.1.0-beta.2",
"@nx/plugin": "18.1.0-beta.2",
"@nx/react": "18.1.0-beta.2",
"@nx/storybook": "18.1.0-beta.2",
"@nx/vite": "18.1.0-beta.2",
"@nx/workspace": "18.1.0-beta.2",
"@nx/cypress": "19.0.4",
"@nx/detox": "19.0.4",
"@nx/devkit": "19.0.4",
"@nx/eslint": "19.0.4",
"@nx/eslint-plugin": "19.0.4",
"@nx/jest": "19.0.4",
"@nx/js": "19.0.4",
"@nx/node": "19.0.4",
"@nx/plugin": "19.0.4",
"@nx/react": "19.0.4",
"@nx/storybook": "19.0.4",
"@nx/vite": "19.0.4",
"@nx/workspace": "19.0.4",
"@phenomnomnominal/tsquery": "^5.0.1",
"@rspack/core": "^0.5.6",
"@rspack/dev-server": "^0.5.6",
Expand All @@ -47,11 +47,11 @@
"@types/jest": "29.4.0",
"@types/node": "18.16.9",
"@types/webpack-sources": "^3.2.1",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"chalk": "4.1.2",
"copy-webpack-plugin": "^10.2.4",
"eslint": "8.48.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
"fs-extra": "^11.1.0",
"jest": "29.4.3",
Expand All @@ -60,7 +60,7 @@
"kill-port": "^2.0.1",
"license-webpack-plugin": "^4.0.2",
"metro-resolver": "0.71.0",
"nx": "18.1.0-beta.2",
"nx": "19.0.4",
"prettier": "2.6.2",
"prettier-plugin-organize-imports": "^3.2.1",
"release-it": "15.2.0",
Expand All @@ -69,7 +69,8 @@
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "5.3.3",
"typescript": "5.4.5",
"verdaccio": "^5.0.4"
}
}

Loading

0 comments on commit 2b8b7d4

Please sign in to comment.