Skip to content

Commit 542abb3

Browse files
authored
10.2.4 (#750)
1 parent 7394924 commit 542abb3

2 files changed

Lines changed: 441 additions & 344 deletions

File tree

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
},
4141
"homepage": "https://github.com/bokuweb/react-rnd",
4242
"devDependencies": {
43-
"@babel/cli": "7.8.4",
44-
"@babel/core": "7.9.0",
45-
"@babel/plugin-proposal-class-properties": "7.8.3",
46-
"@babel/plugin-transform-modules-commonjs": "7.9.0",
47-
"@babel/preset-react": "7.9.4",
48-
"@babel/preset-typescript": "7.9.0",
49-
"@babel/traverse": "7.9.5",
50-
"@babel/types": "7.9.5",
43+
"@babel/cli": "7.12.8",
44+
"@babel/core": "7.12.9",
45+
"@babel/plugin-proposal-class-properties": "7.12.1",
46+
"@babel/plugin-transform-modules-commonjs": "7.12.1",
47+
"@babel/preset-react": "7.12.7",
48+
"@babel/preset-typescript": "7.12.7",
49+
"@babel/traverse": "7.12.9",
50+
"@babel/types": "7.12.7",
5151
"@emotion/core": "10.0.28",
5252
"@storybook/addon-actions": "5.3.18",
5353
"@storybook/addon-info": "5.3.18",
@@ -65,7 +65,7 @@
6565
"avaron": "0.2.0",
6666
"babel-core": "7.0.0-bridge.0",
6767
"babel-eslint": "10.1.0",
68-
"babel-loader": "8.1.0",
68+
"babel-loader": "8.2.2",
6969
"cpy-cli": "2.0.0",
7070
"cross-env": "7.0.2",
7171
"enzyme": "3.11.0",
@@ -86,7 +86,7 @@
8686
"rollup-plugin-typescript2": "0.22.0",
8787
"rollup-watch": "4.3.1",
8888
"sinon": "9.0.2",
89-
"tslint": "6.1.2",
89+
"tslint": "6.1.3",
9090
"tslint-eslint-rules": "5.4.0",
9191
"tslint-plugin-prettier": "2.3.0",
9292
"tslint-react": "5.0.0",
@@ -99,8 +99,8 @@
9999
"fixture": "./fixture.html"
100100
},
101101
"dependencies": {
102-
"re-resizable": "6.6.1",
102+
"re-resizable": "6.9.0",
103103
"react-draggable": "4.4.3",
104-
"tslib": "2.0.0"
104+
"tslib": "2.0.3"
105105
}
106106
}

0 commit comments

Comments
 (0)