chore(site, templates): update deps
This commit is contained in:
parent
cddd43ae3e
commit
ebba62ef70
4 changed files with 64 additions and 13 deletions
4
.npmrc
4
.npmrc
|
@ -1,4 +0,0 @@
|
||||||
shamefully-hoist=true
|
|
||||||
|
|
||||||
# pnpm
|
|
||||||
link-workspace-packages=true
|
|
|
@ -115,15 +115,23 @@ importers:
|
||||||
'@mcflyjs/core':
|
'@mcflyjs/core':
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:../packages/core
|
version: link:../packages/core
|
||||||
|
devDependencies:
|
||||||
|
typescript:
|
||||||
|
specifier: ^5
|
||||||
|
version: 5.7.2
|
||||||
|
|
||||||
templates/basic:
|
templates/basic:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@mcflyjs/cli':
|
'@mcflyjs/config':
|
||||||
specifier: ^0.1.1
|
specifier: ^0.2.1
|
||||||
version: 0.1.1(magicast@0.3.5)
|
version: 0.2.1
|
||||||
'@mcflyjs/core':
|
'@mcflyjs/core':
|
||||||
specifier: ^0.7.1
|
specifier: ^0.7.1
|
||||||
version: link:../../packages/core
|
version: 0.7.1(magicast@0.3.5)(typescript@5.7.2)
|
||||||
|
devDependencies:
|
||||||
|
typescript:
|
||||||
|
specifier: ^5
|
||||||
|
version: 5.7.2
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
|
@ -597,8 +605,11 @@ packages:
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
'@mcflyjs/cli@0.1.1':
|
'@mcflyjs/config@0.2.1':
|
||||||
resolution: {integrity: sha512-YT0XVwbUO9SscfoCrNY1Tz92SwLrCKbvHYrPUWjC8UAVaaX8tekdfRDF7DiIr8PX5me3YIZUBnQw0/loFNPhvQ==}
|
resolution: {integrity: sha512-u+4iKQtId3P8qvopl9p04gX2a/ahSmmrLx/uFp9bvg6UA6Y9tIhPG8l713QH7LVNr4iSIybukeuYbHxYHLiHYQ==}
|
||||||
|
|
||||||
|
'@mcflyjs/core@0.7.1':
|
||||||
|
resolution: {integrity: sha512-supKkiuGrJfOSwlQ99LfvcbqNoj/DDQdCKe/wTg0oF7TtOP/xxslBN3edzpqW6eIuBY3Qs4mlXHq47x41w3HPg==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
'@netlify/functions@2.8.2':
|
'@netlify/functions@2.8.2':
|
||||||
|
@ -3108,14 +3119,52 @@ snapshots:
|
||||||
- encoding
|
- encoding
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@mcflyjs/cli@0.1.1(magicast@0.3.5)':
|
'@mcflyjs/config@0.2.1':
|
||||||
|
dependencies:
|
||||||
|
h3: 1.13.0
|
||||||
|
web-component-base: 2.1.2
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- uWebSockets.js
|
||||||
|
|
||||||
|
'@mcflyjs/core@0.7.1(magicast@0.3.5)(typescript@5.7.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
c12: 2.0.1(magicast@0.3.5)
|
c12: 2.0.1(magicast@0.3.5)
|
||||||
citty: 0.1.6
|
citty: 0.1.6
|
||||||
consola: 3.3.3
|
consola: 3.3.3
|
||||||
|
esprima: 4.0.1
|
||||||
|
h3: 1.13.0
|
||||||
|
nitropack: 2.10.4(typescript@5.7.2)
|
||||||
pathe: 1.1.2
|
pathe: 1.1.2
|
||||||
|
ultrahtml: 1.5.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
- '@azure/app-configuration'
|
||||||
|
- '@azure/cosmos'
|
||||||
|
- '@azure/data-tables'
|
||||||
|
- '@azure/identity'
|
||||||
|
- '@azure/keyvault-secrets'
|
||||||
|
- '@azure/storage-blob'
|
||||||
|
- '@capacitor/preferences'
|
||||||
|
- '@deno/kv'
|
||||||
|
- '@electric-sql/pglite'
|
||||||
|
- '@libsql/client'
|
||||||
|
- '@netlify/blobs'
|
||||||
|
- '@planetscale/database'
|
||||||
|
- '@upstash/redis'
|
||||||
|
- '@vercel/blob'
|
||||||
|
- '@vercel/kv'
|
||||||
|
- aws4fetch
|
||||||
|
- better-sqlite3
|
||||||
|
- drizzle-orm
|
||||||
|
- encoding
|
||||||
|
- idb-keyval
|
||||||
- magicast
|
- magicast
|
||||||
|
- mysql2
|
||||||
|
- rolldown
|
||||||
|
- supports-color
|
||||||
|
- typescript
|
||||||
|
- uWebSockets.js
|
||||||
|
- uploadthing
|
||||||
|
- xml2js
|
||||||
|
|
||||||
'@netlify/functions@2.8.2':
|
'@netlify/functions@2.8.2':
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "@mcflyjs/landing-page",
|
"name": "site",
|
||||||
"description": "McFly is a full-stack no-framework framework that assists developers in leveraging the web platform.",
|
"description": "McFly is a full-stack no-framework framework that assists developers in leveraging the web platform.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
|
@ -26,5 +26,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mcflyjs/config": "workspace:*",
|
"@mcflyjs/config": "workspace:*",
|
||||||
"@mcflyjs/core": "workspace:*"
|
"@mcflyjs/core": "workspace:*"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"typescript": "^5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,8 +9,11 @@
|
||||||
"preview": "node .output/server/index.mjs",
|
"preview": "node .output/server/index.mjs",
|
||||||
"build:preview": "npm run build && npm run preview"
|
"build:preview": "npm run build && npm run preview"
|
||||||
},
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"typescript": "^5"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mcflyjs/cli": "^0.1.1",
|
"@mcflyjs/config": "^0.2.1",
|
||||||
"@mcflyjs/core": "^0.7.1"
|
"@mcflyjs/core": "^0.7.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue