Skip to content

Commit

Permalink
NA - Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiscoelho committed Jan 29, 2024
1 parent a54b899 commit e1ccba9
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 10 deletions.
93 changes: 86 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,17 @@
"react-scripts": "5.0.1"
},
"devDependencies": {
"@babel/core": "7.23.6",
"@babel/eslint-parser": "7.23.3",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"semantic-release": "22.0.12",
"@babel/core": "7.23.6",
"@babel/eslint-parser": "7.23.3",
"chai": "4.3.7",
"eslint": "8.56.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-storybook": "^0.6.15",
"semantic-release": "22.0.12",
"stylelint": "16.0.2",
"stylelint-config-standard": "35.0.0"
}
Expand Down

0 comments on commit e1ccba9

Please sign in to comment.