Skip to content

Commit

Permalink
Set sideEffect
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Mar 14, 2019
1 parent 73e7506 commit ee93d1c
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/graphql-codegen-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"devDependencies": {
"ts-jest": "24.0.0"
},
"sideEffects": false,
"main": "cjs/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/add/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"graphql": "14.1.1",
"typescript": "3.3.3333"
},
"sideEffects": false,
"main": "cjs/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/flow-operations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"typescript": "3.3.3333",
"graphql-codegen-testing": "0.18.0"
},
"sideEffects": false,
"main": "cjs/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/flow-resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"flow-parser": "0.94.0",
"graphql": "14.1.1"
},
"sideEffects": false,
"main": "cjs/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"ts-jest": "24.0.0",
"typescript": "3.3.3333"
},
"sideEffects": false,
"main": "cjs/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/fragment-matcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"sideEffects": false,
"main": "./dist/index.js",
"typings": "dist/index.d.ts",
"typescript": {
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/introspection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"sideEffects": false,
"main": "cjs/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/schema-ast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"sideEffects": false,
"main": "cjs/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/time/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"sideEffects": false,
"main": "cjs/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/typescript-apollo-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"flow-parser": "0.94.0",
"graphql": "14.1.1"
},
"sideEffects": false,
"main": "cjs/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"ts-jest": "24.0.0",
"typescript": "3.3.3333"
},
"sideEffects": false,
"main": "cjs/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/typescript-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"flow-parser": "0.94.0",
"graphql": "14.1.1"
},
"sideEffects": false,
"main": "cjs/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/typescript-operations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"ts-jest": "24.0.0",
"typescript": "3.3.3333"
},
"sideEffects": false,
"main": "cjs/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/typescript-react-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"flow-parser": "0.94.0",
"graphql": "14.1.1"
},
"sideEffects": false,
"main": "cjs/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/typescript-resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"flow-parser": "0.94.0",
"graphql": "14.1.1"
},
"sideEffects": false,
"main": "cjs/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/typescript-stencil-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"graphql": "14.1.1",
"@types/node": "10.12.30"
},
"sideEffects": false,
"main": "cjs/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"ts-jest": "24.0.0",
"typescript": "3.3.3333"
},
"sideEffects": false,
"main": "cjs/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/visitor-plugin-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"graphql": "14.1.1",
"@types/graphql": "14.0.7"
},
"sideEffects": false,
"main": "cjs/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/utils/plugins-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"devDependencies": {
"typescript": "3.3.3333"
},
"sideEffects": false,
"main": "cjs/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit ee93d1c

Please sign in to comment.