Skip to content

Commit f60d82c

Browse files
author
Nicify
committed
chore: update deps
1 parent 07e52e7 commit f60d82c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-jsbox",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"description": "A custom React renderer for writing JSBox apps in React.",
55
"keywords": [
66
"React",
@@ -25,28 +25,28 @@
2525
"author": "Eva1ent",
2626
"repository": "github:Nicify/react-jsbox",
2727
"dependencies": {
28-
"react-reconciler": "^0.25.1"
28+
"react-reconciler": "^0.26.1"
2929
},
3030
"peerDependencies": {
31-
"react": "^16.13.1"
31+
"react": "^17.0.1"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "7.11.6",
35-
"@babel/plugin-proposal-class-properties": "7.10.4",
36-
"@babel/plugin-transform-runtime": "7.11.5",
37-
"@babel/preset-env": "7.11.5",
38-
"@babel/preset-react": "7.10.4",
39-
"@babel/runtime": "7.11.2",
34+
"@babel/core": "7.12.3",
35+
"@babel/plugin-proposal-class-properties": "7.12.1",
36+
"@babel/plugin-transform-runtime": "7.12.1",
37+
"@babel/preset-env": "7.12.1",
38+
"@babel/preset-react": "7.12.1",
39+
"@babel/runtime": "7.12.1",
4040
"babel-eslint": "10.1.0",
4141
"babel-preset-minify": "0.5.1",
42-
"eslint": "7.10.0",
42+
"eslint": "7.12.1",
4343
"eslint-plugin-babel": "5.3.1",
4444
"eslint-plugin-import": "2.22.1",
4545
"eslint-plugin-jsbox": "0.1.1",
46-
"eslint-plugin-react-hooks": "4.1.2",
46+
"eslint-plugin-react-hooks": "4.2.0",
4747
"prettier": "2.1.2",
48-
"react": "16.13.1",
49-
"rollup": "2.28.2",
48+
"react": "17.0.1",
49+
"rollup": "2.32.1",
5050
"rollup-plugin-babel": "4.4.0",
5151
"rollup-plugin-cleanup": "3.2.1",
5252
"rollup-plugin-commonjs": "10.1.0",

0 commit comments

Comments
 (0)