Skip to content

Commit

Permalink
chore(workspace): upgrade nx
Browse files Browse the repository at this point in the history
Signed-off-by: Rai Siqueira <rai93siqueira@gmail.com>
  • Loading branch information
raisiqueira committed May 10, 2024
1 parent af9f6cb commit 7a01ce5
Show file tree
Hide file tree
Showing 2 changed files with 738 additions and 790 deletions.
37 changes: 20 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,27 @@
"@babel/core": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "7.12.13",
"@nrwl/rollup": "18.3.4",
"@nx/cypress": "18.3.4",
"@nx/eslint": "18.3.4",
"@nx/eslint-plugin": "18.3.4",
"@nx/js": "18.3.4",
"@nx/react": "18.3.4",
"@nx/storybook": "18.3.4",
"@nx/vite": "18.3.4",
"@nx/web": "18.3.4",
"@nx/workspace": "18.3.4",
"@nrwl/rollup": "19.0.2",
"@nx/cypress": "19.0.2",
"@nx/eslint": "19.0.2",
"@nx/eslint-plugin": "19.0.2",
"@nx/js": "19.0.2",
"@nx/react": "19.0.2",
"@nx/storybook": "19.0.2",
"@nx/vite": "19.0.2",
"@nx/web": "19.0.2",
"@nx/workspace": "19.0.2",
"@size-limit/preset-big-lib": "^7.0.8",
"@storybook/addon-essentials": "7.6.4",
"@storybook/builder-vite": "^7.6.18",
"@storybook/core-server": "7.6.4",
"@storybook/react": "7.6.4",
"@storybook/react-vite": "^7.6.18",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "13.4.0",
"@testing-library/react": "15.0.6",
"@types/node": "18.19.31",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/testing-library__jest-dom": "^5.14.9",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
Expand All @@ -64,7 +64,7 @@
"eslint-plugin-storybook": "^0.6.15",
"jsdom": "22.1.0",
"next-transpile-modules": "^9.1.0",
"nx": "18.3.4",
"nx": "19.0.2",
"nx-cloud": "18.0.1",
"postcss": "8.4.19",
"prettier": "2.7.1",
Expand All @@ -83,13 +83,15 @@
"vite-tsconfig-paths": "4.2.0",
"vitest": "1.5.2"
},
"workspaces": ["packages/**"],
"workspaces": [
"packages/**"
],
"dependencies": {
"@changesets/cli": "^2.27.1",
"core-js": "3.36.1",
"next": "^13.5.6",
"react": "18.3.0",
"react-dom": "18.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tslib": "^2.6.2"
},
"size-limit": [
Expand All @@ -106,3 +108,4 @@
"includedScripts": []
}
}

Loading

0 comments on commit 7a01ce5

Please sign in to comment.