Skip to content

Commit

Permalink
fix: 🚨 fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideSegullo committed Oct 30, 2024
1 parent 5eb31e7 commit c4930ff
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"cookies-next": "^4.2.1",
"superjson": "^2.2.1",
"zustand": "^4.5.0",
"@quirks/store": "0.27.2"
"@quirks/store": "0.27.3"
},
"peerDependencies": {
"next": "^13"
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"type": "module",
"dependencies": {
"@quirks/vue": "0.12.7",
"@quirks/store": "0.27.2"
"@quirks/store": "0.27.3"
},
"peerDependencies": {
"nuxt": "^3.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"sideEffects": false,
"type": "module",
"dependencies": {
"@quirks/store": "0.27.2",
"@quirks/store": "0.27.3",
"@quirks/core": "0.19.2",
"babel-plugin-module-resolver": "^5.0.0",
"@craftzdog/react-native-buffer": "^6.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"sideEffects": false,
"type": "module",
"dependencies": {
"@quirks/store": "0.27.2",
"@quirks/store": "0.27.3",
"@quirks/core": "0.19.2",
"cosmjs-types": "^0.9.0",
"@cosmjs/amino": "^0.32.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"superjson": "^2.2.1",
"zustand": "^4.5.0",
"js-cookie": "^3.0.5",
"@quirks/store": "0.27.2"
"@quirks/store": "0.27.3"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"sideEffects": false,
"type": "module",
"dependencies": {
"@quirks/store": "0.27.2",
"@quirks/store": "0.27.3",
"@quirks/core": "0.19.2",
"vue-zustand": "^0.6.0",
"eventemitter3": "^5.0.1",
Expand Down

0 comments on commit c4930ff

Please sign in to comment.