Skip to content

Commit

Permalink
build(nodejs): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha committed Jan 9, 2022
1 parent 89e8a91 commit 500105f
Show file tree
Hide file tree
Showing 7 changed files with 510 additions and 320 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

.idea
.DS_Store
node_modules
/.pnp
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions jest-setup.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import '@testing-library/jest-dom'
1 change: 0 additions & 1 deletion jest.setup.js

This file was deleted.

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"ismobilejs": "^1.1.1",
"jazzicon-ts": "^1.0.0",
"kbar": "^0.1.0-beta.24",
"next": "11.1.2",
"next": "11.1.3",
"next-seo": "^4.28.1",
"omit-ts": "^1.0.1",
"react": "17.0.2",
Expand All @@ -67,10 +67,12 @@
"@typechain/ethers-v5": "^7.0.1",
"@types/classnames": "^2.3.1",
"@types/gtag.js": "^0.0.8",
"@types/jest": "^27.0.3",
"@types/jest": "^27.4.0",
"@types/node": "^14",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"autoprefixer": "^10.3.3",
"babel-jest": "^27.4.5",
"csstype": "^2.6.2",
Expand All @@ -80,13 +82,13 @@
"eslint-config-prettier": "^8.3.0",
"ganache-cli": "^6.12.2",
"identity-obj-proxy": "^3.0.0",
"jest": "27.0.0",
"jest": "^27.4.7",
"lint-staged": "^11.1.2",
"postcss": "^8.3.6",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.1",
"tailwindcss": "^2.2.8",
"ts-jest": "27.0.0",
"ts-jest": "^27.1.2",
"ts-node": "^10.4.0",
"typechain": "5.1.2",
"typescript": "^4",
Expand Down
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx"
, "jest.config.js", "__tests__/depositStake.js" ],
"**/*.tsx",
"./jest-setup.ts",
"jest.config.js", "__tests__/depositStake.ts" ],
"exclude": [
"node_modules",
"./contracts/types/DictatorDAOFactory.ts"
Expand Down
Loading

0 comments on commit 500105f

Please sign in to comment.