mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
refactor(core): Luxon dependency update (#5301)
* ⬆️ Updating Luxon version to 3.1 * ⬆️ Updating `pnpm-lock` file
This commit is contained in:
parent
36b1e6ef15
commit
1d85e232e5
|
@ -61,7 +61,7 @@
|
|||
"lodash.get": "^4.4.2",
|
||||
"lodash.orderby": "^4.6.0",
|
||||
"lodash.set": "^4.3.2",
|
||||
"luxon": "^2.3.0",
|
||||
"luxon": "^3.1.0",
|
||||
"monaco-editor": "^0.33.0",
|
||||
"n8n-design-system": "~0.52.0",
|
||||
"n8n-workflow": "~0.134.0",
|
||||
|
|
|
@ -789,7 +789,7 @@
|
|||
"lodash.set": "^4.3.2",
|
||||
"lodash.unset": "^4.5.2",
|
||||
"lossless-json": "^1.0.4",
|
||||
"luxon": "~2.3.0",
|
||||
"luxon": "^3.1.0",
|
||||
"mailparser": "^3.2.0",
|
||||
"moment": "~2.29.2",
|
||||
"moment-timezone": "^0.5.28",
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
"lodash.isequal": "^4.5.0",
|
||||
"lodash.merge": "^4.6.2",
|
||||
"lodash.set": "^4.3.2",
|
||||
"luxon": "~2.3.0",
|
||||
"luxon": "^3.1.0",
|
||||
"recast": "^0.21.5",
|
||||
"transliteration": "^2.3.5",
|
||||
"xml2js": "^0.4.23"
|
||||
|
|
|
@ -476,7 +476,7 @@ importers:
|
|||
webpack: ^4.46.0
|
||||
xss: ^1.0.14
|
||||
dependencies:
|
||||
element-ui: 2.15.12_chf3rdrkdm2au7cxasektiaxfy_vue@2.7.14
|
||||
element-ui: 2.15.12_prckukfdop5sl2her6de25cod4_vue@2.7.14
|
||||
markdown-it: 13.0.1
|
||||
markdown-it-emoji: 2.0.2
|
||||
markdown-it-link-attributes: 4.0.1
|
||||
|
@ -574,7 +574,7 @@ importers:
|
|||
lodash.get: ^4.4.2
|
||||
lodash.orderby: ^4.6.0
|
||||
lodash.set: ^4.3.2
|
||||
luxon: ^2.3.0
|
||||
luxon: ^3.1.0
|
||||
monaco-editor: ^0.33.0
|
||||
n8n-design-system: ~0.52.0
|
||||
n8n-workflow: ~0.134.0
|
||||
|
@ -642,7 +642,7 @@ importers:
|
|||
lodash.get: 4.4.2
|
||||
lodash.orderby: 4.6.0
|
||||
lodash.set: 4.3.2
|
||||
luxon: 2.3.2
|
||||
luxon: 3.1.1
|
||||
monaco-editor: 0.33.0
|
||||
n8n-design-system: link:../design-system
|
||||
n8n-workflow: link:../workflow
|
||||
|
@ -792,7 +792,7 @@ importers:
|
|||
lodash.set: ^4.3.2
|
||||
lodash.unset: ^4.5.2
|
||||
lossless-json: ^1.0.4
|
||||
luxon: ~2.3.0
|
||||
luxon: ^3.1.0
|
||||
mailparser: ^3.2.0
|
||||
moment: ~2.29.2
|
||||
moment-timezone: ^0.5.28
|
||||
|
@ -852,7 +852,7 @@ importers:
|
|||
lodash.set: 4.3.2
|
||||
lodash.unset: 4.5.2
|
||||
lossless-json: 1.0.5
|
||||
luxon: 2.3.2
|
||||
luxon: 3.1.1
|
||||
mailparser: 3.5.0
|
||||
moment: 2.29.4
|
||||
moment-timezone: 0.5.37
|
||||
|
@ -935,7 +935,7 @@ importers:
|
|||
lodash.isequal: ^4.5.0
|
||||
lodash.merge: ^4.6.2
|
||||
lodash.set: ^4.3.2
|
||||
luxon: ~2.3.0
|
||||
luxon: ^3.1.0
|
||||
recast: ^0.21.5
|
||||
transliteration: ^2.3.5
|
||||
xml2js: ^0.4.23
|
||||
|
@ -948,7 +948,7 @@ importers:
|
|||
lodash.isequal: 4.5.0
|
||||
lodash.merge: 4.6.2
|
||||
lodash.set: 4.3.2
|
||||
luxon: 2.3.2
|
||||
luxon: 3.1.1
|
||||
recast: 0.21.5
|
||||
transliteration: 2.3.5
|
||||
xml2js: 0.4.23
|
||||
|
@ -10961,7 +10961,7 @@ packages:
|
|||
resolution: {integrity: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==}
|
||||
dev: true
|
||||
|
||||
/element-ui/2.15.12_chf3rdrkdm2au7cxasektiaxfy_vue@2.7.14:
|
||||
/element-ui/2.15.12_prckukfdop5sl2her6de25cod4_vue@2.7.14:
|
||||
resolution: {integrity: sha512-Y5FMT2BPOindU2GkDEQ5ZKUVxDawKONRNMh2eL3uBx1FOtvUJ+L6IxXLVsNxq4WnaX/UnVNgWXebl7DobygZMg==}
|
||||
peerDependencies:
|
||||
vue: ^2.5.17
|
||||
|
@ -15762,11 +15762,6 @@ packages:
|
|||
resolution: {integrity: sha512-Pn9cox5CsMYngeDbmChANltQl+5pi6XmTrraMSzhPmMBbmgcxmqWry0U3PGapCU1yB4/LqCcom7qhHZiF/jGfQ==}
|
||||
dev: false
|
||||
|
||||
/luxon/2.3.2:
|
||||
resolution: {integrity: sha512-MlAQQVMFhGk4WUA6gpfsy0QycnKP0+NlCBJRVRNPxxSIbjrCbQ65nrpJD3FVyJNZLuJ0uoqL57ye6BmDYgHaSw==}
|
||||
engines: {node: '>=12'}
|
||||
dev: false
|
||||
|
||||
/luxon/3.1.1:
|
||||
resolution: {integrity: sha512-Ah6DloGmvseB/pX1cAmjbFvyU/pKuwQMQqz7d0yvuDlVYLTs2WeDHQMpC8tGjm1da+BriHROW/OEIT/KfYg6xw==}
|
||||
engines: {node: '>=12'}
|
||||
|
|
Loading…
Reference in a new issue