Skip to content

Commit

Permalink
Merge pull request #145 from bosonprotocol/update-react-kit2
Browse files Browse the repository at this point in the history
chore: upgrade react-kit
  • Loading branch information
albertfolch-redeemeum authored Apr 30, 2024
2 parents 0850a0b + 3e56e2f commit 84cea7a
Show file tree
Hide file tree
Showing 2 changed files with 234 additions and 41 deletions.
229 changes: 211 additions & 18 deletions package-lock.json

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

46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,6 @@
"name": "widgets",
"version": "0.1.0",
"private": true,
"dependencies": {
"@bosonprotocol/react-kit": "^0.30.0-alpha.1",
"@krakenjs/zoid": "^10.3.3",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.16",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"react": "^18.2.0",
"react-codecopy": "^5.0.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.9.0",
"react-scripts": "5.0.1",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.9",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "cross-env PORT=3006 react-app-rewired start",
"dev": "npm run start",
Expand Down Expand Up @@ -66,6 +43,29 @@
"last 1 safari version"
]
},
"dependencies": {
"@bosonprotocol/react-kit": "^0.30.0-alpha.6",
"@krakenjs/zoid": "^10.3.3",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.16",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"react": "^18.2.0",
"react-codecopy": "^5.0.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.9.0",
"react-scripts": "5.0.1",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.9",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@fleekhq/fleek-cli": "^0.1.8",
"@types/styled-components": "^5.1.26",
Expand Down

0 comments on commit 84cea7a

Please sign in to comment.