1
0
mirror of https://github.com/theoludwig/theoludwig.git synced 2026-05-06 13:48:12 +02:00

build(deps): update latest

This commit is contained in:
Divlo
2022-07-01 23:12:47 +02:00
parent bc065a2e19
commit b9b76e839a
9 changed files with 8747 additions and 9857 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import fs from 'fs'
import { fileURLToPath } from 'url'
import fs from 'node:fs'
import { fileURLToPath } from 'node:url'
import ejs from 'ejs'
import date from 'date-and-time'
+1420 -1207
View File
File diff suppressed because it is too large Load Diff
+7 -7
View File
@@ -5,15 +5,15 @@
"type": "module",
"scripts": {},
"dependencies": {
"date-and-time": "2.3.1",
"ejs": "3.1.7",
"date-and-time": "2.4.0",
"ejs": "3.1.8",
"modern-normalize": "1.1.0"
},
"devDependencies": {
"@parcel/config-default": "2.5.0",
"@parcel/core": "2.5.0",
"@parcel/optimizer-data-url": "2.5.0",
"@parcel/transformer-inline-string": "2.5.0",
"parcel": "2.5.0"
"@parcel/config-default": "2.6.2",
"@parcel/core": "2.6.2",
"@parcel/optimizer-data-url": "2.6.2",
"@parcel/transformer-inline-string": "2.6.2",
"parcel": "2.6.2"
}
}
+1 -1
View File
@@ -1,4 +1,4 @@
import fs from 'fs'
import fs from 'node:fs'
import { render } from '../index.js'