Skip to content

Commit 8f7e557

Browse files
committed
Merge branch 'main' of github.com:dev-protocol/clubs-core
2 parents f4bc798 + e5ea2a8 commit 8f7e557

File tree

5 files changed

+2324
-1761
lines changed

5 files changed

+2324
-1761
lines changed

.yarn/releases/yarn-4.5.3.cjs

Lines changed: 0 additions & 934 deletions
This file was deleted.

.yarn/releases/yarn-4.9.2.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-4.5.3.cjs
3+
yarnPath: .yarn/releases/yarn-4.9.2.cjs

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -110,29 +110,29 @@
110110
"@ethersproject/abstract-provider": "^5.7.0",
111111
"@metamask/detect-provider": "^2.0.0",
112112
"@tailwindcss/container-queries": "^0.1.1",
113-
"@vercel/blob": "^0.26.0",
113+
"@vercel/blob": "^0.27.0",
114114
"axios": "^1.6.7",
115115
"bignumber.js": "^9.1.2",
116116
"isomorphic-dompurify": "2.18.0",
117117
"js-base64": "^3.7.2",
118118
"lit": "^3.0.0",
119119
"marked": "^10.0.0",
120120
"p-queue": "^8.0.1",
121-
"ramda": "^0.30.0",
121+
"ramda": "^0.31.0",
122122
"rxjs": "^7.8.1",
123-
"video.js": "8.21.0",
124-
"yaml": "2.6.1"
123+
"video.js": "8.23.3",
124+
"yaml": "2.8.0"
125125
},
126126
"devDependencies": {
127127
"@astrojs/lit": "4.3.0",
128128
"@astrojs/react": "3.6.3",
129129
"@astrojs/svelte": "6.0.2",
130130
"@astrojs/vue": "4.5.3",
131131
"@eslint/js": "^9.12.0",
132-
"@rollup/plugin-commonjs": "28.0.1",
132+
"@rollup/plugin-commonjs": "28.0.6",
133133
"@rollup/plugin-multi-entry": "6.0.1",
134-
"@rollup/plugin-typescript": "12.1.1",
135-
"@rollup/pluginutils": "5.1.3",
134+
"@rollup/plugin-typescript": "12.1.4",
135+
"@rollup/pluginutils": "5.2.0",
136136
"@tailwindcss/vite": "^4.0.7",
137137
"@types/dompurify": "^3.0.4",
138138
"@types/eslint-config-prettier": "^6.11.3",
@@ -141,45 +141,45 @@
141141
"@types/gulp": "^4.0.17",
142142
"@types/gulp-sass": "^5.0.4",
143143
"@types/marked": "^6.0.0",
144-
"@types/node": "22.10.1",
144+
"@types/node": "22.16.0",
145145
"@types/ramda": "0.30.2",
146-
"@types/react": "18.3.12",
147-
"@types/react-dom": "18.3.1",
146+
"@types/react": "18.3.23",
147+
"@types/react-dom": "18.3.7",
148148
"@webcomponents/template-shadowroot": "0.2.1",
149149
"astro": "4.16.15",
150-
"autoprefixer": "10.4.20",
150+
"autoprefixer": "10.4.21",
151151
"del-cli": "^6.0.0",
152152
"eslint": "^9.12.0",
153-
"eslint-config-prettier": "^9.1.0",
153+
"eslint-config-prettier": "^10.0.0",
154154
"eslint-plugin-functional": "^7.0.2",
155-
"ethers": "6.13.4",
156-
"glob": "11.0.0",
155+
"ethers": "6.15.0",
156+
"glob": "11.0.3",
157157
"globals": "^15.10.0",
158158
"gulp": "^5.0.0",
159159
"gulp-sass": "^6.0.0",
160160
"husky": "9.1.7",
161161
"jsdom": "^25.0.0",
162-
"npm-run-all2": "7.0.1",
162+
"npm-run-all2": "7.0.2",
163163
"open-cli": "^8.0.0",
164-
"postcss": "8.4.49",
164+
"postcss": "8.5.6",
165165
"prettier": "2.8.8",
166-
"prettier-plugin-astro": "0.10.0",
166+
"prettier-plugin-astro": "0.14.1",
167167
"prettier-plugin-svelte": "^2.9.0",
168168
"prettier-plugin-tailwindcss": "^0.4.0",
169169
"react": "18.3.1",
170170
"react-dom": "18.3.1",
171171
"redis": "^4.7.0",
172-
"rollup": "4.28.0",
173-
"rollup-plugin-dts": "6.1.1",
174-
"sass": "1.81.1",
175-
"svelte": "5.4.0",
172+
"rollup": "4.44.1",
173+
"rollup-plugin-dts": "6.2.1",
174+
"sass": "1.89.2",
175+
"svelte": "5.35.2",
176176
"svelte-check": "^4.0.0",
177177
"tailwindcss": "^4.0.7",
178-
"typedoc": "^0.27.0",
179-
"typescript": "5.6.3",
178+
"typedoc": "^0.28.0",
179+
"typescript": "5.8.3",
180180
"typescript-eslint": "^8.8.0",
181181
"vitest": "^1.3.1",
182-
"vue": "3.5.13",
182+
"vue": "3.5.17",
183183
"vue-tsc": "^2.0.0"
184184
},
185185
"peerDependencies": {
@@ -213,5 +213,5 @@
213213
},
214214
"homepage": "https://github.com/dev-protocol/clubs-core#readme",
215215
"type": "module",
216-
"packageManager": "yarn@4.5.3"
216+
"packageManager": "yarn@4.9.2"
217217
}

0 commit comments

Comments
 (0)