Skip to content

Commit abace6e

Browse files

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

apps/nuxt2-particles-demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@babel/eslint-parser": "^7.18.2",
32-
"@commitlint/cli": "^17.0.0",
32+
"@commitlint/cli": "^17.0.1",
3333
"@commitlint/config-conventional": "^17.0.0",
3434
"@nuxtjs/eslint-config": "^10.0.0",
3535
"@nuxtjs/eslint-module": "^3.0.2",

apps/nuxt2-particles-demo/yarn.lock

+5-4
Original file line numberDiff line numberDiff line change
@@ -936,16 +936,17 @@
936936
"@babel/helper-validator-identifier" "^7.16.7"
937937
to-fast-properties "^2.0.0"
938938

939-
"@commitlint/cli@^17.0.0":
940-
version "17.0.0"
941-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.0.0.tgz#6c86c6b0eba4ba1204a19833c3c962b623f35518"
942-
integrity sha512-Np6slCdVVG1XwMvwbZrXIzS1INPAD5QmN4L6al04AmCd4nAPU63gxgxC5Mz0Fmx7va23Uvb0S7yEFV1JPhvPUQ==
939+
"@commitlint/cli@^17.0.1":
940+
version "17.0.1"
941+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.0.1.tgz#88c5ad3f297760ded589c3a33ed49321242e7ab0"
942+
integrity sha512-5xT1G5pnynR0tk/ms8Ji7yr9lZCeQs4GLVVtyK/gw20w+enoLTVuRKKY9zg88hy9FoCycc/W8iip2xv3c8payg==
943943
dependencies:
944944
"@commitlint/format" "^17.0.0"
945945
"@commitlint/lint" "^17.0.0"
946946
"@commitlint/load" "^17.0.0"
947947
"@commitlint/read" "^17.0.0"
948948
"@commitlint/types" "^17.0.0"
949+
execa "^5.0.0"
949950
lodash "^4.17.19"
950951
resolve-from "5.0.0"
951952
resolve-global "1.0.0"

0 commit comments

Comments
 (0)