Skip to content

Commit 0805322

Browse files
committed
Remove yarn.lock file
2 parents beda927 + abb63dd commit 0805322

File tree

2 files changed

+20
-6481
lines changed

2 files changed

+20
-6481
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -34,54 +34,54 @@
3434
"author": "",
3535
"license": "MPL-2.0",
3636
"dependencies": {
37-
"@boringer-avatars/vue3": "^0.2.1",
38-
"@devprotocol/dev-kit": "8.6.0",
37+
"@devprotocol/dev-kit": "8.6.1",
3938
"@devprotocol/util-ts": "4.0.0",
4039
"bignumber.js": "9.1.2",
41-
"ethers": "6.11.1",
42-
"ramda": "0.29.1",
40+
"ethers": "6.12.1",
41+
"ramda": "0.30.0",
42+
"sass": "1.77.2",
43+
"uuid": "^9.0.1",
44+
"@boringer-avatars/vue3": "^0.2.1",
4345
"remark": "^15.0.1",
44-
"sass": "1.75.0",
45-
"strip-markdown": "^6.0.0",
46-
"uuid": "^9.0.1"
46+
"strip-markdown": "^6.0.0"
4747
},
4848
"resolutions": {
4949
"@devprotocol/util-ts": "4.0.0"
5050
},
5151
"peerDependencies": {
5252
"@devprotocol/clubs-core": "^2.1.1 || ^3.0.0",
53-
"@devprotocol/clubs-plugin-posts": "^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^0.14.0 || ^0.15.0 || ^0.16.0 || ^0.17.0 || ^0.18.0"
53+
"@devprotocol/clubs-plugin-posts": "^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^0.14.0 || ^0.15.0 || ^0.16.0 || ^0.17.0 || ^0.18.0 || ^0.19.0 || ^0.20.0"
5454
},
5555
"devDependencies": {
5656
"@astrojs/svelte": "^5.0.0",
5757
"@astrojs/tailwind": "^5.0.0",
5858
"@astrojs/vue": "^4.0.0",
59-
"@ava/typescript": "4.1.0",
60-
"@devprotocol/clubs-core": "3.10.4",
61-
"@devprotocol/clubs-plugin-posts": "^0.19.1",
59+
"@ava/typescript": "5.0.0",
60+
"@devprotocol/clubs-core": "3.12.7",
61+
"@devprotocol/clubs-plugin-posts": "^0.20.0",
6262
"@rollup/plugin-typescript": "11.1.6",
6363
"@tailwindcss/typography": "^0.5.10",
6464
"@types/dotenv": "8.2.0",
65-
"@types/node": "20.12.7",
66-
"@types/ramda": "0.29.12",
67-
"@typescript-eslint/eslint-plugin": "7.6.0",
68-
"@typescript-eslint/parser": "7.6.0",
65+
"@types/node": "20.12.12",
66+
"@types/ramda": "0.30.0",
67+
"@typescript-eslint/eslint-plugin": "7.10.0",
68+
"@typescript-eslint/parser": "7.10.0",
6969
"astro": "^4.0.0",
70-
"ava": "6.1.2",
70+
"ava": "6.1.3",
7171
"dotenv": "16.4.5",
7272
"eslint": "8.57.0",
7373
"eslint-config-prettier": "9.1.0",
74-
"eslint-plugin-functional": "6.4.0",
74+
"eslint-plugin-functional": "6.5.1",
7575
"husky": "9.0.11",
7676
"prettier": "3.2.5",
7777
"prettier-plugin-astro": "^0.13.0",
7878
"prettier-plugin-svelte": "^3.0.0",
79-
"rimraf": "5.0.5",
80-
"rollup": "4.14.2",
79+
"rimraf": "5.0.7",
80+
"rollup": "4.18.0",
8181
"svelte": "^4.2.2",
8282
"tailwindcss": "3.4.3",
8383
"typescript": "5.4.5",
84-
"vue": "3.4.21"
84+
"vue": "3.4.27"
8585
},
8686
"ava": {
8787
"files": [

0 commit comments

Comments
 (0)