Skip to content

Commit

Permalink
Merge pull request #55 from TheAsel/encounter-pagination
Browse files Browse the repository at this point in the history
Encounter builder table pagination
  • Loading branch information
TheAsel authored Dec 15, 2024
2 parents 1f5630e + b97e616 commit 9aeeb9d
Show file tree
Hide file tree
Showing 13 changed files with 1,472 additions and 3,567 deletions.
Binary file modified bun.lockb
Binary file not shown.
3,943 changes: 951 additions & 2,992 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bybe-frontend",
"version": "2.3.0",
"version": "2.4.0",
"description": "Beyond Your Bestiary Explorer (BYBE) is a one-stop shop for the most useful tools for Pathfinder Second Edition GMs",
"productName": "BYBE - Pathfinder 2e GM Tools",
"author": "TheAsel",
Expand All @@ -16,21 +16,21 @@
},
"dependencies": {
"@quasar/extras": "^1.16.15",
"@unhead/vue": "^1.11.13",
"@unhead/vue": "^1.11.14",
"lodash-es": "^4.17.21",
"pinia": "^2.3.0",
"quasar": "^2.17.4",
"quasar": "^2.17.5",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue3-tour": "1.0.3"
},
"devDependencies": {
"@quasar/app-vite": "^2.0.1",
"@quasar/app-vite": "^2.0.2",
"@quasar/cli": "2.4.1",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"autoprefixer": "^10.4.20",
"dotenv": "16.4.7",
"eslint": "^8.57.1",
Expand Down
Loading

0 comments on commit 9aeeb9d

Please sign in to comment.