Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit c7da97d

Browse files
committed
dependency bump
1 parent 55a8ca7 commit c7da97d

File tree

2 files changed

+29
-25
lines changed

2 files changed

+29
-25
lines changed

package-lock.json

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

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
},
1414
"private": true,
1515
"license": "GPL-2.0",
16+
"engines": {
17+
"node": "14",
18+
"npm": "7"
19+
},
1620
"scripts": {
1721
"build": "next build",
1822
"build-storybook": "build-storybook",
@@ -53,7 +57,7 @@
5357
"eslint": "^7.20.0",
5458
"eslint-config-prettier": "^7.2.0",
5559
"eslint-plugin-import": "^2.22.1",
56-
"eslint-plugin-jsdoc": "^32.0.2",
60+
"eslint-plugin-jsdoc": "^32.1.0",
5761
"eslint-plugin-jsx-a11y": "^6.4.1",
5862
"eslint-plugin-prettier": "^3.3.1",
5963
"eslint-plugin-react": "^7.22.0",
@@ -62,7 +66,7 @@
6266
"graphql": "^15.5.0",
6367
"graphql-anywhere": "^4.2.7",
6468
"hamburger-react": "^2.4.0",
65-
"next-seo": "^4.19.0",
69+
"next-seo": "^4.20.0",
6670
"next-sitemap": "^1.5.6",
6771
"postcss": "7.0.35",
6872
"postcss-flexbugs-fixes": "4.2.1",
@@ -75,7 +79,7 @@
7579
"react-twitter-embed": "^3.0.3",
7680
"storybook-addon-next-router": "^2.0.4",
7781
"storybook-css-modules-preset": "^1.0.6",
78-
"stylelint": "^13.10.0",
82+
"stylelint": "^13.11.0",
7983
"stylelint-config-standard": "^20.0.0",
8084
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.3",
8185
"yup": "^0.32.9"

0 commit comments

Comments
 (0)