|
45 | 45 | "url": "https://github.com/FRSource/tiny-carousel/issues"
|
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
48 |
| - "@axe-core/puppeteer": "^4.1.0", |
49 |
| - "@commitlint/cli": "^12.0.1", |
50 |
| - "@commitlint/config-conventional": "^12.0.1", |
| 48 | + "@axe-core/puppeteer": "^4.2.2", |
| 49 | + "@commitlint/cli": "^13.1.0", |
| 50 | + "@commitlint/config-conventional": "^13.1.0", |
51 | 51 | "@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7",
|
52 | 52 | "@types/jest": "^27.0.1",
|
53 |
| - "@typescript-eslint/eslint-plugin": "^4.12.0", |
54 |
| - "@typescript-eslint/parser": "^4.12.0", |
55 |
| - "concurrently": "^6.0.0", |
56 |
| - "coveralls": "^3.1.0", |
| 53 | + "@typescript-eslint/eslint-plugin": "^4.31.1", |
| 54 | + "@typescript-eslint/parser": "^4.31.1", |
| 55 | + "concurrently": "^6.2.1", |
| 56 | + "coveralls": "^3.1.1", |
57 | 57 | "cpy-cli": "^3.1.1",
|
58 | 58 | "dictionary-en": "^3.1.0",
|
59 |
| - "eslint": "^7.17.0", |
| 59 | + "eslint": "^7.32.0", |
60 | 60 | "eslint-plugin-eslint-comments": "^3.2.0",
|
61 |
| - "eslint-plugin-jest": "^24.1.3", |
| 61 | + "eslint-plugin-jest": "^24.4.0", |
62 | 62 | "eslint-plugin-monorepo": "^0.3.2",
|
63 |
| - "husky": "^6.0.0", |
| 63 | + "husky": "^7.0.2", |
64 | 64 | "identity-obj-proxy": "^3.0.0",
|
65 |
| - "jest": "^26.6.3", |
| 65 | + "jest": "^27.2.0", |
66 | 66 | "lerna": "^4.0.0",
|
67 |
| - "microbundle": "^0.13.0", |
| 67 | + "microbundle": "^0.13.3", |
68 | 68 | "postcss-import": "^14.0.0",
|
69 | 69 | "postcss-reporter": "^7.0.2",
|
70 | 70 | "precss": "^4.0.0",
|
71 |
| - "puppeteer": "^8.0.0", |
| 71 | + "puppeteer": "^10.2.0", |
72 | 72 | "rimraf": "^3.0.2",
|
73 |
| - "sass": "^1.32.2", |
74 |
| - "standard-version": "^9.1.0", |
| 73 | + "sass": "^1.39.2", |
| 74 | + "standard-version": "^9.3.1", |
75 | 75 | "stylelint": "^13.8.0",
|
76 | 76 | "stylelint-config-sass-guidelines": "^8.0.0",
|
77 |
| - "textlint": "^12.0.0", |
| 77 | + "textlint": "^12.0.2", |
78 | 78 | "textlint-filter-rule-comments": "^1.2.2",
|
79 | 79 | "textlint-rule-abbr-within-parentheses": "^1.0.2",
|
80 | 80 | "textlint-rule-alex": "^3.0.0",
|
|
90 | 90 | "textlint-rule-stop-words": "^2.0.9",
|
91 | 91 | "textlint-rule-terminology": "^2.1.4",
|
92 | 92 | "textlint-rule-unexpanded-acronym": "^1.2.4",
|
93 |
| - "ts-jest": "^26.5.0", |
94 |
| - "typescript": "^4.1.5" |
| 93 | + "ts-jest": "^27.0.5", |
| 94 | + "typescript": "^4.4.3" |
95 | 95 | },
|
96 | 96 | "workspaces": {
|
97 |
| - "packages": ["packages/*"], |
98 |
| - "nohoist": ["**/@vuepress", "**/@vuepress/**", "**/vuepress", "**/vuepress/**", "**/vuepress-*", "**/vuepress-*/**"] |
99 |
| - }, |
100 |
| - "resolutions": { |
101 |
| - "**/jest": "^26.6.3", |
102 |
| - "**/babel-jest": "^26.0.0", |
103 |
| - "**/ts-jest": "^26.0.0", |
104 |
| - "**/vue-jest": "^3.0.7" |
| 97 | + "packages": [ |
| 98 | + "packages/*" |
| 99 | + ], |
| 100 | + "nohoist": [ |
| 101 | + "**/@vuepress", |
| 102 | + "**/@vuepress/**", |
| 103 | + "**/vuepress", |
| 104 | + "**/vuepress/**", |
| 105 | + "**/vuepress-*", |
| 106 | + "**/vuepress-*/**", |
| 107 | + "**/jest", |
| 108 | + "jest", |
| 109 | + "@vue/cli-plugin-unit-jest", |
| 110 | + "@vue/cli-plugin-unit-jest/**", |
| 111 | + "**/@vue/cli-plugin-unit-jest", |
| 112 | + "**/@vue/cli-plugin-unit-jest/**" |
| 113 | + ] |
105 | 114 | },
|
106 | 115 | "commitlint": {
|
107 | 116 | "extends": [
|
|
0 commit comments