From 0e3823f7c0646e9b5f0a493342fa1f9b354ad8db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 13:04:34 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/config-conventional Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 13.1.0 to 17.0.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.0.0/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a5e9a31..21b8ef13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,8 +15,8 @@ "next-offline": "5.0.5", "node-fetch": "2.6.2", "pino": "7.10.0", - "react": "latest", - "react-dom": "latest" + "react": "*", + "react-dom": "*" }, "devDependencies": { "@babel/cli": "7.17.6", @@ -26,7 +26,7 @@ "@babel/plugin-syntax-object-rest-spread": "7.8.3", "@babel/preset-env": "7.16.11", "@commitlint/cli": "^13.1.0", - "@commitlint/config-conventional": "^13.1.0", + "@commitlint/config-conventional": "^17.0.0", "@next/bundle-analyzer": "12.1.5", "@storybook/addon-a11y": "6.4.21", "@storybook/addon-controls": "6.4.21", @@ -2255,15 +2255,15 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-13.1.0.tgz", - "integrity": "sha512-zukJXqdr6jtMiVRy3tTHmwgKcUMGfqKDEskRigc5W3k2aYF4gBAtCEjMAJGZgSQE4DMcHeok0pEV2ANmTpb0cw==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.0.0.tgz", + "integrity": "sha512-jttJXBIq3AuQCvUVwxSctCwKfHxxbALE0IB9OIHYCu/eQdOzPxN72pugeZsWDo1VK/T9iFx+MZoPb6Rb1/ylsw==", "dev": true, "dependencies": { "conventional-changelog-conventionalcommits": "^4.3.1" }, "engines": { - "node": ">=v12" + "node": ">=v14" } }, "node_modules/@commitlint/ensure": { @@ -38750,9 +38750,9 @@ } }, "@commitlint/config-conventional": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-13.1.0.tgz", - "integrity": "sha512-zukJXqdr6jtMiVRy3tTHmwgKcUMGfqKDEskRigc5W3k2aYF4gBAtCEjMAJGZgSQE4DMcHeok0pEV2ANmTpb0cw==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.0.0.tgz", + "integrity": "sha512-jttJXBIq3AuQCvUVwxSctCwKfHxxbALE0IB9OIHYCu/eQdOzPxN72pugeZsWDo1VK/T9iFx+MZoPb6Rb1/ylsw==", "dev": true, "requires": { "conventional-changelog-conventionalcommits": "^4.3.1" diff --git a/package.json b/package.json index 7d85d5b7..09cffa7c 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@babel/plugin-syntax-object-rest-spread": "7.8.3", "@babel/preset-env": "7.16.11", "@commitlint/cli": "^13.1.0", - "@commitlint/config-conventional": "^13.1.0", + "@commitlint/config-conventional": "^17.0.0", "@next/bundle-analyzer": "12.1.5", "@storybook/addon-a11y": "6.4.21", "@storybook/addon-controls": "6.4.21",