mirror of
https://github.com/mat-1/matdoesdev.git
synced 2025-08-02 14:46:04 +00:00
update deps and stop being bound by the laws of time
This commit is contained in:
parent
d8635dfc3f
commit
005f8bc636
4 changed files with 344 additions and 390 deletions
Binary file not shown.
30
package.json
30
package.json
|
@ -14,38 +14,38 @@
|
|||
"postinstall": "patch-package"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@img/sharp-linux-x64": "^0.33.1",
|
||||
"@sveltejs/vite-plugin-svelte": "^3.0.1",
|
||||
"@img/sharp-linux-x64": "^0.33.2",
|
||||
"@sveltejs/vite-plugin-svelte": "^3.0.2",
|
||||
"@types/cookie": "^0.6.0",
|
||||
"@types/html-minifier": "^4.0.5",
|
||||
"@typescript-eslint/eslint-plugin": "^6.18.1",
|
||||
"@typescript-eslint/parser": "^6.18.1",
|
||||
"eslint": "^8.56.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.3.1",
|
||||
"@typescript-eslint/parser": "^7.3.1",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"mdsvex": "^0.11.0",
|
||||
"prettier": "^3.1.1",
|
||||
"prettier-plugin-svelte": "^3.1.2",
|
||||
"sharp": "^0.33.1",
|
||||
"svelte": "4.2.8",
|
||||
"svelte-check": "^3.6.2",
|
||||
"prettier": "^3.2.5",
|
||||
"prettier-plugin-svelte": "^3.2.2",
|
||||
"sharp": "^0.33.2",
|
||||
"svelte": "4.2.12",
|
||||
"svelte-check": "^3.6.7",
|
||||
"svelte-preprocess": "^5.1.3",
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.3.3"
|
||||
"typescript": "^5.4.2"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@lukeed/uuid": "^2.0.1",
|
||||
"@sveltejs/adapter-node": "^3.0.0",
|
||||
"@sveltejs/adapter-node": "^5.0.1",
|
||||
"@sveltejs/adapter-static": "^3.0.1",
|
||||
"@sveltejs/kit": "^2.3.0",
|
||||
"@sveltejs/kit": "^2.5.4",
|
||||
"@types/js-yaml": "^4.0.9",
|
||||
"cbor-x": "^1.5.7",
|
||||
"cbor-x": "^1.5.8",
|
||||
"cookie": "^0.6.0",
|
||||
"html-minifier": "^4.0.0",
|
||||
"patch-package": "^8.0.0",
|
||||
"postinstall-postinstall": "^2.1.0",
|
||||
"svelte-body": "^1.4.0",
|
||||
"vite": "5.0.11"
|
||||
"vite": "5.1.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
|
||||
export let data: LayoutData
|
||||
|
||||
export const copyrightYear = new Date().getFullYear()
|
||||
// + 1 because i live in the future
|
||||
export const copyrightYear = new Date().getFullYear() + 1
|
||||
|
||||
let previousPathname = data.pathname
|
||||
let currentPathName = data.pathname
|
||||
|
|
Loading…
Add table
Reference in a new issue