-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update deps, improve editor UX, basic validation checks for tables
- Loading branch information
Nick Boughton
committed
Jul 15, 2022
1 parent
d992ec5
commit 0ed0fe1
Showing
6 changed files
with
662 additions
and
486 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "stargazer", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "An app for journaling solo Ironsworn: Starforged campaigns", | ||
"productName": "Stargazer", | ||
"author": "Nick Boughton <[email protected]>", | ||
|
@@ -11,14 +11,14 @@ | |
"test": "echo \"No test specified\" && exit 0" | ||
}, | ||
"dependencies": { | ||
"@quasar/extras": "^1.13.4", | ||
"@quasar/extras": "^1.14.3", | ||
"@svgdotjs/svg.js": "^3.1.1", | ||
"core-js": "^3.19.0", | ||
"dataforged": "^1.2.2", | ||
"dexie": "^3.0.3", | ||
"honeycomb-grid": "^3.1.8", | ||
"pinia": "^2.0.0", | ||
"quasar": "^2.6.2", | ||
"quasar": "^2.7.5", | ||
"sanitize-html": "^2.5.2", | ||
"seedrandom": "^3.0.5", | ||
"showdown": "^2.1.0", | ||
|
@@ -28,7 +28,7 @@ | |
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.15.8", | ||
"@quasar/app-webpack": "^3.4.7", | ||
"@quasar/app-webpack": "^3.5.7", | ||
"@types/node": "^16.11.6", | ||
"@types/sanitize-html": "^2.5.0", | ||
"@types/seedrandom": "^3.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.