Skip to content

Commit 9cfd038

Browse files
authored
chore: Update dependencies (#91)
1 parent f0c1898 commit 9cfd038

File tree

2 files changed

+185
-170
lines changed

2 files changed

+185
-170
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"main": "lib/index.js",
99
"scripts": {
10-
"build": "BABEL_ENV=production babel src -d lib --delete-dir-on-start",
10+
"build": "babel src -d lib --delete-dir-on-start",
1111
"lint": "eslint examples/*/src src test *.js",
1212
"prepublish": "npm run build",
1313
"tdd": "cross-env NODE_ENV=test karma start",
@@ -52,10 +52,10 @@
5252
"warning": "^4.0.3"
5353
},
5454
"devDependencies": {
55-
"@4c/babel-preset": "^4.1.5",
55+
"@4c/babel-preset": "^5.0.4",
5656
"@babel/cli": "^7.2.3",
57-
"@babel/core": "^7.3.4",
58-
"@babel/polyfill": "^7.2.5",
57+
"@babel/core": "^7.4.0",
58+
"@babel/polyfill": "^7.4.0",
5959
"babel-eslint": "^10.0.1",
6060
"babel-loader": "^8.0.5",
6161
"babel-plugin-add-module-exports": "^1.0.0",
@@ -65,7 +65,7 @@
6565
"cross-env": "^5.2.0",
6666
"dirty-chai": "^2.0.1",
6767
"eslint": "^5.15.3",
68-
"eslint-config-4catalyzer": "^0.8.0",
68+
"eslint-config-4catalyzer": "^0.8.1",
6969
"eslint-config-prettier": "^4.1.0",
7070
"eslint-plugin-import": "^2.16.0",
7171
"eslint-plugin-prettier": "^3.0.1",
@@ -82,7 +82,7 @@
8282
"lint-staged": "^8.1.5",
8383
"mocha": "^6.0.2",
8484
"prettier": "^1.16.4",
85-
"sinon": "^7.2.7",
85+
"sinon": "^7.3.0",
8686
"sinon-chai": "^3.3.0",
8787
"webpack": "^4.29.6"
8888
}

0 commit comments

Comments
 (0)