[READ-ONLY] Mirror of https://github.com/danielroe/siroc. Zero-config build tooling for Node
bundle node package rollup typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): pin dependencies

Renovate Bot (Apr 8, 2022, 10:50 PM UTC) 75055aab 75c859a8

+8 -8
+8 -8
package.json
··· 78 78 "@types/glob": "^7.1.4", 79 79 "@types/jest": "^27.0.1", 80 80 "@types/node": "^16.7.8", 81 - "@typescript-eslint/eslint-plugin": "^4.30.0", 82 - "@typescript-eslint/parser": "^4.30.0", 81 + "@typescript-eslint/eslint-plugin": "4.30.0", 82 + "@typescript-eslint/parser": "4.30.0", 83 83 "codecov": "^3.8.3", 84 84 "conventional-changelog-conventionalcommits": "^4.6.0", 85 - "eslint": "^7.32.0", 86 - "eslint-config-prettier": "^8.3.0", 87 - "eslint-plugin-jest": "^24.4.0", 88 - "eslint-plugin-prettier": "^4.0.0", 89 - "eslint-plugin-promise": "^5.1.0", 85 + "eslint": "7.32.0", 86 + "eslint-config-prettier": "8.3.0", 87 + "eslint-plugin-jest": "24.4.0", 88 + "eslint-plugin-prettier": "4.0.0", 89 + "eslint-plugin-promise": "5.1.0", 90 90 "husky": "^7.0.2", 91 91 "jest": "^27.1.0", 92 92 "jest-environment-node": "^27.1.0", 93 - "lint-staged": "^11.1.2", 93 + "lint-staged": "11.1.2", 94 94 "pinst": "^2.1.6", 95 95 "prettier": "^2.3.2", 96 96 "release-it": "14.11.5",