Codebase list leaflet / c3105ca
lock rollup version (#6647) * lock rollup version * revert karma-rollup-preprocessor Andrew Cherniavskii authored 5 years ago GitHub committed 5 years ago
2 changed file(s) with 5 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
1212 "karma-firefox-launcher": "~1.1.0",
1313 "karma-mocha": "^1.3.0",
1414 "karma-phantomjs-launcher": "^1.0.4",
15 "karma-rollup-preprocessor": "^7.0.0",
15 "karma-rollup-preprocessor": "^5.0.1",
1616 "karma-safari-launcher": "~1.0.0",
1717 "karma-sinon": "^1.0.5",
1818 "leafdoc": "^1.4.1",
1919 "mocha": "^6.1.4",
2020 "phantomjs-prebuilt": "^2.1.16",
2121 "prosthetic-hand": "^1.3.1",
22 "rollup": "^1.11.0",
22 "rollup": "0.51.8",
2323 "rollup-plugin-git-version": "0.2.1",
2424 "rollup-plugin-json": "^4.0.0",
2525 "sinon": "^7.3.2",
5858 plugins: [
5959 json()
6060 ],
61 output: {
62 format: 'umd',
63 name: 'L',
64 outro: outro
65 }
61 format: 'umd',
62 name: 'L',
63 outro: outro
6664 },
6765
6866 // test results reporter to use