Skip to content

Commit

Permalink
chore(kayenta): bump deck-kayenta version (#4707)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeach authored and Matt Duftler committed Jan 23, 2018
1 parent 08e0f21 commit ac4ead3
Showing 2 changed files with 5 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
"int": "protractor protractor.conf.js"
},
"dependencies": {
"@spinnaker/kayenta": "0.0.19",
"@spinnaker/kayenta": "0.0.22",
"@uirouter/react-hybrid": "0.0.14",
"@uirouter/rx": "0.4.5",
"@uirouter/visualizer": "5.1.3",
26 changes: 4 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -2,35 +2,29 @@
# yarn lockfile v1


"@spinnaker/kayenta@0.0.19":
version "0.0.19"
resolved "https://registry.yarnpkg.com/@spinnaker/kayenta/-/kayenta-0.0.19.tgz#c4f4e67a372986ec3d043e573194b719a06312aa"
"@spinnaker/kayenta@0.0.22":
version "0.0.22"
resolved "https://registry.yarnpkg.com/@spinnaker/kayenta/-/kayenta-0.0.22.tgz#bb25bd4444a4c0d7846cf4255b8a489cb1398009"
dependencies:
"@types/chart.js" "^2.6.10"
"@uirouter/angularjs" "^1.0.4"
"@uirouter/react-hybrid" "^0.0.12"
"@uirouter/rx" "^0.4.5"
"@uirouter/visualizer" "^4.0.2"
Select2 "git://github.com/select2/select2.git#3.4.8"
angular "~1.6.3"
angular-ui-bootstrap "^2.5.0"
angular-ui-router "1.0.0"
angular-ui-sortable "^0.17.0"
angular2react "^2.0.0"
bootstrap "3.3.7"
chart.js "^2.7.0"
class-autobind-decorator "^2.2.1"
classnames "^2.2.5"
diff-match-patch "^1.0.0"
dompurify "^0.8.5"
font-awesome "^4.7.0"
formsy-react "^0.19.2"
js-yaml "^3.8.3"
lodash "^4.16.1"
lodash-decorators "^4.4.1"
moment-timezone "^0.4.0"
ngimport "^0.6.0"
prop-types "^15.5.10"
react "~15.4.2"
react-bootstrap "^0.31.0"
react-dom "~15.4.2"
@@ -74,10 +68,6 @@
version "1.6.32"
resolved "https://registry.yarnpkg.com/@types/angular/-/angular-1.6.32.tgz#fc791aad038227d9413eb5e552993e1076f8a509"

"@types/chart.js@^2.6.10":
version "2.7.3"
resolved "https://registry.yarnpkg.com/@types/chart.js/-/chart.js-2.7.3.tgz#251767f9a465ce06782fc07a9a5f15480939eee8"

"@types/cheerio@*":
version "0.22.1"
resolved "https://registry.yarnpkg.com/@types/cheerio/-/cheerio-0.22.1.tgz#740c4cd8c4d3f3074f83b9ab62e711eac2c764ce"
@@ -506,7 +496,7 @@
"@uirouter/core" "5.0.11"
classnames "^2.2.5"

"@uirouter/rx@0.4.5", "@uirouter/rx@^0.4.5":
"@uirouter/rx@0.4.5":
version "0.4.5"
resolved "https://registry.yarnpkg.com/@uirouter/rx/-/rx-0.4.5.tgz#fb9eeb2cb011d98cc60f043b465551cdd236269b"
dependencies:
@@ -527,14 +517,6 @@
file-loader "^1.1.6"
preact "^8.2.5"

"@uirouter/visualizer@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@uirouter/visualizer/-/visualizer-4.0.2.tgz#c26784dd1f55c0e4540d571c95a2308f05812650"
dependencies:
d3-hierarchy "^1.0.3"
d3-interpolate "^1.1.3"
preact "^7.2.0"

"Select2@git://github.com/select2/select2.git#3.4.8":
version "3.4.8"
resolved "git://github.com/select2/select2.git#b5f3b2839c48c53f9641d6bb1bccafc5260c7620"

0 comments on commit ac4ead3

Please sign in to comment.