Skip to content

Commit

Permalink
fix: peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Nov 8, 2018
1 parent 21406e5 commit cb17a9c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 22 deletions.
6 changes: 0 additions & 6 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,5 @@
"core-js": "2.5.7",
"rxjs": "6.3.3",
"zone.js": "0.8.26"
},
"peerDependencies": {
"@angular/common": "6",
"@angular/core": "6",
"@angular/forms": "6",
"select2-component": "^5.3.0"
}
}
4 changes: 0 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,5 @@
"dependencies": {
"@types/node": "*",
"tslib": "1"
},
"peerDependencies": {
"@types/node": "*",
"tslib": "1"
}
}
6 changes: 0 additions & 6 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,5 @@
"devDependencies": {
"@types/react": "16.4.18",
"@types/react-dom": "16.0.9"
},
"peerDependencies": {
"@types/node": "*",
"react": "15 || 16",
"react-dom": "15 || 16",
"select2-component": "^5.3.0"
}
}
6 changes: 0 additions & 6 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,5 @@
"select2-component": "^5.5.0",
"vue": "2",
"vue-class-component": "6"
},
"peerDependencies": {
"@types/node": "*",
"select2-component": "^5.3.0",
"vue": "2",
"vue-class-component": "6"
}
}

0 comments on commit cb17a9c

Please sign in to comment.