Skip to content

Commit

Permalink
Merge pull request #396 from lightninglabs/update-deps
Browse files Browse the repository at this point in the history
chore: update npm dependencies
  • Loading branch information
jamaljsr authored Aug 3, 2022
2 parents b58d6af + ce24d59 commit c092b7e
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 303 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/app/'
schedule:
interval: 'weekly'
allow:
# Allow both direct and indirect updates for production packages.
# Ignores packages listed in devDependencies
- dependency-type: 'production'
18 changes: 9 additions & 9 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@
"react-dom": "17.0.2",
"react-i18next": "11.7.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.0",
"react-scripts": "^5.0.1",
"react-toastify": "6.0.6",
"react-virtualized": "9.21.2",
"reactour": "1.18.0",
"semver": "^7.3.5",
"styled-components": "5.1.1"
},
"devDependencies": {
"@storybook/addon-actions": "6.5.5",
"@storybook/addon-docs": "6.5.5",
"@storybook/addon-links": "6.5.5",
"@storybook/addons": "6.5.5",
"@storybook/builder-webpack5": "6.5.5",
"@storybook/manager-webpack5": "6.5.5",
"@storybook/preset-create-react-app": "4.1.1",
"@storybook/react": "6.5.5",
"@storybook/addon-actions": "6.5.9",
"@storybook/addon-docs": "6.5.9",
"@storybook/addon-links": "6.5.9",
"@storybook/addons": "6.5.9",
"@storybook/builder-webpack5": "6.5.9",
"@storybook/manager-webpack5": "6.5.9",
"@storybook/preset-create-react-app": "4.1.2",
"@storybook/react": "6.5.9",
"@testing-library/jest-dom": "5.11.5",
"@testing-library/react": "11.1.1",
"@testing-library/user-event": "12.2.0",
Expand Down
Loading

0 comments on commit c092b7e

Please sign in to comment.