|
33 | 33 | "ts-check:src": "tsc --noEmit", |
34 | 34 | "eslint": "eslint ./src/**/*.ts ./test/**/*.ts", |
35 | 35 | "eslint:fix": "eslint --fix ./src/**/*.ts ./test/**/*.ts", |
36 | | - "prettier": "node node_modules/prettier/bin-prettier.js --check **/*.{ts,json}", |
| 36 | + "prettier": "prettier --check **/*.{ts,json}", |
37 | 37 | "prettier:fix": "npm run prettier -- --write", |
38 | 38 | "release": "npm run dist:collect && semantic-release", |
39 | 39 | "postversion": "cp -r package.json ../ && cp -r package-lock.json ../", |
|
61 | 61 | "@semantic-release/changelog": "6.0.1", |
62 | 62 | "@semantic-release/git": "10.0.1", |
63 | 63 | "@semantic-release/github": "8.0.6", |
64 | | - "@types/jasmine": "4.3.0", |
| 64 | + "@types/jasmine": "^5.1.4", |
65 | 65 | "@types/lodash-es": "4.17.7", |
66 | 66 | "@types/micromatch": "4.0.2", |
67 | 67 | "@types/node": "16.18.31", |
68 | | - "@typescript-eslint/eslint-plugin": "5.35.1", |
69 | | - "@typescript-eslint/parser": "5.59.6", |
| 68 | + "@typescript-eslint/eslint-plugin": "^6.15.0", |
| 69 | + "@typescript-eslint/parser": "^6.15.0", |
70 | 70 | "all-contributors-cli": "6.20.0", |
71 | 71 | "clean-webpack-plugin": "4.0.0", |
72 | 72 | "commitizen": "4.2.5", |
73 | 73 | "conventional-changelog-angular": "5.0.13", |
74 | 74 | "cross-env": "7.0.3", |
75 | 75 | "cross-var": "1.1.0", |
76 | 76 | "cz-customizable": "6.9.2", |
77 | | - "eslint": "8.22.0", |
78 | | - "eslint-config-prettier": "8.8.0", |
| 77 | + "eslint": "^8.56.0", |
| 78 | + "eslint-config-prettier": "^9.1.0", |
79 | 79 | "eslint-plugin-import": "2.26.0", |
80 | | - "eslint-plugin-prettier": "4.2.1", |
81 | | - "eslint-webpack-plugin": "3.2.0", |
| 80 | + "eslint-plugin-prettier": "^5.1.2", |
| 81 | + "eslint-webpack-plugin": "^4.0.1", |
82 | 82 | "git-branch-is": "4.0.0", |
83 | 83 | "husky": "8.0.1", |
84 | | - "jasmine": "4.3.0", |
| 84 | + "jasmine": "^5.1.0", |
85 | 85 | "jasmine-spec-reporter": "7.0.0", |
86 | 86 | "no-emit-webpack-plugin": "4.0.1", |
87 | | - "prettier": "2.8.8", |
| 87 | + "prettier": "^3.1.1", |
88 | 88 | "regenerator-runtime": "0.13.11", |
89 | 89 | "semantic-release": "19.0.5", |
90 | 90 | "semantic-release-slack-bot": "3.5.3", |
91 | | - "ts-loader": "9.3.1", |
92 | | - "ts-node": "10.9.1", |
93 | | - "ts-patch": "^3.0.0-beta3", |
| 91 | + "ts-loader": "^9.5.1", |
| 92 | + "ts-node": "^10.9.2", |
| 93 | + "ts-patch": "^3.1.1", |
94 | 94 | "tsconfig-paths": "4.2.0", |
95 | | - "typescript": "^5.0.4", |
| 95 | + "typescript": "^5.3.3", |
96 | 96 | "webpack": "5.76.1", |
97 | 97 | "webpack-cli": "4.10.0", |
98 | 98 | "webpack-merge": "5.8.0", |
99 | 99 | "webpack-node-externals": "3.0.0" |
100 | 100 | }, |
101 | 101 | "dependencies": { |
102 | 102 | "lodash-es": "4.17.21", |
103 | | - "micromatch": "4.0.5", |
104 | | - "winston": "3.7.2" |
| 103 | + "micromatch": "4.0.5" |
105 | 104 | }, |
106 | 105 | "peerDependencies": { |
107 | 106 | "typescript": "^5.0.4" |
|
0 commit comments