update packages

This commit is contained in:
lightling 2025-01-29 17:34:46 -05:00
parent b0119c61d7
commit a89afae23c
Signed by: lightling
GPG key ID: F1F29650D537C773
6 changed files with 8391 additions and 5443 deletions

2
.nvmrc
View file

@ -1 +1 @@
v20.13.0 v22.12.0

12184
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -11,17 +11,17 @@
"strapi": "strapi" "strapi": "strapi"
}, },
"dependencies": { "dependencies": {
"@strapi/plugin-cloud": "5.0.5", "@strapi/plugin-cloud": "5.9.0",
"@strapi/plugin-users-permissions": "5.0.5", "@strapi/plugin-users-permissions": "5.9.0",
"@strapi/strapi": "5.0.5", "@strapi/strapi": "5.9.0",
"better-sqlite3": "11.3.0", "better-sqlite3": "11.8.1",
"react": "^18.0.0", "react": "^18.0.0",
"react-dom": "^18.0.0", "react-dom": "^18.0.0",
"react-router-dom": "^6.0.0", "react-router-dom": "^6.0.0",
"styled-components": "^6.0.0" "styled-components": "^6.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20", "@types/node": "^22",
"@types/react": "^18", "@types/react": "^18",
"@types/react-dom": "^18", "@types/react-dom": "^18",
"typescript": "^5" "typescript": "^5"

File diff suppressed because it is too large Load diff

View file

@ -11,28 +11,28 @@
"devDependencies": { "devDependencies": {
"@goldenwere/mackenzii-types": "*", "@goldenwere/mackenzii-types": "*",
"@goldenwere/mackenzii-embeds": "*", "@goldenwere/mackenzii-embeds": "*",
"@types/dompurify": "3.0.5", "@types/dompurify": "3.2.0",
"@types/js-yaml": "4.0.9", "@types/js-yaml": "4.0.9",
"@types/node": "18.16.x", "@types/node": "22.12.0",
"@unhead/vue": "1.9.11", "@unhead/vue": "1.11.18",
"@vitejs/plugin-vue": "5.0.4", "@vitejs/plugin-vue": "5.2.1",
"dompurify": "3.1.4", "dompurify": "3.2.3",
"github-slugger": "2.0.0", "github-slugger": "2.0.0",
"highlight.js": "11.9.0", "highlight.js": "11.11.1",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"marked": "12.0.2", "marked": "15.0.6",
"marked-highlight": "2.1.1", "marked-highlight": "2.2.1",
"normalize.css": "8.0.1", "normalize.css": "8.0.1",
"pinia": "2.1.7", "pinia": "2.3.1",
"pug": "3.0.3", "pug": "3.0.3",
"rfdc": "1.3.1", "rfdc": "1.4.1",
"sass": "1.77.2", "sass": "1.83.4",
"typescript": "5.4.5", "typescript": "5.7.3",
"vite": "5.2.11", "vite": "6.0.11",
"vite-ssg": "0.23.7", "vite-ssg": "25.0.0",
"vue": "3.5.12", "vue": "3.5.13",
"vue-router": "4.3.2", "vue-router": "4.5.0",
"vue-tippy": "6.4.1", "vue-tippy": "6.6.0",
"vue-tsc": "2.0.19" "vue-tsc": "2.2.0"
} }
} }

View file

@ -4,8 +4,8 @@
"version": "0.0.0", "version": "0.0.0",
"type": "module", "type": "module",
"devDependencies": { "devDependencies": {
"chalk": "5.3.0", "chalk": "5.4.1",
"symlink-dir": "6.0.0" "symlink-dir": "6.0.4"
}, },
"scripts": { "scripts": {
"cms-to-static": "node scripts/cms-to-static.js", "cms-to-static": "node scripts/cms-to-static.js",