Skip to content

Commit

Permalink
Feat/update deps (#51)
Browse files Browse the repository at this point in the history
* feat: update deps

* fix: eslint err

* feat: update styled components
  • Loading branch information
aspnxdd authored Jan 24, 2023
1 parent 623fb31 commit 2087bf5
Show file tree
Hide file tree
Showing 6 changed files with 7,487 additions and 5,272 deletions.
1 change: 1 addition & 0 deletions components/Table/HeaderTable.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-misused-promises */
import { Header, Button, StyledOcticon } from '@primer/react';
import { CheckIcon, SyncIcon } from '@primer/octicons-react';

Expand Down
1 change: 1 addition & 0 deletions components/Table/Row.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-misused-promises */
import {
Header,
Text,
Expand Down
48 changes: 25 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,37 @@
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@next/eslint-plugin-next": "^13.1.1",
"@primer/css": "^20.4.0",
"@primer/react": "^35.4.0",
"@solana/spl-token": "^0.2.0",
"@solana/wallet-adapter-base": "^0.9.5",
"@solana/wallet-adapter-react": "^0.15.5",
"@solana/wallet-adapter-react-ui": "^0.9.7",
"@solana/wallet-adapter-wallets": "^0.16.1",
"@solana/web3.js": "^1.44.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@next/eslint-plugin-next": "^13.1.5",
"@primer/css": "^20.8.0",
"@primer/octicons-react": "^17.10.2",
"@primer/react": "^35.17.0",
"@solana/spl-token": "^0.3.7",
"@solana/wallet-adapter-base": "^0.9.20",
"@solana/wallet-adapter-react": "^0.15.28",
"@solana/wallet-adapter-react-ui": "^0.9.27",
"@solana/wallet-adapter-wallets": "^0.19.10",
"@solana/web3.js": "^1.73.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"deepmerge": "^4.2.2",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"mongoose": "^6.4.7",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"sass": "^1.54.0",
"styled-components": "^5.3.5"
"mongoose": "^6.8.4",
"next": "13.1.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.57.1",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@types/node": "17.0.42",
"@types/react": "18.0.12",
"@types/react-dom": "18.0.5",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"eslint": "8.32.0",
"eslint-config-next": "13.1.5",
"git-tags": "0.2.4",
"prettier": "^2.6.2",
"typescript": "4.7.3"
"octicons-react": "link:@types/@primer/octicons-react",
"prettier": "^2.8.3",
"typescript": "4.9.4"
},
"lint-staged": {
"*.{ts,tsx}": "eslint --cache --fix",
Expand Down
Loading

0 comments on commit 2087bf5

Please sign in to comment.