Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: patch vuex deprecation warning #3849

Merged
merged 2 commits into from Aug 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.