Skip to content

Commit

Permalink
Merge pull request #3754 from nulib/combined-dependencies
Browse files Browse the repository at this point in the history
Dependency Rollup
  • Loading branch information
mbklein authored Jan 5, 2024
2 parents ae053fc + f494906 commit 34bc89d
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 69 deletions.
126 changes: 63 additions & 63 deletions app/assets/package-lock.json

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

12 changes: 6 additions & 6 deletions app/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@honeybadger-io/js": "^6.5.3",
"@honeybadger-io/js": "^6.8.2",
"@honeybadger-io/react": "^6.1.7",
"@nulib/design-system": "^1.5.1",
"@radix-ui/react-dialog": "^1.0.5",
Expand All @@ -38,7 +38,7 @@
"bulma-switch": "^2.0.0",
"bulma-toast": "^2.4.3",
"classnames": "^2.5.1",
"downshift": "^8.2.3",
"downshift": "^8.3.1",
"edtf": "^4.5.1",
"esbuild-plugin-svgr": "^2.1.0",
"faker": "^5.5.3",
Expand Down Expand Up @@ -67,12 +67,12 @@
"use-clipboard-copy": "^0.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/plugin-transform-async-to-generator": "^7.22.5",
"@babel/preset-env": "^7.23.6",
"@babel/preset-env": "^7.23.7",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.6",
Expand All @@ -87,9 +87,9 @@
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.1.0",
"@testing-library/user-event": "^14.5.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.10",
"@types/react-beautiful-dnd": "^13.1.7",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-router-dom": "^5.3.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"coveralls": "^3.1.1",
Expand Down

0 comments on commit 34bc89d

Please sign in to comment.