|
1230 | 1230 | webpack-node-externals "^2.5.2"
|
1231 | 1231 | webpackbar "^4.0.0"
|
1232 | 1232 |
|
1233 |
| -"@nuxtjs/eslint-config@latest": |
| 1233 | +"@nuxtjs/eslint-config-typescript@latest": |
| 1234 | + version "5.0.0" |
| 1235 | + resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config-typescript/-/eslint-config-typescript-5.0.0.tgz#060c1402e559b1df78c8c19b2f5a873eac53cab2" |
| 1236 | + integrity sha512-jw6h/WsdPc5i5l+a3DmEdpoAbFE4Tt7X6DBdXY7gfAsZ6bfzjoMzoHYaAmUk2tWkRDZmYvP6YANkbvi3X3pPAg== |
| 1237 | + dependencies: |
| 1238 | + "@nuxtjs/eslint-config" "5.0.0" |
| 1239 | + "@typescript-eslint/eslint-plugin" "^4.7.0" |
| 1240 | + "@typescript-eslint/parser" "^4.7.0" |
| 1241 | + |
| 1242 | +"@nuxtjs/eslint-config@5.0.0": |
1234 | 1243 | version "5.0.0"
|
1235 | 1244 | resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config/-/eslint-config-5.0.0.tgz#d66143ee4ada9d944de0bfbe2d7e4693a2e20d60"
|
1236 | 1245 | integrity sha512-xoi0CPpFj4hOTz5xMiqGK314276gOmI+8W+3tgybqsKiKQBFXe1IOUjHzsuGqkS44iGy+GmmrwA387ojvKnhkQ==
|
|
1655 | 1664 | "@types/webpack-sources" "*"
|
1656 | 1665 | source-map "^0.6.0"
|
1657 | 1666 |
|
1658 |
| -"@typescript-eslint/experimental-utils@^4.0.1": |
| 1667 | +"@typescript-eslint/eslint-plugin@^4.7.0": |
| 1668 | + version "4.13.0" |
| 1669 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.13.0.tgz#5f580ea520fa46442deb82c038460c3dd3524bb6" |
| 1670 | + integrity sha512-ygqDUm+BUPvrr0jrXqoteMqmIaZ/bixYOc3A4BRwzEPTZPi6E+n44rzNZWaB0YvtukgP+aoj0i/fyx7FkM2p1w== |
| 1671 | + dependencies: |
| 1672 | + "@typescript-eslint/experimental-utils" "4.13.0" |
| 1673 | + "@typescript-eslint/scope-manager" "4.13.0" |
| 1674 | + debug "^4.1.1" |
| 1675 | + functional-red-black-tree "^1.0.1" |
| 1676 | + lodash "^4.17.15" |
| 1677 | + regexpp "^3.0.0" |
| 1678 | + semver "^7.3.2" |
| 1679 | + tsutils "^3.17.1" |
| 1680 | + |
| 1681 | +"@typescript-eslint/experimental-utils@4.13.0", "@typescript-eslint/experimental-utils@^4.0.1": |
1659 | 1682 | version "4.13.0"
|
1660 | 1683 | resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.13.0.tgz#9dc9ab375d65603b43d938a0786190a0c72be44e"
|
1661 | 1684 | integrity sha512-/ZsuWmqagOzNkx30VWYV3MNB/Re/CGv/7EzlqZo5RegBN8tMuPaBgNK6vPBCQA8tcYrbsrTdbx3ixMRRKEEGVw==
|
|
1667 | 1690 | eslint-scope "^5.0.0"
|
1668 | 1691 | eslint-utils "^2.0.0"
|
1669 | 1692 |
|
| 1693 | +"@typescript-eslint/parser@^4.7.0": |
| 1694 | + version "4.13.0" |
| 1695 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.13.0.tgz#c413d640ea66120cfcc37f891e8cb3fd1c9d247d" |
| 1696 | + integrity sha512-KO0J5SRF08pMXzq9+abyHnaGQgUJZ3Z3ax+pmqz9vl81JxmTTOUfQmq7/4awVfq09b6C4owNlOgOwp61pYRBSg== |
| 1697 | + dependencies: |
| 1698 | + "@typescript-eslint/scope-manager" "4.13.0" |
| 1699 | + "@typescript-eslint/types" "4.13.0" |
| 1700 | + "@typescript-eslint/typescript-estree" "4.13.0" |
| 1701 | + debug "^4.1.1" |
| 1702 | + |
1670 | 1703 | "@typescript-eslint/scope-manager@4.13.0":
|
1671 | 1704 | version "4.13.0"
|
1672 | 1705 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.13.0.tgz#5b45912a9aa26b29603d8fa28f5e09088b947141"
|
|
0 commit comments