Skip to content

Commit

Permalink
Upgrade packages (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
siegfried authored Apr 5, 2022
1 parent bea405e commit a1acea1
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 263 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,37 +12,37 @@
},
"dependencies": {
"@adaocommunity/cardano-serialization-lib-browser": "^10.0.5",
"@apollo/client": "^3.5.9",
"@apollo/client": "^3.5.10",
"@cardano-graphql/client-ts": "^6.2.0",
"@heroicons/react": "^1.0.6",
"axios": "^0.26.0",
"axios": "^0.26.1",
"buffer": "^6.0.3",
"cross-fetch": "^3.1.5",
"dexie": "^3.2.1",
"dexie-react-hooks": "^1.1.1",
"graphql": "^16.3.0",
"gun": "^0.2020.1236",
"nanoid": "^3.3.1",
"next": "12.0.10",
"nanoid": "^3.3.2",
"next": "12.1.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-number-format": "^4.9.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.0.0",
"@testing-library/react-hooks": "^7.0.2",
"@types/jest": "^27.4.1",
"@types/node": "17.0.17",
"@types/react": "17.0.39",
"autoprefixer": "^10.4.2",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"autoprefixer": "^10.4.4",
"cypress": "^9.5.3",
"eslint": "8.9.0",
"eslint-config-next": "12.0.10",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"jest": "^27.5.1",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.22",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"talkback": "^3.0.1",
"typescript": "4.5.5"
"typescript": "4.6.3"
}
}
3 changes: 2 additions & 1 deletion src/cardano/query-api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ test('getPolicyId', () => {
describe('GraphQL API', () => {
const config: Config = {
isMainnet: false,
queryAPI: { type: 'graphql', URI: 'http://localhost:8080' }
queryAPI: { type: 'graphql', URI: 'http://localhost:8080' },
gunPeers: []
}

const talkbackServer = talkback({
Expand Down
Loading

0 comments on commit a1acea1

Please sign in to comment.