Skip to content

Commit d2cfdb7

Browse files
committed
Fix
1 parent 3f8924e commit d2cfdb7

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"tslib": "^2.3.0"
2525
},
2626
"devDependencies": {
27-
"nx": "^17.2.8",
2827
"@nx/eslint": "17.2.7",
2928
"@nx/eslint-plugin": "17.2.7",
3029
"@nx/jest": "17.2.7",
31-
"@nx/js": "17.2.7"
30+
"@nx/js": "17.2.7",
31+
"nx": "^17.2.8"
3232
}
3333
}

yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41950,10 +41950,6 @@ __metadata:
4195041950
"@graphql-codegen/typescript-react-apollo": "npm:^3.3.7"
4195141951
"@hello-pangea/dnd": "npm:^16.2.0"
4195241952
"@hookform/resolvers": "npm:^3.1.1"
41953-
"@nx/eslint": "npm:17.2.7"
41954-
"@nx/eslint-plugin": "npm:17.2.7"
41955-
"@nx/jest": "npm:17.2.7"
41956-
"@nx/js": "npm:17.2.7"
4195741953
"@sentry/react": "npm:^7.88.0"
4195841954
"@sniptt/guards": "npm:^0.2.0"
4195941955
"@storybook/addon-actions": "npm:^7.6.3"
@@ -42032,7 +42028,6 @@ __metadata:
4203242028
luxon: "npm:^3.3.0"
4203342029
msw: "npm:^2.0.11"
4203442030
msw-storybook-addon: "npm:2.0.0--canary.122.b3ed3b1.0"
42035-
nx: "npm:17.2.7"
4203642031
prettier: "npm:3.1.0"
4203742032
react: "npm:^18.2.0"
4203842033
react-data-grid: "npm:7.0.0-beta.13"
@@ -42244,6 +42239,10 @@ __metadata:
4224442239
version: 0.0.0-use.local
4224542240
resolution: "twenty@workspace:."
4224642241
dependencies:
42242+
"@nx/eslint": "npm:17.2.7"
42243+
"@nx/eslint-plugin": "npm:17.2.7"
42244+
"@nx/jest": "npm:17.2.7"
42245+
"@nx/js": "npm:17.2.7"
4224742246
nx: "npm:^17.2.8"
4224842247
patch-package: "npm:^8.0.0"
4224942248
tslib: "npm:^2.3.0"

0 commit comments

Comments
 (0)