Skip to content

Commit 560d0f1

Browse files
authored
update npm dependencies
1 parent e449f3e commit 560d0f1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "sapling-chain",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Create a tree of hyperlinks that can be used in social media profiles. 🔗🌲😂",
55
"author": "Chris Reynolds <[email protected]>",
66
"license": "GPL-3.0-or-later",
7+
"type": "commonjs",
78
"main": "index.js",
89
"homepage": "",
910
"repository": {
@@ -32,17 +33,17 @@
3233
},
3334
"dependencies": {
3435
"gh-pages": "^4.0",
35-
"react": "^18.0",
36-
"react-dom": "^18.0",
36+
"react": "^17.0",
37+
"react-dom": "^17.0",
3738
"sass": "^1.56"
3839
},
3940
"devDependencies": {
4041
"concurrently": "^7.0",
41-
"del": "^7.0",
42+
"del": "^6.0",
4243
"gulp": "^4.0",
4344
"gulp-sass": "^5.1.0",
4445
"node-sass": "^7.0",
45-
"react-scripts": "^5.0"
46+
"react-scripts": "^4.0"
4647
},
4748
"browserslist": {
4849
"production": [

0 commit comments

Comments
 (0)