Skip to content

Commit 455d53a

Browse files
committed
sync
1 parent ae7bfe8 commit 455d53a

File tree

2 files changed

+88
-267
lines changed

2 files changed

+88
-267
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-frame",
3-
"version": "2.2.20",
3+
"version": "2.2.21",
44
"description": "React components within an iframe for isolated css styling",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
@@ -35,17 +35,17 @@
3535
},
3636
"devDependencies": {
3737
"babel-jest": "^24.8.0",
38-
"babel-preset-swiftcarrot": "^0.7.0",
38+
"babel-preset-swiftcarrot": "^1.0.0",
3939
"jest": "^24.8.0",
4040
"react": "^16.8.6",
4141
"react-dom": "^16.8.6",
4242
"react-test-renderer": "^16.8.6",
43-
"rollup": "^1.12.3",
44-
"rollup-plugin-babel": "^4.3.2",
45-
"rollup-plugin-commonjs": "^10.0.0",
46-
"rollup-plugin-node-resolve": "^5.0.0"
43+
"rollup": "^1.17.0",
44+
"rollup-plugin-babel": "^4.3.3",
45+
"rollup-plugin-commonjs": "^10.0.1",
46+
"rollup-plugin-node-resolve": "^5.2.0"
4747
},
4848
"dependencies": {
49-
"@babel/runtime": "^7.4.5"
49+
"@babel/runtime": "^7.5.5"
5050
}
5151
}

0 commit comments

Comments
 (0)