|
65 | 65 | "blockies-ts": "^1.0.0",
|
66 | 66 | "classnames": "^2.0.0",
|
67 | 67 | "framer-motion": "^11.3.0",
|
68 |
| - "luxon": "^3.4.4", |
| 68 | + "luxon": "^3.5.0", |
69 | 69 | "react-dropzone": "^14.2.0",
|
70 | 70 | "react-imask": "^7.6.0",
|
71 | 71 | "sanitize-html": "^2.13.0",
|
|
81 | 81 | "wagmi": "^2.12.0"
|
82 | 82 | },
|
83 | 83 | "devDependencies": {
|
84 |
| - "@babel/core": "^7.24.9", |
85 |
| - "@babel/preset-env": "^7.25.0", |
| 84 | + "@babel/core": "^7.25.2", |
| 85 | + "@babel/preset-env": "^7.25.3", |
86 | 86 | "@babel/preset-react": "^7.24.7",
|
87 | 87 | "@babel/preset-typescript": "^7.24.7",
|
88 | 88 | "@rollup/plugin-commonjs": "^26.0.1",
|
|
91 | 91 | "@rollup/plugin-terser": "^0.4.4",
|
92 | 92 | "@rollup/plugin-typescript": "^11.1.6",
|
93 | 93 | "@storybook/addon-designs": "^8.0.3",
|
94 |
| - "@storybook/addon-essentials": "^8.2.6", |
95 |
| - "@storybook/addon-links": "^8.2.6", |
| 94 | + "@storybook/addon-essentials": "^8.2.7", |
| 95 | + "@storybook/addon-links": "^8.2.7", |
96 | 96 | "@storybook/addon-styling-webpack": "^1.0.0",
|
97 | 97 | "@storybook/addon-webpack5-compiler-babel": "^3.0.3",
|
98 |
| - "@storybook/blocks": "^8.2.6", |
99 |
| - "@storybook/react": "^8.2.6", |
100 |
| - "@storybook/react-webpack5": "^8.2.6", |
| 98 | + "@storybook/blocks": "^8.2.7", |
| 99 | + "@storybook/react": "^8.2.7", |
| 100 | + "@storybook/react-webpack5": "^8.2.7", |
101 | 101 | "@storybook/storybook-deployer": "^2.8.16",
|
102 | 102 | "@svgr/rollup": "^8.1.0",
|
103 | 103 | "@svgr/webpack": "^8.1.0",
|
104 | 104 | "@tailwindcss/typography": "^0.5.12",
|
105 |
| - "@tanstack/react-query": "^5.51.15", |
| 105 | + "@tanstack/react-query": "^5.51.21", |
106 | 106 | "@testing-library/dom": "^10.4.0",
|
107 | 107 | "@testing-library/jest-dom": "^6.4.8",
|
108 | 108 | "@testing-library/react": "^16.0.0",
|
|
113 | 113 | "@types/sanitize-html": "^2.9.0",
|
114 | 114 | "@typescript-eslint/eslint-plugin": "^7.18.0",
|
115 | 115 | "@typescript-eslint/parser": "^7.18.0",
|
116 |
| - "autoprefixer": "^10.4.19", |
| 116 | + "autoprefixer": "^10.4.20", |
117 | 117 | "cross-env": "^7.0.3",
|
118 | 118 | "eslint": "^8.57.0",
|
119 | 119 | "eslint-plugin-import": "^2.29.1",
|
|
126 | 126 | "husky": "^9.1.4",
|
127 | 127 | "jest": "^29.7.0",
|
128 | 128 | "jest-environment-jsdom": "^29.7.0",
|
129 |
| - "lint-staged": "^15.2.7", |
| 129 | + "lint-staged": "^15.2.8", |
130 | 130 | "postcss": "^8.4.40",
|
131 | 131 | "postcss-loader": "^8.1.1",
|
132 | 132 | "prettier": "^3.3.3",
|
133 | 133 | "prettier-plugin-organize-imports": "^4.0.0",
|
134 | 134 | "prettier-plugin-tailwindcss": "^0.6.5",
|
135 | 135 | "react": "^18.3.1",
|
136 | 136 | "react-dom": "^18.3.1",
|
137 |
| - "rollup": "^4.19.1", |
| 137 | + "rollup": "^4.20.0", |
138 | 138 | "rollup-plugin-peer-deps-external": "^2.2.4",
|
139 | 139 | "rollup-plugin-postcss": "^4.0.2",
|
140 | 140 | "rollup-plugin-visualizer": "^5.12.0",
|
141 |
| - "storybook": "^8.2.6", |
| 141 | + "storybook": "^8.2.7", |
142 | 142 | "tailwindcss": "^3.4.7",
|
143 |
| - "ts-jest": "^29.2.3", |
| 143 | + "ts-jest": "^29.2.4", |
144 | 144 | "typescript": "^5.5.4",
|
145 |
| - "viem": "^2.18.4", |
146 |
| - "wagmi": "^2.12.1" |
| 145 | + "viem": "^2.18.8", |
| 146 | + "wagmi": "^2.12.2" |
147 | 147 | },
|
148 | 148 | "bugs": {
|
149 | 149 | "url": "https://github.com/aragon/ods/issues"
|
|
161 | 161 | "./build.css": "./build.css",
|
162 | 162 | "./tailwind.config": "./tailwind.config.js"
|
163 | 163 | },
|
164 |
| - "packageManager": "yarn@4.3.1" |
| 164 | + "packageManager": "yarn@4.4.0" |
165 | 165 | }
|
0 commit comments