Skip to content

Commit

Permalink
Merge pull request iterative#600 from iterative/explict-dependencies
Browse files Browse the repository at this point in the history
Explictly add prop-types and @babel/core to package.json
  • Loading branch information
shcheklein authored Aug 30, 2019
2 parents 0b27029 + e453dcd commit f38fa55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"lodash.throttle": "^4.1.1",
"next": "^7.0.3",
"perfect-scrollbar": "^1.4.0",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-collapse": "^4.0.3",
"react-collapsible": "^2.6.0",
Expand All @@ -49,6 +50,7 @@
"unist-util-visit": "latest"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"babel-jest": "^24.9.0",
"babel-plugin-transform-define": "^1.3.1",
"babel-plugin-transform-object-assign": "^6.22.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
semver "^5.4.1"
source-map "^0.5.0"

"@babel/core@^7.1.0":
"@babel/core@^7.1.0", "@babel/core@^7.5.5":
version "7.5.5"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30"
integrity sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg==
Expand Down

0 comments on commit f38fa55

Please sign in to comment.