package updates

This commit is contained in:
lightling 2025-04-16 21:17:45 -04:00
parent 8cb6c76d79
commit a32055fc36
Signed by: lightling
GPG key ID: F1F29650D537C773
4 changed files with 1618 additions and 3292 deletions

4862
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -11,14 +11,14 @@
"strapi": "strapi" "strapi": "strapi"
}, },
"dependencies": { "dependencies": {
"@strapi/plugin-cloud": "5.9.0", "@strapi/plugin-cloud": "5.12.5",
"@strapi/plugin-users-permissions": "5.9.0", "@strapi/plugin-users-permissions": "5.12.5",
"@strapi/strapi": "5.9.0", "@strapi/strapi": "5.12.5",
"better-sqlite3": "11.8.1", "better-sqlite3": "11.9.1",
"react": "^18.0.0", "react": "18.3.1",
"react-dom": "^18.0.0", "react-dom": "18.3.1",
"react-router-dom": "^6.0.0", "react-router-dom": "6.28.2",
"styled-components": "^6.0.0" "styled-components": "6.1.14"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22", "@types/node": "^22",
@ -26,10 +26,6 @@
"@types/react-dom": "^18", "@types/react-dom": "^18",
"typescript": "^5" "typescript": "^5"
}, },
"engines": {
"node": ">=18.0.0 <=22.x.x",
"npm": ">=6.0.0"
},
"strapi": { "strapi": {
"uuid": "ca0fe073-fa21-45dc-b314-891e5652dfa1" "uuid": "ca0fe073-fa21-45dc-b314-891e5652dfa1"
} }

View file

@ -11,31 +11,31 @@
"devDependencies": { "devDependencies": {
"@goldenwere/mackenzii-types": "*", "@goldenwere/mackenzii-types": "*",
"@goldenwere/mackenzii-embeds": "*", "@goldenwere/mackenzii-embeds": "*",
"@primevue/themes": "4.2.5", "@primevue/themes": "4.3.3",
"@primeuix/themes": "1.0.3", "@primeuix/themes": "1.0.3",
"@types/dompurify": "3.2.0", "@types/dompurify": "3.2.0",
"@types/js-yaml": "4.0.9", "@types/js-yaml": "4.0.9",
"@types/node": "22.12.0", "@types/node": "22.12.0",
"@unhead/vue": "1.11.18", "@unhead/vue": "2.0.8",
"@vitejs/plugin-vue": "5.2.1", "@vitejs/plugin-vue": "5.2.3",
"dompurify": "3.2.3", "dompurify": "3.2.5",
"github-slugger": "2.0.0", "github-slugger": "2.0.0",
"highlight.js": "11.11.1", "highlight.js": "11.11.1",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"marked": "15.0.6", "marked": "15.0.8",
"marked-highlight": "2.2.1", "marked-highlight": "2.2.1",
"normalize.css": "8.0.1", "normalize.css": "8.0.1",
"pinia": "2.3.1", "pinia": "3.0.2",
"primevue": "4.2.5", "primevue": "4.3.3",
"pug": "3.0.3", "pug": "3.0.3",
"rfdc": "1.4.1", "rfdc": "1.4.1",
"sass": "1.83.4", "sass": "1.86.3",
"typescript": "5.7.3", "typescript": "5.8.3",
"vite": "6.0.11", "vite": "6.3.0",
"vite-ssg": "25.0.0", "vite-ssg": "26.1.1",
"vue": "3.5.13", "vue": "3.5.13",
"vue-router": "4.5.0", "vue-router": "4.5.0",
"vue-tippy": "6.6.0", "vue-tippy": "6.7.0",
"vue-tsc": "2.2.0" "vue-tsc": "2.2.8"
} }
} }

View file

@ -5,7 +5,7 @@
"type": "module", "type": "module",
"devDependencies": { "devDependencies": {
"chalk": "5.4.1", "chalk": "5.4.1",
"symlink-dir": "6.0.4" "symlink-dir": "6.0.5"
}, },
"scripts": { "scripts": {
"cms-to-static": "node scripts/cms-to-static.js", "cms-to-static": "node scripts/cms-to-static.js",