Skip to content

Commit

Permalink
feat(package): upgrade rollup and babel
Browse files Browse the repository at this point in the history
Signed-off-by: Will Soto <willsoto@users.noreply.github.com>
  • Loading branch information
willsoto committed Jun 8, 2019
1 parent b76b606 commit ae2b433
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"knex": "~0.17.3",
"lint-staged": "~8.2.0",
"objection": "~1.6.9",
"prettier": "~1.18.0",
"prettier": "~1.18.2",
"reflect-metadata": "~0.1.13",
"rimraf": "~2.6.3",
"rollup": "~1.14.3",
"rollup": "~1.14.4",
"rollup-plugin-eslint": "~6.0.0",
"rollup-plugin-filesize": "~6.1.0",
"rollup-plugin-typescript": "~1.0.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7453,10 +7453,10 @@ prepend-http@^2.0.0:
resolved "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=

prettier@~1.18.0:
version "1.18.0"
resolved "https://registry.npmjs.org/prettier/-/prettier-1.18.0.tgz#d1701ca9b2941864b52f3262b35946d2c9cd88f0"
integrity sha512-YsdAD29M0+WY2xXZk3i0PA16olY9qZss+AuODxglXcJ+2ZBwFv+6k5tE8GS8/HKAthaajlS/WqhdgcjumOrPlg==
prettier@~1.18.2:
version "1.18.2"
resolved "https://registry.npmjs.org/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==

pretty-format@^24.8.0:
version "24.8.0"
Expand Down Expand Up @@ -8192,10 +8192,10 @@ rollup-pluginutils@^2.5.0, rollup-pluginutils@^2.7.1:
estree-walker "^0.6.0"
micromatch "^3.1.10"

rollup@~1.14.3:
version "1.14.3"
resolved "https://registry.npmjs.org/rollup/-/rollup-1.14.3.tgz#f9b0bd428aa5945c712575e55b497e802ccb4ab9"
integrity sha512-UZhB6FmipHnSJfjulvM3lrOKuCKTYYkd1pYXzvMsxTbw1eC3SRhPzS1kJU96DT3RZUCOYiFAQYrgcBPRm4E+jw==
rollup@~1.14.4:
version "1.14.4"
resolved "https://registry.npmjs.org/rollup/-/rollup-1.14.4.tgz#f9af78f142e8c5851e3392bda488df489181ac60"
integrity sha512-sR5/cqbQUg72Lm2TZgjzI3/Q1V7osP/PXlqNpSLCMSTnSg8xQ9ECFQSNEG1OOjKzPMqboEqeayRyYzi+IfkDgQ==
dependencies:
"@types/estree" "0.0.39"
"@types/node" "^12.0.3"
Expand Down

0 comments on commit ae2b433

Please sign in to comment.