Skip to content

Commit

Permalink
fix: dependency version issue with vue/pinia caused type errors (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
liana-p committed Jan 22, 2024
1 parent 944df25 commit a524b6f
Show file tree
Hide file tree
Showing 8 changed files with 859 additions and 4,539 deletions.
4 changes: 2 additions & 2 deletions demo-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"electron-squirrel-startup": "^1.0.0",
"es6-promise": "^4.2.8",
"narrat": "^3.2.0",
"pinia": "^2.0.14",
"pinia": "^2.1.7",
"steamworks.js": "^0.0.18",
"vue": "^3.2.37"
"vue": "^3.4.15"
},
"devDependencies": {
"@electron-forge/cli": "^6.0.0-beta.57",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-narrat/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"electron-squirrel-startup": "^1.0.0",
"es6-promise": "^4.2.8",
"narrat": "3.7.1",
"pinia": "^2.1.4",
"pinia": "^2.1.7",
"steamworks.js": "^0.2.0",
"vue": "^3.3.4"
"vue": "^3.4.15"
},
"devDependencies": {
"@electron-forge/cli": "^6.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/narrat-2d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
},
"peerDependencies": {
"narrat": "workspace:*",
"pinia": "^2.0.14",
"vue": "^3.2.37"
"pinia": "^2.1.7",
"vue": "^3.4.15"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"narrat": "workspace:*",
"pinia": "^2.0.14",
"pinia": "^2.1.7",
"tsc-alias": "^1.6.11",
"typescript": "^4.6.4",
"vite": "^4.3.9",
"vue": "^3.2.37",
"vue": "^3.4.15",
"vue-tsc": "^1.8.22"
}
}
4 changes: 2 additions & 2 deletions packages/narrat-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"monaco-yaml": "^5.1.0",
"narrat": "workspace:*",
"pinia": "^2.1.7",
"vue": "^3.3.4"
"vue": "^3.4.15"
},
"devDependencies": {
"@types/clone-deep": "^4.0.1",
Expand All @@ -42,7 +42,7 @@
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-narrat": "workspace:*",
"vite-plugin-windicss": "^1.9.0",
"vue-tsc": "^1.8.22",
"vue-tsc": "^1.8.27",
"windicss": "^3.5.6"
}
}
6 changes: 3 additions & 3 deletions packages/narrat-plugin-counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {},
"peerDependencies": {
"narrat": "workspace:*",
"pinia": "^2.0.14",
"pinia": "^2.1.7",
"vue": "^3.2.37"
},
"devDependencies": {
Expand All @@ -35,7 +35,7 @@
"vite": "^4.3.9",
"vue-tsc": "^1.8.22",
"narrat": "workspace:*",
"pinia": "^2.0.14",
"vue": "^3.2.37"
"pinia": "^2.1.7",
"vue": "^3.4.15"
}
}
Loading

0 comments on commit a524b6f

Please sign in to comment.