Skip to content

Commit 9b2bdb7

Browse files
committed
update deps
1 parent 92b9351 commit 9b2bdb7

File tree

2 files changed

+234
-122
lines changed

2 files changed

+234
-122
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "designsystemsdev",
2+
"name": "designsystems.dev",
33
"private": false,
4-
"description": "",
4+
"description": "A technology-agnostic knowledge base and practical guide for developing design systems at scale.",
55
"version": "0.1.0",
66
"license": "MIT",
77
"scripts": {
@@ -13,18 +13,18 @@
1313
"watch:css": "postcss src/styles/index.css -o src/includes/css/styles.css --watch"
1414
},
1515
"devDependencies": {
16-
"@11ty/eleventy": "^0.10.0",
16+
"@11ty/eleventy": "^0.11.0",
1717
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1",
18-
"autoprefixer": "^9.7.4",
19-
"concurrently": "^5.1.0",
18+
"autoprefixer": "^9.7.6",
19+
"concurrently": "^5.2.0",
2020
"cssnano": "^4.1.10",
2121
"eleventy-plugin-error-overlay": "^0.1.2",
2222
"eleventy-plugin-nesting-toc": "^1.2.0",
23-
"markdown-it-anchor": "^5.2.5",
24-
"postcss": "^7.0.27",
25-
"postcss-cli": "^7.1.0",
23+
"markdown-it-anchor": "^5.2.7",
24+
"postcss": "^7.0.30",
25+
"postcss-cli": "^7.1.1",
2626
"postcss-import": "^12.0.1",
27-
"prettier": "^1.19.1",
27+
"prettier": "^2.0.5",
2828
"resetti": "^1.1.3"
2929
},
3030
"repository": {

0 commit comments

Comments
 (0)