Skip to content

Commit 7045967

Browse files
committed
feat: bump lib
1 parent ec4e495 commit 7045967

File tree

1 file changed

+85
-85
lines changed

1 file changed

+85
-85
lines changed

package.json

Lines changed: 85 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -1,87 +1,87 @@
11
{
2-
"name": "yearnfi",
3-
"version": "0.3.7",
4-
"scripts": {
5-
"dev": "next",
6-
"inspect": "NODE_OPTIONS='--inspect' next",
7-
"dev:ts": "tsc --watch",
8-
"start": "tsc && next build && next start",
9-
"build": "tsc && next build",
10-
"export": "tsc && next build && next export -o ipfs",
11-
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
12-
"prettier": "prettier --check \"./**/**/*.{json,js,ts,tsx,scss}\"",
13-
"prettier-format": "prettier --config .prettierrc \"./**/**/*.{json,js,ts,tsx,scss,md}\" --write",
14-
"tslint": "tsc -p tsconfig.json --noEmit",
15-
"bump": "bump",
16-
"test": "vitest run"
17-
},
18-
"dependencies": {
19-
"@builtbymom/web3": "0.0.157",
20-
"@cowprotocol/cow-sdk": "2.1.0",
21-
"@headlessui/react": "^2.0.4",
22-
"@rainbow-me/rainbowkit": "2.1.3",
23-
"@tailwindcss/typography": "^0.5.13",
24-
"@tanstack/react-query": "^5.51.11",
25-
"@wagmi/core": "^2.11.7",
26-
"@yearn-finance/web-lib": "^4.0.10",
27-
"axios": "^1.7.2",
28-
"ethers": "5.7.2",
29-
"framer-motion": "^11.2.10",
30-
"graphql": "^16.8.2",
31-
"graphql-request": "^7.0.1",
32-
"next": "^14.2.5",
33-
"next-plausible": "^3.12.0",
34-
"next-pwa": "^5.6.0",
35-
"nprogress": "^0.2.0",
36-
"react": "^18.3.1",
37-
"react-dom": "^18.3.1",
38-
"react-paginate": "^8.2.0",
39-
"recharts": "^2.12.7",
40-
"swr": "^2.2.5",
41-
"viem": "2.17.3",
42-
"vite": "^5.2.13",
43-
"wagmi": "2.10.10",
44-
"xxhashjs": "^0.2.2",
45-
"zod": "^3.23.8"
46-
},
47-
"devDependencies": {
48-
"@next/bundle-analyzer": "^14.2.4",
49-
"@next/eslint-plugin-next": "^14.2.4",
50-
"@testing-library/react": "^16.0.0",
51-
"@types/node": "^20.14.2",
52-
"@types/react": "^18.3.3",
53-
"@types/react-dom": "^18.3.0",
54-
"@typescript-eslint/eslint-plugin": "^7.13.0",
55-
"@typescript-eslint/parser": "^7.13.0",
56-
"@vitejs/plugin-react": "^4.3.1",
57-
"autoprefixer": "^10.4.19",
58-
"babel-loader": "^9.1.3",
59-
"bump": "^0.2.5",
60-
"eslint": "^8.57.0",
61-
"eslint-config-next": "^14.2.4",
62-
"eslint-config-prettier": "^9.1.0",
63-
"eslint-import-resolver-typescript": "^3.6.1",
64-
"eslint-plugin-brackets": "^0.1.3",
65-
"eslint-plugin-import": "^2.29.1",
66-
"eslint-plugin-react": "^7.34.2",
67-
"eslint-plugin-react-hooks": "^4.6.2",
68-
"eslint-plugin-simple-import-sort": "^12.1.0",
69-
"eslint-plugin-tailwindcss": "^3.17.3",
70-
"eslint-plugin-unused-imports": "^4.0.0",
71-
"husky": "^9.0.11",
72-
"lint-staged": "^15.2.7",
73-
"next-transpile-modules": "^10.0.1",
74-
"postcss": "^8.4.38",
75-
"postcss-import": "^16.1.0",
76-
"postcss-nesting": "^12.1.5",
77-
"prettier": "^3.3.2",
78-
"sass": "^1.77.5",
79-
"stylelint": "^16.6.1",
80-
"stylelint-config-standard": "^36.0.0",
81-
"tailwindcss": "^3.4.4",
82-
"ts-loader": "^9.5.1",
83-
"typescript": "^5.5.3",
84-
"vitest": "^1.6.0",
85-
"webpack": "^5.92.1"
86-
}
2+
"name": "yearnfi",
3+
"version": "0.3.7",
4+
"scripts": {
5+
"dev": "next",
6+
"inspect": "NODE_OPTIONS='--inspect' next",
7+
"dev:ts": "tsc --watch",
8+
"start": "tsc && next build && next start",
9+
"build": "tsc && next build",
10+
"export": "tsc && next build && next export -o ipfs",
11+
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
12+
"prettier": "prettier --check \"./**/**/*.{json,js,ts,tsx,scss}\"",
13+
"prettier-format": "prettier --config .prettierrc \"./**/**/*.{json,js,ts,tsx,scss,md}\" --write",
14+
"tslint": "tsc -p tsconfig.json --noEmit",
15+
"bump": "bump",
16+
"test": "vitest run"
17+
},
18+
"dependencies": {
19+
"@builtbymom/web3": "^0.0.201",
20+
"@cowprotocol/cow-sdk": "2.1.0",
21+
"@headlessui/react": "^2.0.4",
22+
"@rainbow-me/rainbowkit": "2.1.3",
23+
"@tailwindcss/typography": "^0.5.13",
24+
"@tanstack/react-query": "^5.51.11",
25+
"@wagmi/core": "^2.11.7",
26+
"@yearn-finance/web-lib": "^4.0.10",
27+
"axios": "^1.7.2",
28+
"ethers": "5.7.2",
29+
"framer-motion": "^11.2.10",
30+
"graphql": "^16.8.2",
31+
"graphql-request": "^7.0.1",
32+
"next": "^14.2.5",
33+
"next-plausible": "^3.12.0",
34+
"next-pwa": "^5.6.0",
35+
"nprogress": "^0.2.0",
36+
"react": "^18.3.1",
37+
"react-dom": "^18.3.1",
38+
"react-paginate": "^8.2.0",
39+
"recharts": "^2.12.7",
40+
"swr": "^2.2.5",
41+
"viem": "2.17.3",
42+
"vite": "^5.2.13",
43+
"wagmi": "2.10.10",
44+
"xxhashjs": "^0.2.2",
45+
"zod": "^3.23.8"
46+
},
47+
"devDependencies": {
48+
"@next/bundle-analyzer": "^14.2.4",
49+
"@next/eslint-plugin-next": "^14.2.4",
50+
"@testing-library/react": "^16.0.0",
51+
"@types/node": "^20.14.2",
52+
"@types/react": "^18.3.3",
53+
"@types/react-dom": "^18.3.0",
54+
"@typescript-eslint/eslint-plugin": "^7.13.0",
55+
"@typescript-eslint/parser": "^7.13.0",
56+
"@vitejs/plugin-react": "^4.3.1",
57+
"autoprefixer": "^10.4.19",
58+
"babel-loader": "^9.1.3",
59+
"bump": "^0.2.5",
60+
"eslint": "^8.57.0",
61+
"eslint-config-next": "^14.2.4",
62+
"eslint-config-prettier": "^9.1.0",
63+
"eslint-import-resolver-typescript": "^3.6.1",
64+
"eslint-plugin-brackets": "^0.1.3",
65+
"eslint-plugin-import": "^2.29.1",
66+
"eslint-plugin-react": "^7.34.2",
67+
"eslint-plugin-react-hooks": "^4.6.2",
68+
"eslint-plugin-simple-import-sort": "^12.1.0",
69+
"eslint-plugin-tailwindcss": "^3.17.3",
70+
"eslint-plugin-unused-imports": "^4.0.0",
71+
"husky": "^9.0.11",
72+
"lint-staged": "^15.2.7",
73+
"next-transpile-modules": "^10.0.1",
74+
"postcss": "^8.4.38",
75+
"postcss-import": "^16.1.0",
76+
"postcss-nesting": "^12.1.5",
77+
"prettier": "^3.3.2",
78+
"sass": "^1.77.5",
79+
"stylelint": "^16.6.1",
80+
"stylelint-config-standard": "^36.0.0",
81+
"tailwindcss": "^3.4.4",
82+
"ts-loader": "^9.5.1",
83+
"typescript": "^5.5.3",
84+
"vitest": "^1.6.0",
85+
"webpack": "^5.92.1"
86+
}
8787
}

0 commit comments

Comments
 (0)