chore(templates): use latest config with compatibilityDate

This commit is contained in:
Ayo Ayco 2024-12-09 19:23:55 +01:00
parent f071b0d531
commit 7a8c13ab65
2 changed files with 10 additions and 10 deletions

View file

@ -95,8 +95,8 @@ importers:
specifier: ^0.0.26 specifier: ^0.0.26
version: 0.0.26 version: 0.0.26
'@mcflyjs/config': '@mcflyjs/config':
specifier: ^0.1.4 specifier: ^0.1.5
version: 0.1.4 version: 0.1.5
'@mcflyjs/core': '@mcflyjs/core':
specifier: ^0.5.3 specifier: ^0.5.3
version: 0.5.3 version: 0.5.3
@ -506,8 +506,8 @@ packages:
resolution: {integrity: sha512-agmJa4f3Jeb4KV/wTXqXBywMNlqsmZwXHB3HHAHz0vYuaziJ4S3s4Gn3q33XZnZv45kNB1oHlAX+HFJnXygrJA==} resolution: {integrity: sha512-agmJa4f3Jeb4KV/wTXqXBywMNlqsmZwXHB3HHAHz0vYuaziJ4S3s4Gn3q33XZnZv45kNB1oHlAX+HFJnXygrJA==}
hasBin: true hasBin: true
'@mcflyjs/config@0.1.4': '@mcflyjs/config@0.1.5':
resolution: {integrity: sha512-QKKibJ5bMBAGEj9LOaCKNqh1z9TmhueB2hd4YvujEgeiSx97fswVPFkhQ5S2WI9OpDtPqQPRcVVGIYzz8prQ9Q==} resolution: {integrity: sha512-FtuQai5CP8cuYESfs3LPgaQ+5gN/dOTCqY9sYypsC0fL6W20a8Nf19yWryLoNodX/Ahjy09BzKL4PFc8EgPD9w==}
'@mcflyjs/core@0.5.3': '@mcflyjs/core@0.5.3':
resolution: {integrity: sha512-hLRRqiPnpqPX466QwMxc4kHN5FepGyKFXoAl25AM6ZrXvQIT8GgG2iyo7PGbpy2kZ+2vDOBSDDxH+ecOuPE/BA==} resolution: {integrity: sha512-hLRRqiPnpqPX466QwMxc4kHN5FepGyKFXoAl25AM6ZrXvQIT8GgG2iyo7PGbpy2kZ+2vDOBSDDxH+ecOuPE/BA==}
@ -637,8 +637,8 @@ packages:
'@redocly/config@0.17.1': '@redocly/config@0.17.1':
resolution: {integrity: sha512-CEmvaJuG7pm2ylQg53emPmtgm4nW2nxBgwXzbVEHpGas/lGnMyN8Zlkgiz6rPw0unASg6VW3wlz27SOL5XFHYQ==} resolution: {integrity: sha512-CEmvaJuG7pm2ylQg53emPmtgm4nW2nxBgwXzbVEHpGas/lGnMyN8Zlkgiz6rPw0unASg6VW3wlz27SOL5XFHYQ==}
'@redocly/openapi-core@1.25.15': '@redocly/openapi-core@1.26.0':
resolution: {integrity: sha512-/dpr5zpGj2t1Bf7EIXEboRZm1hsJZBQfv3Q1pkivtdAEg3if2khv+b9gY68aquC6cM/2aQY2kMLy8LlY2tn+Og==} resolution: {integrity: sha512-8Ofu6WpBp7eoLmf1qQ4+T0W4LRr8es+4Drw/RJG+acPXmaT2TmHk2B2v+3+1R9GqSIj6kx3N7JmQkxAPCnvDLw==}
engines: {node: '>=14.19.0', npm: '>=7.0.0'} engines: {node: '>=14.19.0', npm: '>=7.0.0'}
'@rollup/plugin-alias@5.1.1': '@rollup/plugin-alias@5.1.1':
@ -2763,7 +2763,7 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- uWebSockets.js - uWebSockets.js
'@mcflyjs/config@0.1.4': '@mcflyjs/config@0.1.5':
dependencies: dependencies:
'@mcflyjs/core': 0.5.3 '@mcflyjs/core': 0.5.3
web-component-base: 2.1.2 web-component-base: 2.1.2
@ -2880,7 +2880,7 @@ snapshots:
'@redocly/config@0.17.1': {} '@redocly/config@0.17.1': {}
'@redocly/openapi-core@1.25.15(supports-color@9.4.0)': '@redocly/openapi-core@1.26.0(supports-color@9.4.0)':
dependencies: dependencies:
'@redocly/ajv': 8.11.2 '@redocly/ajv': 8.11.2
'@redocly/config': 0.17.1 '@redocly/config': 0.17.1
@ -4146,7 +4146,7 @@ snapshots:
openapi-typescript@7.4.4(typescript@5.7.2): openapi-typescript@7.4.4(typescript@5.7.2):
dependencies: dependencies:
'@redocly/openapi-core': 1.25.15(supports-color@9.4.0) '@redocly/openapi-core': 1.26.0(supports-color@9.4.0)
ansi-colors: 4.1.3 ansi-colors: 4.1.3
change-case: 5.4.4 change-case: 5.4.4
parse-json: 8.1.0 parse-json: 8.1.0

View file

@ -11,7 +11,7 @@
}, },
"dependencies": { "dependencies": {
"@mcflyjs/cli": "^0.0.26", "@mcflyjs/cli": "^0.0.26",
"@mcflyjs/config": "^0.1.4", "@mcflyjs/config": "^0.1.5",
"@mcflyjs/core": "^0.5.3", "@mcflyjs/core": "^0.5.3",
"nitropack": "~2.10.4" "nitropack": "~2.10.4"
} }