Skip to content

Commit 741fa71

Browse files
committed
Bump version and upgraded libraries
1 parent 24158bb commit 741fa71

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-easy-edit",
3-
"version": "1.13.2",
3+
"version": "1.13.3",
44
"description": "A react library for inline editing components",
55
"keywords": [
66
"content editable",
@@ -50,19 +50,19 @@
5050
"not op_mini all"
5151
],
5252
"devDependencies": {
53-
"@babel/cli": "^7.12.10",
54-
"@babel/core": "^7.12.10",
55-
"@babel/plugin-proposal-class-properties": "^7.12.1",
56-
"@babel/preset-env": "^7.12.11",
57-
"@babel/preset-react": "^7.12.10",
58-
"@rollup/plugin-babel": "^5.2.1",
59-
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
53+
"@babel/cli": "^7.14.8",
54+
"@babel/core": "^7.14.8",
55+
"@babel/plugin-proposal-class-properties": "^7.14.5",
56+
"@babel/preset-env": "^7.14.8",
57+
"@babel/preset-react": "^7.14.5",
58+
"@rollup/plugin-babel": "^5.3.0",
59+
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
6060
"enzyme": "3.11.0",
6161
"prop-types": "^15.7.2",
6262
"react": "^17.0.2",
6363
"react-dom": "^17.0.2",
6464
"react-scripts": "^3.4.4",
65-
"rollup": "2.50.0",
65+
"rollup": "2.53.3",
6666
"rollup-plugin-postcss": "^3.1.8",
6767
"rollup-plugin-terser": "^7.0.2"
6868
}

0 commit comments

Comments
 (0)