Browse Source
Merge branch 'master' into ReadMe-improvements
pull/1428/head
Philip H.
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
10 additions and
11 deletions
-
src/package-lock.json
-
src/package.json
|
|
@ -20,8 +20,8 @@ |
|
|
|
"devDependencies": { |
|
|
|
"@tailwindcss/forms": "^0.5.9", |
|
|
|
"eslint-config-athom": "^3.1.3", |
|
|
|
"nodemon": "^3.1.4", |
|
|
|
"tailwindcss": "^3.4.11" |
|
|
|
"nodemon": "^3.1.7", |
|
|
|
"tailwindcss": "^3.4.12" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=18" |
|
|
@ -3408,11 +3408,10 @@ |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/nodemon": { |
|
|
|
"version": "3.1.4", |
|
|
|
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.4.tgz", |
|
|
|
"integrity": "sha512-wjPBbFhtpJwmIeY2yP7QF+UKzPfltVGtfce1g/bB15/8vCGZj8uxD62b/b9M9/WVgme0NZudpownKN+c0plXlQ==", |
|
|
|
"version": "3.1.7", |
|
|
|
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.7.tgz", |
|
|
|
"integrity": "sha512-hLj7fuMow6f0lbB0cD14Lz2xNjwsyruH251Pk4t/yIitCFJbmY1myuLlHm/q06aST4jg6EgAh74PIBBrRqpVAQ==", |
|
|
|
"dev": true, |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"chokidar": "^3.5.2", |
|
|
|
"debug": "^4", |
|
|
@ -4749,9 +4748,9 @@ |
|
|
|
"peer": true |
|
|
|
}, |
|
|
|
"node_modules/tailwindcss": { |
|
|
|
"version": "3.4.11", |
|
|
|
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.11.tgz", |
|
|
|
"integrity": "sha512-qhEuBcLemjSJk5ajccN9xJFtM/h0AVCPaA6C92jNP+M2J8kX+eMJHI7R2HFKUvvAsMpcfLILMCFYSeDwpMmlUg==", |
|
|
|
"version": "3.4.12", |
|
|
|
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.12.tgz", |
|
|
|
"integrity": "sha512-Htf/gHj2+soPb9UayUNci/Ja3d8pTmu9ONTfh4QY8r3MATTZOzmv6UYWF7ZwikEIC8okpfqmGqrmDehua8mF8w==", |
|
|
|
"dev": true, |
|
|
|
"dependencies": { |
|
|
|
"@alloc/quick-lru": "^5.2.0", |
|
|
|
|
|
@ -26,8 +26,8 @@ |
|
|
|
"devDependencies": { |
|
|
|
"@tailwindcss/forms": "^0.5.9", |
|
|
|
"eslint-config-athom": "^3.1.3", |
|
|
|
"nodemon": "^3.1.4", |
|
|
|
"tailwindcss": "^3.4.11" |
|
|
|
"nodemon": "^3.1.7", |
|
|
|
"tailwindcss": "^3.4.12" |
|
|
|
}, |
|
|
|
"nodemonConfig": { |
|
|
|
"ignore": [ |
|
|
|