Skip to content

Commit ff4901c

Browse files
committed
fix: update dependencies
1 parent e123dcb commit ff4901c

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,37 @@
55
"url": "http://gajus.com"
66
},
77
"dependencies": {
8-
"ajv": "^6.1.1",
9-
"ajv-keywords": "^3.1.0",
8+
"ajv": "^6.5.0",
9+
"ajv-keywords": "^3.2.0",
1010
"babel-plugin-syntax-jsx": "^6.18.0",
11-
"babel-types": "^6.19.0",
12-
"generic-names": "^1.0.2",
13-
"postcss": "^6.0.13",
11+
"babel-types": "^6.26.0",
12+
"generic-names": "^1.0.3",
13+
"postcss": "^6.0.22",
1414
"postcss-modules": "^1.1.0",
1515
"postcss-modules-extract-imports": "^1.1.0",
16-
"postcss-modules-local-by-default": "^1.1.1",
17-
"postcss-modules-parser": "^1.1.0",
18-
"postcss-modules-scope": "^1.0.2",
19-
"postcss-modules-values": "^1.2.2"
16+
"postcss-modules-local-by-default": "^1.2.0",
17+
"postcss-modules-parser": "^1.1.1",
18+
"postcss-modules-scope": "^1.1.0",
19+
"postcss-modules-values": "^1.3.0"
2020
},
2121
"description": "Transforms styleName to className using compile time CSS module resolution.",
2222
"devDependencies": {
23-
"babel-cli": "^6.18.0",
24-
"babel-helper-plugin-test-runner": "^6.18.0",
25-
"babel-plugin-transform-es2015-destructuring": "^6.19.0",
26-
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
27-
"babel-plugin-transform-es2015-parameters": "^6.18.0",
28-
"babel-plugin-transform-flow-strip-types": "^6.18.0",
29-
"babel-preset-es2015": "^6.18.0",
30-
"eslint": "^4.17.0",
23+
"babel-cli": "^6.26.0",
24+
"babel-helper-plugin-test-runner": "^6.24.1",
25+
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
26+
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
27+
"babel-plugin-transform-es2015-parameters": "^6.24.1",
28+
"babel-plugin-transform-flow-strip-types": "^6.22.0",
29+
"babel-preset-es2015": "^6.24.1",
30+
"eslint": "^4.19.1",
3131
"eslint-config-canonical": "^9.3.2",
32-
"flow-bin": "^0.64.0",
32+
"flow-bin": "^0.72.0",
3333
"husky": "^0.14.3",
34-
"mocha": "^5.0.0",
35-
"postcss-less": "^1.1.3",
34+
"mocha": "^5.2.0",
35+
"postcss-less": "^1.1.5",
3636
"postcss-nested": "^3.0.0",
37-
"postcss-scss": "^1.0.3",
38-
"semantic-release": "^12.4.1"
37+
"postcss-scss": "^1.0.5",
38+
"semantic-release": "^15.5.0"
3939
},
4040
"engines": {
4141
"node": ">4.0.0"

0 commit comments

Comments
 (0)