Skip to content

Commit

Permalink
Merge pull request #3849 from preschian/patch-vuex
Browse files Browse the repository at this point in the history
fix: patch vuex deprecation warning
  • Loading branch information
yangwao committed Aug 27, 2022
2 parents 21639d1 + f422da0 commit bb6dd60
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 8 deletions.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -108,7 +108,7 @@
"vue-markdown-render": "^1.1.3",
"vue-social-sharing": "^3.0.9",
"vue-tippy": "^4.16.0",
"vuex": "^3.6.2",
"vuex": "3.6.2",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
Expand Down Expand Up @@ -163,6 +163,9 @@
"pnpm": {
"overrides": {
"@substrate/smoldot-light": "^0.6.27"
},
"patchedDependencies": {
"vuex@3.6.2": "patches/vuex@3.6.2.patch"
}
}
}
13 changes: 13 additions & 0 deletions patches/vuex@3.6.2.patch
@@ -0,0 +1,13 @@
diff --git a/package.json b/package.json
index e8a851ea77ae4db3fb68127a36b73024ebff8f76..b380afb7b8c03060a07907a3ce406f4d45f56652 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
"require": "./dist/vuex.common.js",
"import": "./dist/vuex.mjs"
},
- "./": "./"
+ "./*": "./*"
},
"module": "dist/vuex.esm.js",
"unpkg": "dist/vuex.js",
20 changes: 13 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bb6dd60

Please sign in to comment.