Skip to content

Commit d3a58e2

Browse files
committed
chore: clean up root package metadata and align lockfile
1 parent 400a8d8 commit d3a58e2

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

package-lock.json

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "tints-and-shades",
33
"version": "0.0.0",
44
"private": true,
5+
"engines": {
6+
"node": ">=18"
7+
},
58
"description": "Easily make tints and shades that match the output of Chrome DevTools, Sass, Less, and PostCSS.",
69
"main": "index.js",
710
"workspaces": [
@@ -37,11 +40,10 @@
3740
},
3841
"devDependencies": {
3942
"@11ty/eleventy": "^3.1.2",
40-
"@11ty/eleventy-dev-server": "^2.0.4",
41-
"concurrently": "^9.0.1",
42-
"gh-pages": "^6.1.1",
43-
"nodemon": "^3.1.4",
44-
"sass": "^1.78.0",
45-
"turndown": "^7.2.0"
43+
"concurrently": "^9.2.1",
44+
"gh-pages": "^6.3.0",
45+
"nodemon": "^3.1.11",
46+
"sass": "^1.96.0",
47+
"turndown": "^7.2.2"
4648
}
4749
}

0 commit comments

Comments
 (0)