Skip to content

Commit d3dc643

Browse files
committed
Release 0.17.4
1 parent 27d3f37 commit d3dc643

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.babelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"es2015"
66
],
77
"plugins": [
8+
"transform-runtime",
89
"transform-decorators-legacy",
910
"transform-class-properties",
1011
"transform-proto-to-assign",

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-form-controlled",
3-
"version": "0.17.3",
3+
"version": "0.17.4",
44
"description": "React controlled form components",
55
"author": {
66
"name": "Zlatko Fedor",
@@ -36,22 +36,23 @@
3636
},
3737
"dependencies": {
3838
"diacritics": "^1.2.3",
39-
"ajv": "^4.9.2",
39+
"ajv": "^4.10.0",
4040
"lodash": "^4.17.2",
41-
"core-decorators": "^0.14.0"
41+
"core-decorators": "^0.15.0"
4242
},
4343
"devDependencies": {
4444
"babel-cli": "^6.18.0",
45-
"babel-core": "^6.18.2",
45+
"babel-core": "^6.20.0",
4646
"babel-eslint": "^7.1.1",
4747
"babel-plugin-transform-class-properties": "^6.19.0",
4848
"babel-plugin-transform-decorators-legacy": "^1.3.4",
4949
"babel-plugin-transform-proto-to-assign": "^6.9.0",
50+
"babel-plugin-transform-runtime": "^6.15.0",
5051
"babel-preset-es2015": "^6.18.0",
5152
"babel-preset-react": "^6.16.0",
5253
"babel-preset-stage-0": "^6.16.0",
5354
"babel-preset-stage-1": "^6.16.0",
54-
"eslint": "^3.11.1",
55+
"eslint": "^3.12.1",
5556
"eslint-config-airbnb": "^13.0.0",
5657
"eslint-loader": "^1.6.1",
5758
"eslint-plugin-react": "^6.8.0",
@@ -68,7 +69,8 @@
6869
"enzyme": "^2.6.0"
6970
},
7071
"peerDependencies": {
71-
"react": "15.x"
72+
"react": "15.x",
73+
"babel-runtime": "^6.15.0"
7274
},
7375
"typings": "react-form-controlled.d.ts"
7476
}

0 commit comments

Comments
 (0)