Skip to content

Commit 72d9ec5

Browse files
committed
remove rimraf
1 parent 66037e5 commit 72d9ec5

File tree

11 files changed

+9
-198
lines changed

11 files changed

+9
-198
lines changed

e2e/2-comments/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"console": "^0.7.2",
1818
"express": "4.17.1",
1919
"express-graphql": "0.12.0",
20-
"graphql": "15.4.0",
21-
"rimraf": "3.0.2"
20+
"graphql": "15.4.0"
2221
},
2322
"devDependencies": {
2423
"exec-sh": "^0.4.0"

examples/11-unions/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"console": "^0.7.2",
1818
"express": "4.17.1",
1919
"express-graphql": "0.12.0",
20-
"graphql": "15.4.0",
21-
"rimraf": "3.0.2"
20+
"graphql": "15.4.0"
2221
},
2322
"devDependencies": {
2423
"exec-sh": "^0.4.0"

examples/2-codegen/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"dependencies": {
1717
"express": "4.17.1",
1818
"express-graphql": "0.12.0",
19-
"graphql": "15.4.0",
20-
"rimraf": "3.0.2"
19+
"graphql": "15.4.0"
2120
},
2221
"devDependencies": {
2322
"exec-sh": "^0.4.0"

examples/3-enums/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"dependencies": {
1717
"express": "4.17.1",
1818
"express-graphql": "0.12.0",
19-
"graphql": "15.4.0",
20-
"rimraf": "3.0.2"
19+
"graphql": "15.4.0"
2120
},
2221
"devDependencies": {
2322
"exec-sh": "^0.4.0"

examples/4-mutation/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"express": "4.17.1",
1919
"express-graphql": "0.12.0",
2020
"graphql": "^16.5.0",
21-
"graphql-ws": "^5.9.1",
22-
"rimraf": "3.0.2"
21+
"graphql-ws": "^5.9.1"
2322
},
2423
"devDependencies": {
2524
"exec-sh": "^0.4.0"

examples/5-subscription/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"express-graphql": "0.12.0",
2222
"graphql": "15.4.0",
2323
"graphql-ws": "^5.9.1",
24-
"rimraf": "3.0.2",
2524
"ws": "^8.8.1"
2625
},
2726
"devDependencies": {

examples/6-watch-query/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"express": "4.17.1",
2121
"express-graphql": "0.12.0",
2222
"graphql": "15.4.0",
23-
"graphql-ws": "^5.9.1",
24-
"rimraf": "3.0.2"
23+
"graphql-ws": "^5.9.1"
2524
},
2625
"devDependencies": {
2726
"exec-sh": "^0.4.0"

examples/7-field-type-overrides/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"dependencies": {
1717
"express": "4.17.1",
1818
"express-graphql": "0.12.0",
19-
"graphql": "15.4.0",
20-
"rimraf": "3.0.2"
19+
"graphql": "15.4.0"
2120
},
2221
"devDependencies": {
2322
"exec-sh": "^0.4.0"

examples/8-custom-gql-types/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"graphql": "15.4.0",
2020
"isomorphic-ws": "^5.0.0",
2121
"mkdirp": "1.0.4",
22-
"rimraf": "3.0.2",
2322
"xhr2": "0.2.0"
2423
},
2524
"devDependencies": {

package-lock.json

Lines changed: 1 addition & 180 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)