|
58 | 58 | "test": "echo no tests"
|
59 | 59 | },
|
60 | 60 | "dependencies": {
|
61 |
| - "deepmerge-ts": "^4.0.0" |
| 61 | + "deepmerge-ts": "^4.2.2" |
62 | 62 | },
|
63 | 63 | "devDependencies": {
|
64 |
| - "@commitlint/cli": "^17.0.2", |
65 |
| - "@commitlint/config-conventional": "^17.0.2", |
66 |
| - "@rollup/plugin-commonjs": "^22.0.0", |
67 |
| - "@rollup/plugin-node-resolve": "^14.0.0", |
68 |
| - "@rollup/plugin-typescript": "^8.3.0", |
69 |
| - "@semantic-release/changelog": "^6.0.1", |
| 64 | + "@commitlint/cli": "^17.4.2", |
| 65 | + "@commitlint/config-conventional": "^17.4.2", |
| 66 | + "@rollup/plugin-commonjs": "^24.0.1", |
| 67 | + "@rollup/plugin-node-resolve": "^15.0.1", |
| 68 | + "@rollup/plugin-typescript": "^11.0.0", |
| 69 | + "@semantic-release/changelog": "^6.0.2", |
70 | 70 | "@semantic-release/commit-analyzer": "^9.0.2",
|
71 | 71 | "@semantic-release/git": "^10.0.1",
|
72 |
| - "@semantic-release/github": "^8.0.2", |
73 |
| - "@semantic-release/npm": "^9.0.0", |
| 72 | + "@semantic-release/github": "^8.0.7", |
| 73 | + "@semantic-release/npm": "^9.0.2", |
74 | 74 | "@semantic-release/release-notes-generator": "^10.0.3",
|
75 |
| - "@types/eslint": "^8.4.1", |
76 |
| - "@types/node": "^17.0.15", |
77 |
| - "@typescript-eslint/eslint-plugin": "^5.10.2", |
78 |
| - "@typescript-eslint/parser": "^5.10.2", |
79 |
| - "commitizen": "^4.2.4", |
80 |
| - "cspell": "^6.1.0", |
| 75 | + "@types/eslint": "^8.4.10", |
| 76 | + "@types/node": "^18.11.18", |
| 77 | + "@typescript-eslint/eslint-plugin": "^5.49.0", |
| 78 | + "@typescript-eslint/parser": "^5.49.0", |
| 79 | + "commitizen": "^4.3.0", |
| 80 | + "cspell": "^6.19.2", |
81 | 81 | "cz-conventional-changelog": "^3.3.0",
|
82 |
| - "eslint": "^8.24.0", |
83 |
| - "eslint-config-prettier": "^8.3.0", |
84 |
| - "eslint-import-resolver-typescript": "^3.4.0", |
| 82 | + "eslint": "^8.33.0", |
| 83 | + "eslint-config-prettier": "^8.6.0", |
| 84 | + "eslint-import-resolver-typescript": "^3.5.3", |
85 | 85 | "eslint-plugin-eslint-comments": "^3.2.0",
|
86 |
| - "eslint-plugin-functional": "^5.0.0-beta.14", |
87 |
| - "eslint-plugin-import": "^2.25.4", |
88 |
| - "eslint-plugin-jsdoc": "^39.2.9", |
| 86 | + "eslint-plugin-functional": "^5.0.0", |
| 87 | + "eslint-plugin-import": "^2.27.5", |
| 88 | + "eslint-plugin-jsdoc": "^39.7.4", |
89 | 89 | "eslint-plugin-markdown": "^3.0.0",
|
90 | 90 | "eslint-plugin-node": "^11.1.0",
|
91 | 91 | "eslint-plugin-optimize-regex": "^1.2.1",
|
92 |
| - "eslint-plugin-prettier": "^4.0.0", |
93 |
| - "eslint-plugin-promise": "^6.0.0", |
94 |
| - "eslint-plugin-sonarjs": "^0.15.0", |
95 |
| - "eslint-plugin-unicorn": "^43.0.0", |
96 |
| - "husky": "^8.0.1", |
97 |
| - "lint-staged": "^13.0.3", |
98 |
| - "markdownlint-cli": "^0.32.2", |
| 92 | + "eslint-plugin-prettier": "^4.2.1", |
| 93 | + "eslint-plugin-promise": "^6.1.1", |
| 94 | + "eslint-plugin-sonarjs": "^0.18.0", |
| 95 | + "eslint-plugin-unicorn": "^45.0.2", |
| 96 | + "husky": "^8.0.3", |
| 97 | + "lint-staged": "^13.1.0", |
| 98 | + "markdownlint-cli": "^0.33.0", |
99 | 99 | "nyc": "^15.1.0",
|
100 |
| - "prettier": "^2.5.1", |
101 |
| - "rimraf": "^3.0.2", |
102 |
| - "rollup": "^2.67.0", |
| 100 | + "prettier": "^2.8.3", |
| 101 | + "rimraf": "^4.1.2", |
| 102 | + "rollup": "^3.12.0", |
103 | 103 | "rollup-plugin-auto-external": "^2.0.0",
|
104 |
| - "semantic-release": "^19.0.2", |
105 |
| - "ts-node": "^10.4.0", |
106 |
| - "tsconfig-paths": "^4.0.0", |
107 |
| - "tslib": "^2.3.1", |
108 |
| - "typescript": "^4.5.5" |
| 104 | + "semantic-release": "^20.1.0", |
| 105 | + "ts-node": "^10.9.1", |
| 106 | + "tsconfig-paths": "^4.1.2", |
| 107 | + "tslib": "^2.5.0", |
| 108 | + "typescript": "^4.9.4" |
109 | 109 | },
|
110 | 110 | "peerDependencies": {
|
111 | 111 | "@typescript-eslint/eslint-plugin": "*",
|
112 | 112 | "@typescript-eslint/parser": "*",
|
113 | 113 | "eslint": ">=8.24.0",
|
114 | 114 | "eslint-import-resolver-typescript": "*",
|
115 | 115 | "eslint-plugin-eslint-comments": "*",
|
116 |
| - "eslint-plugin-functional": ">=5.0.0-beta.14", |
| 116 | + "eslint-plugin-functional": ">=5.0.0", |
117 | 117 | "eslint-plugin-import": "*",
|
118 | 118 | "eslint-plugin-jsdoc": "*",
|
119 | 119 | "eslint-plugin-markdown": "*",
|
|
0 commit comments