|
5 | 5 | "description": "Mobile & desktop-friendly, tiny, efficient (vanilaJS) carousel which takes advantage of CSS snap points (or polyfills it)!", |
6 | 6 | "author": "Jakub Freisler <[email protected]>", |
7 | 7 | "license": "MIT", |
8 | | - "packageManager": "pnpm@7.9.0", |
| 8 | + "packageManager": "pnpm@7.33.6", |
9 | 9 | "scripts": { |
10 | 10 | "release": "pnpm -r publish", |
11 | 11 | "release:ci": "pnpm release", |
|
42 | 42 | "url": "https://github.com/FRSource/tiny-carousel/issues" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | | - "@commitlint/cli": "17.0.3", |
46 | | - "@commitlint/config-conventional": "17.0.3", |
| 45 | + "@commitlint/cli": "17.7.1", |
| 46 | + "@commitlint/config-conventional": "17.7.0", |
47 | 47 | "@textlint-rule/textlint-rule-no-unmatched-pair": "1.0.8", |
48 | 48 | "@types/jest": "27.5.2", |
49 | 49 | "@typescript-eslint/eslint-plugin": "5.60.1", |
50 | 50 | "@typescript-eslint/parser": "5.60.1", |
51 | | - "concurrently": "7.3.0", |
| 51 | + "concurrently": "7.6.0", |
52 | 52 | "coveralls": "3.1.1", |
53 | | - "cpy-cli": "4.1.0", |
| 53 | + "cpy-cli": "4.2.0", |
54 | 54 | "dictionary-en": "3.2.0", |
55 | 55 | "eslint": "8.44.0", |
56 | 56 | "eslint-plugin-eslint-comments": "3.2.0", |
|
63 | 63 | "postcss-import": "14.1.0", |
64 | 64 | "postcss-reporter": "7.0.5", |
65 | 65 | "rimraf": "3.0.2", |
66 | | - "sass": "1.54.4", |
| 66 | + "sass": "1.66.1", |
67 | 67 | "stylelint": "15.10.1", |
68 | 68 | "stylelint-config-sass-guidelines": "9.0.1", |
69 | | - "textlint": "12.2.1", |
| 69 | + "textlint": "12.6.1", |
70 | 70 | "textlint-filter-rule-comments": "1.2.2", |
71 | 71 | "textlint-rule-abbr-within-parentheses": "1.0.2", |
72 | 72 | "textlint-rule-alex": "3.0.0", |
|
82 | 82 | "textlint-rule-terminology": "3.0.2", |
83 | 83 | "textlint-rule-unexpanded-acronym": "1.2.4", |
84 | 84 | "ts-jest": "27.1.5", |
85 | | - "typescript": "4.7.4" |
| 85 | + "typescript": "4.9.5" |
86 | 86 | }, |
87 | 87 | "workspaces": { |
88 | 88 | "packages": [ |
|
0 commit comments