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

Commit 10ecea1

Browse files
committed
dependency bump
1 parent c7da97d commit 10ecea1

File tree

2 files changed

+85
-86
lines changed

2 files changed

+85
-86
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"develop": "npm dev",
2727
"export": "next export",
2828
"format": "npx prettier --config=prettier.config.js '**/*.{js,jsx,ts,tsx,md,html,css,scss,json,yml}' --write || true",
29-
"lint": "npm format && npm lint:js && npm lint:css",
29+
"lint": "npm run format && npm run lint:js && npm run lint:css",
3030
"lint:css": "npx stylelint --config=stylelint.config.js '**/*.css' --fix || true",
3131
"lint:js": "npx eslint --config=.eslintrc.js ./ --fix || true",
3232
"postbuild": "next-sitemap",
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"@apollo/client": "^3.3.11",
4343
"@arkweid/lefthook": "^0.7.2",
44-
"@babel/core": "^7.12.16",
44+
"@babel/core": "^7.12.17",
4545
"@storybook/addon-a11y": "^6.1.18",
4646
"@storybook/addon-essentials": "^6.1.18",
4747
"@storybook/addon-links": "^6.1.18",
@@ -55,7 +55,7 @@
5555
"dayjs": "^1.10.4",
5656
"deepmerge": "^4.2.2",
5757
"eslint": "^7.20.0",
58-
"eslint-config-prettier": "^7.2.0",
58+
"eslint-config-prettier": "^8.0.0",
5959
"eslint-plugin-import": "^2.22.1",
6060
"eslint-plugin-jsdoc": "^32.1.0",
6161
"eslint-plugin-jsx-a11y": "^6.4.1",

0 commit comments

Comments
 (0)