Skip to content

Commit c850833

Browse files
committed
Update to React 18.2 to match Dash 3.0.0
1 parent 788d21d commit c850833

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

{{cookiecutter.project_shortname}}/package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "{{ cookiecutter.project_shortname }}",
33
"version": "0.0.1",
44
"description": "{{ cookiecutter.description }}",
5-
{% if cookiecutter.github_org -%}
5+
{% if cookiecutter.github_org -%
6+
}
67
"repository": {
78
"type": "git",
89
"url": "git://github.com/{{ cookiecutter.github_org }}/{{ cookiecutter.project_shortname.replace('_', '-') }}.git"
@@ -11,7 +12,8 @@
1112
"url": "https://github.com/{{ cookiecutter.github_org }}/{{ cookiecutter.project_shortname.replace('_', '-') }}/issues"
1213
},
1314
"homepage": "https://github.com/{{ cookiecutter.github_org }}/{{ cookiecutter.project_shortname.replace('_', '-') }}",
14-
{%- endif %}
15+
{%- endif %
16+
}
1517
"main": "build/index.js",
1618
"scripts": {
1719
"start": "webpack serve --config ./webpack.serve.config.js --open",
@@ -44,9 +46,9 @@
4446
"eslint-plugin-import": "^2.18.0",
4547
"eslint-plugin-react": "^7.14.2",
4648
"prop-types": "^15.8.1",
47-
"react": "^16.8.6",
49+
"react": "^18.2.0",
4850
"react-docgen": "^5.4.3",
49-
"react-dom": "^16.8.6",
51+
"react-dom": "^18.2.0",
5052
"style-loader": "^3.3.3",
5153
"styled-jsx": "^3.2.1",
5254
"webpack": "^5.84.1",
@@ -57,4 +59,4 @@
5759
"node": ">=8.11.0",
5860
"npm": ">=6.1.0"
5961
}
60-
}
62+
}

0 commit comments

Comments
 (0)