Skip to content

Commit

Permalink
Merge pull request atom#19074 from rafeca/upgrade-underscore-plus
Browse files Browse the repository at this point in the history
  • Loading branch information
rafeca authored Apr 27, 2019
2 parents 41d934f + b2dc922 commit d846bd5
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 11 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@
"tree-sitter-css": "^0.13.7",
"tree-view": "https://www.atom.io/api/packages/tree-view/versions/0.226.0/tarball",
"typescript-simple": "1.0.0",
"underscore-plus": "^1.6.8",
"update-package-dependencies": "https://www.atom.io/api/packages/update-package-dependencies/versions/0.13.1/tarball",
"welcome": "https://www.atom.io/api/packages/welcome/versions/0.36.9/tarball",
"whitespace": "https://www.atom.io/api/packages/whitespace/versions/0.37.7/tarball",
Expand Down
2 changes: 1 addition & 1 deletion packages/autoflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"atom": "*"
},
"dependencies": {
"underscore-plus": "^1.6.6"
"underscore-plus": "^1.7.0"
},
"devDependencies": {
"coffeelint": "^1.9.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/deprecation-cop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"fs-plus": "^3.0.0",
"grim": "^2.0.1",
"marked": "^0.3.6",
"underscore-plus": "^1.0.0"
"underscore-plus": "^1.7.0"
},
"consumedServices": {
"status-bar": {
Expand Down
2 changes: 1 addition & 1 deletion packages/exception-reporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"fs-plus": "^3.0.0",
"node-uuid": "~1.4.7",
"stack-trace": "0.0.9",
"underscore-plus": "1.x"
"underscore-plus": "^1.7.0"
},
"devDependencies": {
"semver": "^5.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/line-ending-selector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"atom-select-list": "^0.7.0",
"underscore-plus": "^1.6.6"
"underscore-plus": "^1.7.0"
},
"consumedServices": {
"status-bar": {
Expand Down
2 changes: 1 addition & 1 deletion packages/link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
]
},
"dependencies": {
"underscore-plus": "1.x"
"underscore-plus": "^1.7.0"
},
"devDependencies": {
"standard": "^10.0.3"
Expand Down

0 comments on commit d846bd5

Please sign in to comment.