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",