|
59 | 59 | "clean": "nx run-many --target=clean && rimraf node_modules", |
60 | 60 | "preinstall": "node verify-node-version.cjs", |
61 | 61 | "postinstall": "is-ci || husky install || exit 0", |
62 | | - "lint:eslint": "cross-env NO_LOGS=true eslint -c ./.eslintrc.js --ext js,cjs,mjs,ts,tsx,json,yaml,yml,md,mdx ./packages --cache --cache-strategy content .", |
| 62 | + "lint:eslint": "cross-env NO_LOGS=true eslint -c ./.eslintrc.js --ext js,cjs,mjs,ts,tsx,json,yaml,yml,md,mdx ./packages --cache --cache-strategy content", |
63 | 63 | "lint:eslint:fix": "pnpm run lint:eslint --fix", |
64 | 64 | "lint:prettier:root": "prettier --config=.prettierrc.js --check '*.{json,yml,yaml,js,ts}'", |
65 | 65 | "lint:prettier:root:fix": "prettier --config=.prettierrc.js --write '*.{json,yml,yaml,js,ts}'", |
|
83 | 83 | "test:stylelint-config": "pnpm --filter \"stylelint-config\" run test" |
84 | 84 | }, |
85 | 85 | "dependencies": { |
86 | | - "@babel/cli": "^7.22.15", |
87 | | - "@babel/core": "^7.22.20", |
| 86 | + "@babel/cli": "^7.23.0", |
| 87 | + "@babel/core": "^7.23.0", |
88 | 88 | "@babel/preset-env": "^7.22.20", |
89 | 89 | "@commitlint/cli": "^17.7.1", |
90 | 90 | "@commitlint/config-conventional": "^17.7.0", |
91 | 91 | "@commitlint/core": "^17.7.1", |
92 | 92 | "@nrwl/cli": "latest", |
93 | | - "@nrwl/js": "^16.8.1", |
| 93 | + "@nrwl/js": "^16.9.0", |
94 | 94 | "@nrwl/nx-cloud": "16.4.0", |
95 | | - "@nrwl/tao": "16.8.1", |
96 | | - "@nrwl/workspace": "16.8.1", |
| 95 | + "@nrwl/tao": "16.9.0", |
| 96 | + "@nrwl/workspace": "16.9.0", |
97 | 97 | "@qiwi/multi-semantic-release": "^7.0.0", |
98 | 98 | "@secretlint/secretlint-rule-preset-recommend": "^7.0.7", |
99 | 99 | "@tsconfig/node16": "^16.1.1", |
|
105 | 105 | "conventional-changelog-conventionalcommits": "6.1.0", |
106 | 106 | "cross-env": "^7.0.3", |
107 | 107 | "cz-conventional-changelog": "^3.3.0", |
108 | | - "eslint": "^8.49.0", |
| 108 | + "eslint": "^8.50.0", |
109 | 109 | "eslint-plugin-etc": "^2.0.3", |
110 | 110 | "eslint-plugin-typescript-sort-keys": "^3.0.0", |
111 | 111 | "eslint-plugin-vitest": "^0.3.1", |
112 | 112 | "husky": "^8.0.3", |
113 | 113 | "is-ci": "^3.0.1", |
114 | 114 | "lint-staged": "^14.0.1", |
115 | | - "nx": "16.8.1", |
| 115 | + "nx": "16.9.0", |
116 | 116 | "postcss": "^8.4.30", |
117 | 117 | "prettier": "^3.0.3", |
118 | 118 | "read-pkg": "^8.0.0", |
119 | | - "rimraf": "^5.0.1", |
| 119 | + "rimraf": "^5.0.2", |
120 | 120 | "secretlint": "7.0.7", |
121 | 121 | "semantic-release": "^21.1.2", |
122 | 122 | "sort-package-json": "^2.5.1", |
|
0 commit comments