Skip to content

Commit

Permalink
Merge pull request #2 from jazzsequence/fix-npm-deps
Browse files Browse the repository at this point in the history
update npm  dependencies
  • Loading branch information
jazzsequence authored Nov 8, 2022
2 parents e449f3e + 560d0f1 commit ba04596
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "sapling-chain",
"version": "1.1.0",
"version": "1.1.1",
"description": "Create a tree of hyperlinks that can be used in social media profiles. 🔗🌲😂",
"author": "Chris Reynolds <me@chrisreynolds.io>",
"license": "GPL-3.0-or-later",
"type": "commonjs",
"main": "index.js",
"homepage": "",
"repository": {
Expand Down Expand Up @@ -32,17 +33,17 @@
},
"dependencies": {
"gh-pages": "^4.0",
"react": "^18.0",
"react-dom": "^18.0",
"react": "^17.0",
"react-dom": "^17.0",
"sass": "^1.56"
},
"devDependencies": {
"concurrently": "^7.0",
"del": "^7.0",
"del": "^6.0",
"gulp": "^4.0",
"gulp-sass": "^5.1.0",
"node-sass": "^7.0",
"react-scripts": "^5.0"
"react-scripts": "^4.0"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit ba04596

Please sign in to comment.