mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
Remove pagination for now and update deps.
This commit is contained in:
parent
bac9b7f888
commit
c922587f55
3 changed files with 30 additions and 27 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "boredgame",
|
"name": "boredgame",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "NODE_OPTIONS=\"--inspect\" vite dev --host",
|
"dev": "NODE_OPTIONS=\"--inspect\" vite dev --host",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
"@sveltejs/adapter-auto": "1.0.0-next.72",
|
"@sveltejs/adapter-auto": "1.0.0-next.72",
|
||||||
"@sveltejs/kit": "1.0.0-next.480",
|
"@sveltejs/kit": "1.0.0-next.480",
|
||||||
"@types/cookie": "^0.5.1",
|
"@types/cookie": "^0.5.1",
|
||||||
"@types/node": "^18.11.5",
|
"@types/node": "^18.11.7",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.41.0",
|
"@typescript-eslint/eslint-plugin": "^5.41.0",
|
||||||
"@typescript-eslint/parser": "^5.41.0",
|
"@typescript-eslint/parser": "^5.41.0",
|
||||||
"carbon-components-svelte": "^0.70.12",
|
"carbon-components-svelte": "^0.70.12",
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
"svelte-preprocess": "^4.10.7",
|
"svelte-preprocess": "^4.10.7",
|
||||||
"tslib": "^2.0.0",
|
"tslib": "^2.0.0",
|
||||||
"typescript": "^4.8.4",
|
"typescript": "^4.8.4",
|
||||||
"vite": "^3.1.8"
|
"vite": "^3.2.0"
|
||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ specifiers:
|
||||||
'@sveltejs/kit': 1.0.0-next.480
|
'@sveltejs/kit': 1.0.0-next.480
|
||||||
'@types/cookie': ^0.5.1
|
'@types/cookie': ^0.5.1
|
||||||
'@types/feather-icons': ^4.7.0
|
'@types/feather-icons': ^4.7.0
|
||||||
'@types/node': ^18.11.5
|
'@types/node': ^18.11.7
|
||||||
'@typescript-eslint/eslint-plugin': ^5.41.0
|
'@typescript-eslint/eslint-plugin': ^5.41.0
|
||||||
'@typescript-eslint/parser': ^5.41.0
|
'@typescript-eslint/parser': ^5.41.0
|
||||||
carbon-components-svelte: ^0.70.12
|
carbon-components-svelte: ^0.70.12
|
||||||
|
|
@ -31,7 +31,7 @@ specifiers:
|
||||||
svelte-preprocess: ^4.10.7
|
svelte-preprocess: ^4.10.7
|
||||||
tslib: ^2.0.0
|
tslib: ^2.0.0
|
||||||
typescript: ^4.8.4
|
typescript: ^4.8.4
|
||||||
vite: ^3.1.8
|
vite: ^3.2.0
|
||||||
zod: ^3.19.1
|
zod: ^3.19.1
|
||||||
zod-to-json-schema: ^3.18.1
|
zod-to-json-schema: ^3.18.1
|
||||||
|
|
||||||
|
|
@ -51,9 +51,9 @@ devDependencies:
|
||||||
'@rgossiaux/svelte-headlessui': 1.0.2_svelte@3.52.0
|
'@rgossiaux/svelte-headlessui': 1.0.2_svelte@3.52.0
|
||||||
'@rgossiaux/svelte-heroicons': 0.1.2_svelte@3.52.0
|
'@rgossiaux/svelte-heroicons': 0.1.2_svelte@3.52.0
|
||||||
'@sveltejs/adapter-auto': 1.0.0-next.72
|
'@sveltejs/adapter-auto': 1.0.0-next.72
|
||||||
'@sveltejs/kit': 1.0.0-next.480_svelte@3.52.0+vite@3.1.8
|
'@sveltejs/kit': 1.0.0-next.480_svelte@3.52.0+vite@3.2.0
|
||||||
'@types/cookie': 0.5.1
|
'@types/cookie': 0.5.1
|
||||||
'@types/node': 18.11.5
|
'@types/node': 18.11.7
|
||||||
'@typescript-eslint/eslint-plugin': 5.41.0_huremdigmcnkianavgfk3x6iou
|
'@typescript-eslint/eslint-plugin': 5.41.0_huremdigmcnkianavgfk3x6iou
|
||||||
'@typescript-eslint/parser': 5.41.0_wyqvi574yv7oiwfeinomdzmc3m
|
'@typescript-eslint/parser': 5.41.0_wyqvi574yv7oiwfeinomdzmc3m
|
||||||
carbon-components-svelte: 0.70.12
|
carbon-components-svelte: 0.70.12
|
||||||
|
|
@ -70,7 +70,7 @@ devDependencies:
|
||||||
svelte-preprocess: 4.10.7_q7oepo4r57y5enzswpidbbgzsy
|
svelte-preprocess: 4.10.7_q7oepo4r57y5enzswpidbbgzsy
|
||||||
tslib: 2.4.0
|
tslib: 2.4.0
|
||||||
typescript: 4.8.4
|
typescript: 4.8.4
|
||||||
vite: 3.1.8_sass@1.55.0
|
vite: 3.2.0_sass@1.55.0
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
|
|
@ -232,7 +232,7 @@ packages:
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 18.11.5
|
'@types/node': 18.11.7
|
||||||
playwright-core: 1.27.1
|
playwright-core: 1.27.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
|
@ -302,7 +302,7 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@sveltejs/kit/1.0.0-next.480_svelte@3.52.0+vite@3.1.8:
|
/@sveltejs/kit/1.0.0-next.480_svelte@3.52.0+vite@3.2.0:
|
||||||
resolution: {integrity: sha512-RnltVDZFksAkeIZ0wgMQDr4POz3WZxSDy6D/ycIjrz3VXMDYWxKRqmTEI7Yl7TxPgUabeYHGRm/qI+nSXOb/Yw==}
|
resolution: {integrity: sha512-RnltVDZFksAkeIZ0wgMQDr4POz3WZxSDy6D/ycIjrz3VXMDYWxKRqmTEI7Yl7TxPgUabeYHGRm/qI+nSXOb/Yw==}
|
||||||
engines: {node: '>=16.14'}
|
engines: {node: '>=16.14'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
@ -311,7 +311,7 @@ packages:
|
||||||
svelte: ^3.44.0
|
svelte: ^3.44.0
|
||||||
vite: ^3.1.0
|
vite: ^3.1.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@sveltejs/vite-plugin-svelte': 1.0.5_svelte@3.52.0+vite@3.1.8
|
'@sveltejs/vite-plugin-svelte': 1.0.5_svelte@3.52.0+vite@3.2.0
|
||||||
cookie: 0.5.0
|
cookie: 0.5.0
|
||||||
devalue: 3.1.3
|
devalue: 3.1.3
|
||||||
kleur: 4.1.5
|
kleur: 4.1.5
|
||||||
|
|
@ -324,13 +324,13 @@ packages:
|
||||||
svelte: 3.52.0
|
svelte: 3.52.0
|
||||||
tiny-glob: 0.2.9
|
tiny-glob: 0.2.9
|
||||||
undici: 5.10.0
|
undici: 5.10.0
|
||||||
vite: 3.1.8_sass@1.55.0
|
vite: 3.2.0_sass@1.55.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- diff-match-patch
|
- diff-match-patch
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@sveltejs/vite-plugin-svelte/1.0.5_svelte@3.52.0+vite@3.1.8:
|
/@sveltejs/vite-plugin-svelte/1.0.5_svelte@3.52.0+vite@3.2.0:
|
||||||
resolution: {integrity: sha512-CmSdSow0Dr5ua1A11BQMtreWnE0JZmkVIcRU/yG3PKbycKUpXjNdgYTWFSbStLB0vdlGnBbm2+Y4sBVj+C+TIw==}
|
resolution: {integrity: sha512-CmSdSow0Dr5ua1A11BQMtreWnE0JZmkVIcRU/yG3PKbycKUpXjNdgYTWFSbStLB0vdlGnBbm2+Y4sBVj+C+TIw==}
|
||||||
engines: {node: ^14.18.0 || >= 16}
|
engines: {node: ^14.18.0 || >= 16}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
|
@ -348,7 +348,7 @@ packages:
|
||||||
magic-string: 0.26.3
|
magic-string: 0.26.3
|
||||||
svelte: 3.52.0
|
svelte: 3.52.0
|
||||||
svelte-hmr: 0.14.12_svelte@3.52.0
|
svelte-hmr: 0.14.12_svelte@3.52.0
|
||||||
vite: 3.1.8_sass@1.55.0
|
vite: 3.2.0_sass@1.55.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
@ -365,8 +365,8 @@ packages:
|
||||||
resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==}
|
resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@types/node/18.11.5:
|
/@types/node/18.11.7:
|
||||||
resolution: {integrity: sha512-3JRwhbjI+cHLAkUorhf8RnqUbFXajvzX4q6fMn5JwkgtuwfYtRQYI3u4V92vI6NJuTsbBQWWh3RZjFsuevyMGQ==}
|
resolution: {integrity: sha512-LhFTglglr63mNXUSRYD8A+ZAIu5sFqNJ4Y2fPuY7UlrySJH87rRRlhtVmMHplmfk5WkoJGmDjE9oiTfyX94CpQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@types/pug/2.0.6:
|
/@types/pug/2.0.6:
|
||||||
|
|
@ -376,7 +376,7 @@ packages:
|
||||||
/@types/sass/1.43.1:
|
/@types/sass/1.43.1:
|
||||||
resolution: {integrity: sha512-BPdoIt1lfJ6B7rw35ncdwBZrAssjcwzI5LByIrYs+tpXlj/CAkuVdRsgZDdP4lq5EjyWzwxZCqAoFyHKFwp32g==}
|
resolution: {integrity: sha512-BPdoIt1lfJ6B7rw35ncdwBZrAssjcwzI5LByIrYs+tpXlj/CAkuVdRsgZDdP4lq5EjyWzwxZCqAoFyHKFwp32g==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 18.11.5
|
'@types/node': 18.11.7
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@types/semver/7.3.12:
|
/@types/semver/7.3.12:
|
||||||
|
|
@ -1978,8 +1978,8 @@ packages:
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/postcss/8.4.16:
|
/postcss/8.4.18:
|
||||||
resolution: {integrity: sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==}
|
resolution: {integrity: sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==}
|
||||||
engines: {node: ^10 || ^12 || >=14}
|
engines: {node: ^10 || ^12 || >=14}
|
||||||
dependencies:
|
dependencies:
|
||||||
nanoid: 3.3.4
|
nanoid: 3.3.4
|
||||||
|
|
@ -2087,8 +2087,8 @@ packages:
|
||||||
estree-walker: 0.6.1
|
estree-walker: 0.6.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/rollup/2.78.1:
|
/rollup/2.79.1:
|
||||||
resolution: {integrity: sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg==}
|
resolution: {integrity: sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==}
|
||||||
engines: {node: '>=10.0.0'}
|
engines: {node: '>=10.0.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
|
|
@ -2439,14 +2439,15 @@ packages:
|
||||||
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite/3.1.8_sass@1.55.0:
|
/vite/3.2.0_sass@1.55.0:
|
||||||
resolution: {integrity: sha512-m7jJe3nufUbuOfotkntGFupinL/fmuTNuQmiVE7cH2IZMuf4UbfbGYMUT3jVWgGYuRVLY9j8NnrRqgw5rr5QTg==}
|
resolution: {integrity: sha512-Ovj7+cqIdM1I0LPCk2CWxzgADXMix3NLXpUT6g7P7zg/a9grk/TaC3qn9YMg7w7M0POIVCBOp1aBANJW+RH7oA==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
less: '*'
|
less: '*'
|
||||||
sass: '*'
|
sass: '*'
|
||||||
stylus: '*'
|
stylus: '*'
|
||||||
|
sugarss: '*'
|
||||||
terser: ^5.4.0
|
terser: ^5.4.0
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
less:
|
less:
|
||||||
|
|
@ -2455,13 +2456,15 @@ packages:
|
||||||
optional: true
|
optional: true
|
||||||
stylus:
|
stylus:
|
||||||
optional: true
|
optional: true
|
||||||
|
sugarss:
|
||||||
|
optional: true
|
||||||
terser:
|
terser:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild: 0.15.10
|
esbuild: 0.15.10
|
||||||
postcss: 8.4.16
|
postcss: 8.4.18
|
||||||
resolve: 1.22.1
|
resolve: 1.22.1
|
||||||
rollup: 2.78.1
|
rollup: 2.79.1
|
||||||
sass: 1.55.0
|
sass: 1.55.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents: 2.3.2
|
fsevents: 2.3.2
|
||||||
|
|
|
||||||
|
|
@ -122,7 +122,7 @@
|
||||||
<Game on:removeGameEvent={handleRemoveGame} {game} />
|
<Game on:removeGameEvent={handleRemoveGame} {game} />
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
<Pagination
|
<!-- <Pagination
|
||||||
{pageSize}
|
{pageSize}
|
||||||
{currentPage}
|
{currentPage}
|
||||||
{totalItems}
|
{totalItems}
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
on:nextPageEvent={handleNextPageEvent}
|
on:nextPageEvent={handleNextPageEvent}
|
||||||
on:previousPageEvent={(event) => console.log('Prev page called', event)}
|
on:previousPageEvent={(event) => console.log('Prev page called', event)}
|
||||||
on:perPageEvent={(event) => console.log('Per page called', event)}
|
on:perPageEvent={(event) => console.log('Per page called', event)}
|
||||||
/>
|
/> -->
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue