Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Jan 4, 2019
1 parent 61cd049 commit 5990b27
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 90 deletions.
170 changes: 96 additions & 74 deletions package-lock.json

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

28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -11,7 +11,7 @@
},
"scripts": {
"build": "shx rm -rf dist && git rev-parse HEAD > .commithash && rollup -c && shx cp src/rollup/types.d.ts dist/rollup.d.ts && shx chmod a+x bin/rollup",
"build:test": "shx rm -rf dist && rollup -c --noBrowser && shx cp src/rollup/types.d.ts dist/rollup.d.ts && shx chmod a+x bin/rollup",
"build:test": "shx rm -rf dist && rollup -c --configNoBrowser && shx cp src/rollup/types.d.ts dist/rollup.d.ts && shx chmod a+x bin/rollup",
"build:bootstrap": "bin/rollup -c && shx cp src/rollup/types.d.ts dist/rollup.d.ts && shx chmod a+x bin/rollup",
"ci:coverage": "npm run test:coverage",
"ci:lint": "npm run lint:nofix && npm run security",
Expand Down Expand Up @@ -59,29 +59,29 @@
"homepage": "https://github.com/rollup/rollup",
"dependencies": {
"@types/estree": "0.0.39",
"@types/node": "*",
"acorn": "^6.0.4"
"@types/node": "^10.12.18",
"acorn": "^6.0.5"
},
"devDependencies": {
"@types/chokidar": "^1.7.5",
"@types/minimist": "^1.2.0",
"@types/pretty-ms": "^3.0.0",
"@types/pretty-ms": "^4.0.0",
"acorn-dynamic-import": "^4.0.0",
"acorn-import-meta": "^0.3.0",
"acorn-import-meta": "^1.0.0",
"acorn-jsx": "^5.0.1",
"ansi-escapes": "^3.1.0",
"buble": "^0.19.6",
"chokidar": "^2.0.4",
"console-group": "^0.3.1",
"date-time": "^2.1.0",
"eslint": "^5.9.0",
"eslint": "^5.11.1",
"eslint-plugin-import": "^2.14.0",
"execa": "^1.0.0",
"fixturify": "^0.3.4",
"hash.js": "^1.1.7",
"husky": "^1.2.0",
"husky": "^1.3.1",
"immutable": "^4.0.0-rc.12",
"is-reference": "^1.1.0",
"is-reference": "^1.1.1",
"istanbul": "^0.4.3",
"lint-staged": "^8.1.0",
"locate-character": "^2.0.5",
Expand All @@ -94,15 +94,15 @@
"pretty-ms": "^4.0.0",
"remap-istanbul": "^0.12.0",
"require-relative": "^0.8.7",
"rollup": "^0.67.4",
"rollup": "^1.0.1",
"rollup-plugin-alias": "^1.5.1",
"rollup-plugin-buble": "^0.19.4",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-string": "^2.0.2",
"rollup-plugin-terser": "^2.0.2",
"rollup-plugin-terser": "^4.0.1",
"rollup-plugin-typescript": "^1.0.0",
"rollup-pluginutils": "^2.3.3",
"sander": "^0.6.0",
Expand All @@ -111,9 +111,9 @@
"source-map": "^0.6.1",
"source-map-support": "^0.5.9",
"sourcemap-codec": "^1.4.4",
"terser": "^3.11.0",
"terser": "^3.14.1",
"tslib": "^1.9.3",
"tslint": "^5.11.0",
"tslint": "^5.12.0",
"turbocolor": "^2.6.1",
"typescript": "^3.2.2",
"url-parse": "^1.4.4"
Expand Down

0 comments on commit 5990b27

Please sign in to comment.