Compare commits

..

18 Commits

Author SHA1 Message Date
164aee574e Update dependency katex to ^0.17.0
Some checks failed
renovate/artifacts Artifact file update failure
2026-06-06 15:11:47 +00:00
e592334fb2 Merge pull request 'Update Rust crate serde_json to v1.0.150' (#7) from renovate/serde_json-1.x-lockfile into nuxt
Reviewed-on: #7
2026-05-30 08:50:54 +00:00
a832d5cf8f Merge pull request 'Update Rust crate tauri to v2.11.2' (#8) from renovate/tauri-2.x-lockfile into nuxt
Reviewed-on: #8
2026-05-30 08:50:45 +00:00
9c88cfa860 Update Rust crate tauri to v2.11.2 2026-05-30 08:39:34 +00:00
6ed630b37f Update Rust crate serde_json to v1.0.150 2026-05-30 08:39:11 +00:00
8ecb64b80a Update node Docker tag to v26 (#6) 2026-05-09 10:17:26 +00:00
2efef8c4aa Update node Docker tag to v26 2026-05-08 11:08:52 +00:00
a42226dc13 Update package-lock.json 2026-05-08 12:17:25 +02:00
9f51261e58 Merge pull request 'Update node Docker tag to v25' (#5) from renovate/node-25.x into nuxt
Reviewed-on: #5
2026-05-06 13:02:04 +00:00
28cf26c953 Update node Docker tag to v25 2026-05-06 13:01:49 +00:00
31ef7c245f Merge pull request 'Update Rust crate tauri to v2.11.1' (#3) from renovate/tauri-2.x-lockfile into nuxt
Reviewed-on: #3
2026-05-06 12:58:54 +00:00
1ed2efb52a Update Rust crate tauri to v2.11.1 2026-05-06 12:56:38 +00:00
8d7c0fbcc5 Merge pull request 'Update Rust crate serde_json to v1.0.149' (#2) from renovate/serde_json-1.x-lockfile into nuxt
Reviewed-on: #2
2026-05-06 12:55:04 +00:00
5dd1d0f88d Merge pull request 'Update Rust crate tauri-plugin-opener to v2.5.4' (#4) from renovate/tauri-plugin-opener-2.x-lockfile into nuxt
Reviewed-on: #4
2026-05-06 12:53:30 +00:00
358461c50a Merge pull request 'Update Rust crate serde to v1.0.228' (#1) from renovate/serde-1.x-lockfile into nuxt
Reviewed-on: #1
2026-05-06 12:52:58 +00:00
aa43d12787 Update Rust crate tauri-plugin-opener to v2.5.4 2026-05-06 12:48:27 +00:00
48595fb8b2 Update Rust crate serde_json to v1.0.149 2026-05-06 11:58:21 +00:00
b4e7bbfa83 Update Rust crate serde to v1.0.228 2026-05-06 11:57:58 +00:00
4 changed files with 562 additions and 858 deletions

View File

@@ -1,4 +1,4 @@
FROM node:20-alpine FROM node:26-alpine
WORKDIR /app WORKDIR /app

73
package-lock.json generated
View File

@@ -26,7 +26,6 @@
"striptags": "^3.2.0", "striptags": "^3.2.0",
"vscode-langservers-extracted": "^4.10.0", "vscode-langservers-extracted": "^4.10.0",
"vue": "^3.5.32", "vue": "^3.5.32",
"vue-async-computed": "^4.0.1",
"vue-renderer-markdown": "^0.0.62", "vue-renderer-markdown": "^0.0.62",
"vue-router": "^5.0.4" "vue-router": "^5.0.4"
}, },
@@ -4026,17 +4025,6 @@
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/node": {
"version": "25.6.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz",
"integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==",
"license": "MIT",
"optional": true,
"peer": true,
"dependencies": {
"undici-types": "~7.19.0"
}
},
"node_modules/@types/resolve": { "node_modules/@types/resolve": {
"version": "1.20.2", "version": "1.20.2",
"resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz", "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
@@ -5318,17 +5306,6 @@
"node": ">=0.1.90" "node": ">=0.1.90"
} }
}, },
"node_modules/commander": {
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
"integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
"license": "MIT",
"optional": true,
"peer": true,
"engines": {
"node": ">=18"
}
},
"node_modules/commondir": { "node_modules/commondir": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
@@ -10259,7 +10236,6 @@
"!riscv64", "!riscv64",
"!x64" "!x64"
], ],
"dev": true,
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"dependencies": { "dependencies": {
@@ -10273,7 +10249,6 @@
"cpu": [ "cpu": [
"arm" "arm"
], ],
"dev": true,
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"os": [ "os": [
@@ -10290,7 +10265,6 @@
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
"dev": true,
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"os": [ "os": [
@@ -10307,7 +10281,6 @@
"cpu": [ "cpu": [
"riscv64" "riscv64"
], ],
"dev": true,
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"os": [ "os": [
@@ -10324,7 +10297,6 @@
"cpu": [ "cpu": [
"x64" "x64"
], ],
"dev": true,
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"os": [ "os": [
@@ -10341,7 +10313,6 @@
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
"dev": true,
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"os": [ "os": [
@@ -10358,7 +10329,6 @@
"cpu": [ "cpu": [
"x64" "x64"
], ],
"dev": true,
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"os": [ "os": [
@@ -10375,7 +10345,6 @@
"cpu": [ "cpu": [
"arm" "arm"
], ],
"dev": true,
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"os": [ "os": [
@@ -10392,7 +10361,6 @@
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
"dev": true,
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"os": [ "os": [
@@ -10409,7 +10377,6 @@
"cpu": [ "cpu": [
"arm" "arm"
], ],
"dev": true,
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"os": [ "os": [
@@ -10426,7 +10393,6 @@
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
"dev": true,
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"os": [ "os": [
@@ -10443,7 +10409,6 @@
"cpu": [ "cpu": [
"riscv64" "riscv64"
], ],
"dev": true,
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"os": [ "os": [
@@ -10460,7 +10425,6 @@
"cpu": [ "cpu": [
"x64" "x64"
], ],
"dev": true,
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"os": [ "os": [
@@ -10477,7 +10441,6 @@
"cpu": [ "cpu": [
"riscv64" "riscv64"
], ],
"dev": true,
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"os": [ "os": [
@@ -10494,7 +10457,6 @@
"cpu": [ "cpu": [
"x64" "x64"
], ],
"dev": true,
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"os": [ "os": [
@@ -10508,7 +10470,6 @@
"version": "1.99.0", "version": "1.99.0",
"resolved": "https://registry.npmjs.org/sass-embedded-unknown-all/-/sass-embedded-unknown-all-1.99.0.tgz", "resolved": "https://registry.npmjs.org/sass-embedded-unknown-all/-/sass-embedded-unknown-all-1.99.0.tgz",
"integrity": "sha512-P7MxiUtL/XzGo3PX0CaB8lNNEFLQWKikPA8pbKytx9ZCLZSDkt2NJcdAbblB/sqMs4AV3EK2NadV8rI/diq3xg==", "integrity": "sha512-P7MxiUtL/XzGo3PX0CaB8lNNEFLQWKikPA8pbKytx9ZCLZSDkt2NJcdAbblB/sqMs4AV3EK2NadV8rI/diq3xg==",
"dev": true,
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"os": [ "os": [
@@ -10528,7 +10489,6 @@
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
"dev": true,
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"os": [ "os": [
@@ -10545,7 +10505,6 @@
"cpu": [ "cpu": [
"x64" "x64"
], ],
"dev": true,
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"os": [ "os": [
@@ -11711,21 +11670,6 @@
"integrity": "sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==", "integrity": "sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/typescript": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
"integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
"license": "Apache-2.0",
"optional": true,
"peer": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/uc.micro": { "node_modules/uc.micro": {
"version": "2.1.0", "version": "2.1.0",
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz", "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
@@ -11786,14 +11730,6 @@
"node": ">=18.12.0" "node": ">=18.12.0"
} }
}, },
"node_modules/undici-types": {
"version": "7.19.2",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz",
"integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==",
"license": "MIT",
"optional": true,
"peer": true
},
"node_modules/unenv": { "node_modules/unenv": {
"version": "2.0.0-rc.24", "version": "2.0.0-rc.24",
"resolved": "https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.24.tgz", "resolved": "https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.24.tgz",
@@ -12759,15 +12695,6 @@
} }
} }
}, },
"node_modules/vue-async-computed": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/vue-async-computed/-/vue-async-computed-4.0.1.tgz",
"integrity": "sha512-INDaMHK7MSkfSLdIDSxmeFCeW+JO+Hj7wO+tVNE4u+W7ixSEPfGi4hlwBnv2pk/NmyDCTqSnmcfgxYZpofE5eQ==",
"license": "MIT",
"peerDependencies": {
"vue": "~3"
}
},
"node_modules/vue-bundle-renderer": { "node_modules/vue-bundle-renderer": {
"version": "2.2.0", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/vue-bundle-renderer/-/vue-bundle-renderer-2.2.0.tgz", "resolved": "https://registry.npmjs.org/vue-bundle-renderer/-/vue-bundle-renderer-2.2.0.tgz",

View File

@@ -21,7 +21,7 @@
"embla-carousel-vue": "^8.6.0", "embla-carousel-vue": "^8.6.0",
"graphql-request": "^7.4.0", "graphql-request": "^7.4.0",
"jarallax": "^3.0.0", "jarallax": "^3.0.0",
"katex": "^0.16.45", "katex": "^0.17.0",
"moment": "^2.30.1", "moment": "^2.30.1",
"nuxt": "^4.4.2", "nuxt": "^4.4.2",
"process": "^0.11.10", "process": "^0.11.10",

1343
src-tauri/Cargo.lock generated

File diff suppressed because it is too large Load Diff