Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedElywa committed Nov 16, 2020
1 parent b54a6f9 commit 82cbaad
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
16 changes: 8 additions & 8 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@
},
"dependencies": {
"@paljs/types": "^2.5.4",
"dompurify": "^2.2.0",
"dompurify": "^2.2.2",
"moment": "2.29.1",
"prettier": "2.1.2",
"query-string": "6.13.6",
"query-string": "6.13.7",
"react-beautiful-dnd": "13.0.0",
"react-datepicker": "3.3.0",
"react-hook-form": "6.9.6",
"react-hook-form": "6.11.2",
"react-quill": "1.3.5",
"react-table": "7.6.1"
"react-table": "7.6.2"
},
"devDependencies": {
"@apollo/client": "3.2.5",
"@apollo/client": "3.2.6",
"@paljs/ui": "1.0.4",
"@types/dompurify": "^2.0.4",
"@types/node": "14.14.6",
"@types/node": "14.14.7",
"@types/prettier": "2.1.5",
"@types/react": "16.9.55",
"@types/react": "16.9.56",
"@types/react-beautiful-dnd": "13.0.0",
"@types/react-datepicker": "3.1.1",
"@types/react-dom": "16.9.9",
Expand All @@ -47,7 +47,7 @@
"graphql-tag": "2.11.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"styled-components": "5.2.0",
"styled-components": "5.2.1",
"typescript": "4.0.5"
},
"files": [
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@paljs/display": "^2.5.4",
"@paljs/generator": "^2.6.1",
"@paljs/schema": "^2.5.4",
"@prisma/sdk": "2.10.1",
"@prisma/sdk": "2.11.0",
"cross-spawn": "^7.0.3",
"enquirer": "^2.3.6",
"fs-extra": "^9.0.1",
Expand All @@ -27,11 +27,11 @@
"@oclif/dev-cli": "^1",
"@oclif/test": "^1",
"@types/chai": "^4",
"@types/fs-extra": "^9.0.2",
"@types/fs-extra": "^9.0.4",
"@types/mocha": "^8",
"@types/node": "14.14.6",
"@types/node": "14.14.7",
"chai": "^4",
"eslint": "^7.12",
"eslint": "^7.13",
"eslint-config-oclif": "^3.1",
"eslint-config-oclif-typescript": "^0.2",
"globby": "^11",
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"chalk": "^4.1.0",
"cross-spawn": "^7.0.3",
"fs-extra": "^9.0.1",
"got": "^11.8.0"
"got": "11.1.3"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
},
"dependencies": {
"@paljs/types": "^2.5.4",
"@prisma/sdk": "2.10.1",
"@prisma/sdk": "2.11.0",
"pkg-dir": "^5.0.0",
"pluralize": "^8.0.0",
"prettier": "^2.1.2"
},
"devDependencies": {
"@prisma/client": "2.10.1",
"@types/node": "14.14.6",
"@prisma/client": "2.11.0",
"@types/node": "14.14.7",
"@types/pluralize": "^0.0.29",
"@types/prettier": "2.1.5",
"typescript": "4.0.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/nexus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"access": "public"
},
"devDependencies": {
"@nexus/schema": "0.17.0",
"@prisma/client": "2.10.1",
"@nexus/schema": "0.18.0",
"@prisma/client": "2.11.0",
"@types/lowdb": "1.0.9",
"typescript": "4.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"access": "public"
},
"devDependencies": {
"@prisma/client": "2.10.1",
"@prisma/client": "2.11.0",
"graphql": "^15.4.0",
"typescript": "4.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@paljs/display": "^2.5.4",
"@paljs/types": "^2.5.4",
"@prisma/sdk": "2.10.1"
"@prisma/sdk": "2.11.0"
},
"devDependencies": {
"typescript": "4.0.5"
Expand Down

0 comments on commit 82cbaad

Please sign in to comment.