Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aromko committed May 29, 2024
1 parent b6c7aed commit c30ca96
Show file tree
Hide file tree
Showing 3 changed files with 7,743 additions and 5,957 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [RMS] Remember me service
# [RMS] Remember me service (DEPRECATED)

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,31 @@
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@marigold/components": "^5.6.0",
"@marigold/eslint-config": "^0.4.10",
"@marigold/jest-config": "^1.1.2",
"@emotion/styled": "^11.11.5",
"@marigold/components": "^7.8.0",
"@marigold/eslint-config": "^0.4.15",
"@marigold/jest-config": "^1.2.1",
"@marigold/prettier-config": "^0.3.1",
"@marigold/theme-b2b": "^24.0.0",
"@testing-library/dom": "^9.3.0",
"@testing-library/react": "^14.0.0",
"@marigold/theme-b2b": "^27.1.9",
"@testing-library/dom": "^10.1.0",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.15",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"bootstrap": "^5.2.3",
"jest": "^29.5.0",
"mongodb": "^5.5.0",
"next": "13.5.6",
"next-router-mock": "^0.9.3",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"mongodb": "^6.6.2",
"next": "14.2.3",
"next-router-mock": "^0.9.13",
"react": "^18.3.1",
"react-bootstrap": "^2.10.2",
"react-data-table-component": "^7.5.3",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"styled-components": "^6.0.0",
"typescript": "^5.0.4"
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.5",
"styled-components": "^6.1.11",
"typescript": "^5.4.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand Down
Loading

0 comments on commit c30ca96

Please sign in to comment.