Browse Source

Upgrade dependencies

semi-dynamic-namespace-imports
Bogdan Chadkin 9 years ago
parent
commit
d248004a6a
  1. 14
      package.json

14
package.json

@ -3,6 +3,7 @@
"version": "0.34.2", "version": "0.34.2",
"description": "Next-generation ES6 module bundler", "description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js", "main": "dist/rollup.js",
"module": "dist/rollup.es.js",
"jsnext:main": "dist/rollup.es.js", "jsnext:main": "dist/rollup.es.js",
"bin": { "bin": {
"rollup": "./bin/rollup" "rollup": "./bin/rollup"
@ -34,7 +35,8 @@
], ],
"author": "Rich Harris", "author": "Rich Harris",
"contributors": [ "contributors": [
"Oskar Segersvärd <victorystick@gmail.com>" "Oskar Segersvärd <victorystick@gmail.com>",
"Bogdan Chadkin <trysound@yandex.ru>"
], ],
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
@ -43,7 +45,7 @@
"homepage": "https://github.com/rollup/rollup", "homepage": "https://github.com/rollup/rollup",
"devDependencies": { "devDependencies": {
"acorn": "^3.2.0", "acorn": "^3.2.0",
"buble": "^0.11.5", "buble": "^0.12.5",
"chalk": "^1.1.3", "chalk": "^1.1.3",
"codecov.io": "^0.1.6", "codecov.io": "^0.1.6",
"console-group": "^0.2.1", "console-group": "^0.2.1",
@ -52,14 +54,14 @@
"istanbul": "^0.4.3", "istanbul": "^0.4.3",
"magic-string": "^0.15.2", "magic-string": "^0.15.2",
"minimist": "^1.2.0", "minimist": "^1.2.0",
"mocha": "^2.5.3", "mocha": "^3.0.0",
"remap-istanbul": "^0.6.4", "remap-istanbul": "^0.6.4",
"require-relative": "^0.8.7", "require-relative": "^0.8.7",
"rollup": "^0.32.0", "rollup": "^0.34.2",
"rollup-plugin-buble": "^0.11.0", "rollup-plugin-buble": "^0.12.1",
"rollup-plugin-commonjs": "^3.0.0", "rollup-plugin-commonjs": "^3.0.0",
"rollup-plugin-json": "^2.0.0", "rollup-plugin-json": "^2.0.0",
"rollup-plugin-node-resolve": "^1.7.0", "rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-replace": "^1.1.0", "rollup-plugin-replace": "^1.1.0",
"rollup-plugin-string": "^2.0.0", "rollup-plugin-string": "^2.0.0",
"sander": "^0.5.1", "sander": "^0.5.1",

Loading…
Cancel
Save