Skip to content

Commit ee8149b

Browse files
committed
Update dev-dependencies
1 parent 8defdc6 commit ee8149b

File tree

3 files changed

+1462
-1491
lines changed

3 files changed

+1462
-1491
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,22 @@
3838
"@babel/plugin-external-helpers": "^7.0.0",
3939
"@babel/preset-env": "^7.0.0",
4040
"@rollup/plugin-babel": "^5.0.0",
41-
"@rollup/plugin-commonjs": "^13.0.0",
41+
"@rollup/plugin-commonjs": "^15.0.0",
4242
"@rollup/plugin-json": "^4.0.0",
43-
"@rollup/plugin-node-resolve": "^8.0.0",
43+
"@rollup/plugin-node-resolve": "^9.0.0",
4444
"babel-eslint": "^10.0.0",
4545
"babel-jest": "^26.0.0",
4646
"eslint": "^7.0.0",
4747
"eslint-config-airbnb-base": "^14.0.0",
4848
"eslint-plugin-import": "^2.0.0",
4949
"glob": "^7.0.0",
50-
"hastscript": "^5.0.0",
50+
"hastscript": "^6.0.0",
5151
"jasmine-core": "^3.0.0",
5252
"jest-cli": "^26.0.0",
5353
"karma": "^5.0.0",
5454
"karma-chrome-launcher": "^3.0.0",
5555
"karma-firefox-launcher": "^1.0.0",
56-
"karma-jasmine": "^3.0.0",
56+
"karma-jasmine": "^4.0.0",
5757
"karma-mocha-reporter": "^2.0.0",
5858
"karma-rollup-preprocessor": "^7.0.0",
5959
"karma-safari-launcher": "^1.0.0",

rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import pkg from './package.json';
55
export default {
66
input: 'src/index.js',
77
output: [
8-
{ file: pkg.main, format: 'cjs' },
8+
{ file: pkg.main, format: 'cjs', exports: 'default' },
99
{ file: pkg.module, format: 'es' },
1010
],
1111
plugins: [

0 commit comments

Comments
 (0)