Skip to content

Commit

Permalink
feat: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
patdx committed Jul 27, 2022
1 parent 54c3a9b commit d9ea0ba
Show file tree
Hide file tree
Showing 9 changed files with 865 additions and 2,858 deletions.
1 change: 1 addition & 0 deletions apps/docs-app/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "apps/docs-app/src",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions apps/zustand-rx-react/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "apps/zustand-rx-react/src",
"projectType": "application",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions libs/docusaurus/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/docusaurus/src",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions libs/zustand-rx/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/zustand-rx/src",
"projectType": "library",
"tags": [],
Expand Down
21 changes: 9 additions & 12 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"affected": {
"defaultBase": "main"
},
"cli": {
"defaultCollection": "@nrwl/react"
},
"implicitDependencies": {
"package.json": {
"dependencies": "*",
Expand All @@ -28,14 +25,6 @@
}
}
},
"targetDependencies": {
"build": [
{
"target": "build",
"projects": "dependencies"
}
]
},
"generators": {
"@nrwl/react": {
"application": {
Expand All @@ -52,5 +41,13 @@
}
}
},
"defaultProject": "zustand-rx-react"
"defaultProject": "zustand-rx-react",
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
"build": {
"dependsOn": [
"^build"
]
}
}
}
36 changes: 19 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,41 +43,43 @@
"@commitlint/config-angular": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@jscutlery/semver": "2.25.2",
"@nrwl/devkit": "14.1.9",
"@nrwl/eslint-plugin-nx": "14.1.9",
"@nrwl/jest": "14.1.9",
"@nrwl/js": "14.1.9",
"@nrwl/linter": "14.1.9",
"@nrwl/node": "14.1.9",
"@nrwl/nx-cloud": "14.0.5",
"@nrwl/nx-plugin": "14.1.9",
"@nrwl/react": "14.1.9",
"@nrwl/web": "14.1.9",
"@nrwl/workspace": "14.1.9",
"@nrwl/devkit": "14.4.3",
"@nrwl/eslint-plugin-nx": "14.4.3",
"@nrwl/jest": "14.4.3",
"@nrwl/js": "14.4.3",
"@nrwl/linter": "14.4.3",
"@nrwl/node": "14.4.3",
"@nrwl/nx-cloud": "14.2.0",
"@nrwl/nx-plugin": "14.4.3",
"@nrwl/react": "14.4.3",
"@nrwl/web": "14.4.3",
"@nrwl/workspace": "14.4.3",
"@swc-node/register": "^1.4.2",
"@swc/core": "^1.2.173",
"@testing-library/react": "13.3.0",
"@types/jest": "27.4.1",
"@types/node": "17.0.13",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@typescript-eslint/eslint-plugin": "5.31.0",
"@typescript-eslint/parser": "5.31.0",
"babel-jest": "27.5.1",
"commitizen": "4.2.5",
"cz-conventional-changelog": "3.3.0",
"docusaurus-plugin-typedoc": "0.17.5",
"dot-json": "1.2.2",
"eslint": "8.20.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-jsx-a11y": "6.6.0",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.1",
"jest": "27.5.1",
"lint-staged": "13.0.3",
"ngx-deploy-npm": "4.1.2",
"nx": "14.1.9",
"nx": "14.4.3",
"only-allow": "1.1.1",
"prettier": "2.7.1",
"prettier-package-json": "2.6.4",
Expand Down
Loading

1 comment on commit d9ea0ba

@vercel
Copy link

@vercel vercel bot commented on d9ea0ba Jul 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zustand-rx – ./

zustand-rx-patdx.vercel.app
zustand-rx.vercel.app
zustand-rx-git-main-patdx.vercel.app

Please sign in to comment.