Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into interledger-cards
Browse files Browse the repository at this point in the history
sidvishnoi authored Nov 6, 2024
2 parents 29fc836 + ef29a42 commit bcb899e
Showing 2 changed files with 180 additions and 257 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
"awilix": "^11.0.0",
"class-variance-authority": "^0.7.0",
"crypto-browserify": "^3.12.0",
"date-fns": "^3.6.0",
"date-fns": "^4.1.0",
"framer-motion": "^11.7.0",
"http-message-signatures": "^1.0.4",
"httpbis-digest-headers": "^1.0.0",
@@ -60,8 +60,8 @@
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@types/webextension-polyfill": "^0.12.1",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"archiver": "^7.0.1",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
@@ -72,9 +72,9 @@
"eslint": "^8.57.1",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"jest": "^29.7.0",
"jest-chrome": "^0.8.0",
@@ -87,7 +87,7 @@
"tailwindcss": "^3.4.13",
"ts-jest": "^29.2.5",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"engines": {
"pnpm": "^9.12.3",
425 changes: 174 additions & 251 deletions pnpm-lock.yaml

0 comments on commit bcb899e

Please sign in to comment.