Skip to content

Commit 0882251

Browse files
committed
chore: upgrade packages
1 parent 5f51ba1 commit 0882251

File tree

2 files changed

+561
-606
lines changed

2 files changed

+561
-606
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"dependencies": {
5454
"@braintree/sanitize-url": "^6.0.0",
5555
"@capsulesocial/capsule-config": "^1.2.6",
56+
"@capsulesocial/ipfs-wrapper": "1.0.1",
5657
"@nuxtjs/dotenv": "^1.4.1",
5758
"@nuxtjs/robots": "^2.5.0",
5859
"@stripe/stripe-js": "^1.35.0",
@@ -61,12 +62,11 @@
6162
"@toruslabs/openlogin-ed25519": "^2.0.0",
6263
"axios": "^0.27.2",
6364
"browser-image-compression": "^2.0.0",
64-
"dompurify": "^2.3.10",
65+
"dompurify": "^2.4.0",
6566
"highlight.js": "^11.6.0",
66-
"@capsulesocial/ipfs-wrapper": "1.0.1",
6767
"libsodium-wrappers": "^0.7.10",
6868
"lodash": "^4.17.21",
69-
"marked": "^4.0.18",
69+
"marked": "^4.0.19",
7070
"near-api-js": "^0.45.1",
7171
"nuxt": "^2.15.8",
7272
"portal-vue": "^2.1.7",
@@ -79,28 +79,28 @@
7979
"vuex-persist": "^3.1.3"
8080
},
8181
"devDependencies": {
82-
"@commitlint/cli": "^17.0.3",
83-
"@commitlint/config-conventional": "^17.0.3",
82+
"@commitlint/cli": "^17.1.2",
83+
"@commitlint/config-conventional": "^17.1.0",
8484
"@hcaptcha/types": "^1.0.2",
8585
"@nuxt/image": "^0.7.1",
8686
"@nuxt/types": "^2.15.8",
8787
"@nuxt/typescript-build": "^2.1.0",
8888
"@nuxtjs/eslint-config-typescript": "^10.0.0",
8989
"@nuxtjs/tailwindcss": "^4.2.1",
90-
"@types/dompurify": "^2.3.3",
90+
"@types/dompurify": "^2.3.4",
9191
"@types/libsodium-wrappers": "^0.7.9",
92-
"@types/lodash": "^4.14.182",
93-
"@types/marked": "^4.0.3",
92+
"@types/lodash": "^4.14.184",
93+
"@types/marked": "^4.0.6",
9494
"@types/quill": "^2.0.9",
9595
"@types/toastify-js": "^1.11.1",
9696
"@types/turndown": "^5.0.1",
97-
"eslint": "^8.21.0",
97+
"eslint": "^8.23.0",
9898
"eslint-config-prettier": "^8.5.0",
9999
"eslint-plugin-prettier-vue": "^4.2.0",
100100
"husky": "^8.0.1",
101101
"prettier": "^2.7.1",
102102
"ts-loader": "^8.3.0",
103-
"typescript": "^4.7.4"
103+
"typescript": "^4.8.2"
104104
},
105105
"resolutions": {
106106
"bn.js": "^5.2.1"

0 commit comments

Comments
 (0)