|
50 | 50 | "author": "Jamie Rolfs <[email protected]>",
|
51 | 51 | "license": "MIT",
|
52 | 52 | "dependencies": {
|
53 |
| - "@commitlint/cli": "^17.3.0", |
54 |
| - "@commitlint/config-conventional": "^17.3.0", |
55 |
| - "@commitlint/prompt": "^17.3.0", |
56 |
| - "@swc-node/jest": "^1.5.5", |
57 |
| - "@swc/core": "^1.3.22", |
| 53 | + "@commitlint/cli": "^17.4.2", |
| 54 | + "@commitlint/config-conventional": "^17.4.2", |
| 55 | + "@commitlint/prompt": "^17.4.2", |
| 56 | + "@swc-node/jest": "^1.5.6", |
| 57 | + "@swc/core": "^1.3.27", |
58 | 58 | "@swc/helpers": "^0.4.14",
|
59 |
| - "@types/jest": "^29.0.0", |
60 |
| - "@types/lodash.has": "^4.5.6", |
| 59 | + "@types/jest": "^29.2.5", |
| 60 | + "@types/lodash.has": "^4.5.7", |
61 | 61 | "@types/mkdirp": "^1.0.2",
|
62 |
| - "@types/node": "^18.11.12", |
| 62 | + "@types/node": "^18.11.18", |
63 | 63 | "@types/rimraf": "^3.0.2",
|
64 | 64 | "@types/which": "^2.0.1",
|
65 |
| - "@typescript-eslint/eslint-plugin": "^5.45.1", |
66 |
| - "@typescript-eslint/parser": "^5.45.1", |
67 |
| - "commitizen": "^4.2.4", |
68 |
| - "concurrently": "^7.0.0", |
69 |
| - "cosmiconfig": "^7.0.1", |
| 65 | + "@typescript-eslint/eslint-plugin": "^5.48.2", |
| 66 | + "@typescript-eslint/parser": "^5.48.2", |
| 67 | + "commitizen": "^4.2.6", |
| 68 | + "concurrently": "^7.6.0", |
| 69 | + "cosmiconfig": "^8.0.0", |
70 | 70 | "cross-env": "^7.0.3",
|
71 | 71 | "cross-spawn": "^7.0.1",
|
72 |
| - "doctoc": "^2.1.0", |
73 |
| - "eslint": "^8.29.0", |
| 72 | + "doctoc": "^2.2.1", |
| 73 | + "eslint": "^8.32.0", |
74 | 74 | "eslint-config-airbnb": "19.0.4",
|
75 | 75 | "eslint-config-airbnb-typescript": "^17.0.0",
|
76 |
| - "eslint-config-prettier": "^8.5.0", |
77 |
| - "eslint-plugin-import": "^2.26.0", |
78 |
| - "eslint-plugin-jest": "^26.9.0", |
79 |
| - "eslint-plugin-jsx-a11y": "^6.6.1", |
| 76 | + "eslint-config-prettier": "^8.6.0", |
| 77 | + "eslint-plugin-import": "^2.27.5", |
| 78 | + "eslint-plugin-jest": "^27.2.1", |
| 79 | + "eslint-plugin-jsx-a11y": "^6.7.1", |
80 | 80 | "eslint-plugin-prettier": "^4.2.1",
|
81 |
| - "eslint-plugin-react": "^7.31.11", |
| 81 | + "eslint-plugin-react": "^7.32.1", |
82 | 82 | "eslint-plugin-react-hooks": "^4.6.0",
|
83 |
| - "glob": "^8.0.3", |
| 83 | + "glob": "^8.1.0", |
84 | 84 | "is-ci": "^3.0.1",
|
85 |
| - "jest": "^29.0.2", |
86 |
| - "jest-environment-jsdom": "^29.0.3", |
| 85 | + "jest": "^29.3.1", |
| 86 | + "jest-environment-jsdom": "^29.3.1", |
87 | 87 | "jest-github-actions-reporter": "^1.0.3",
|
88 |
| - "jest-watch-typeahead": "^2.1.1", |
89 |
| - "lint-staged": "^12.3.4", |
| 88 | + "jest-watch-typeahead": "^2.2.1", |
| 89 | + "lint-staged": "^13.1.0", |
90 | 90 | "lodash.has": "^4.5.2",
|
91 |
| - "mkdirp": "^1.0.3", |
92 |
| - "prettier": "^2.8.1", |
| 91 | + "mkdirp": "^2.1.3", |
| 92 | + "prettier": "^2.8.3", |
93 | 93 | "read-pkg-up": "^7.0.1",
|
94 |
| - "rimraf": "^3.0.2", |
95 |
| - "tslib": "^2.4.0", |
| 94 | + "rimraf": "^4.1.1", |
| 95 | + "tslib": "^2.4.1", |
96 | 96 | "typescript": "^4",
|
97 |
| - "which": "^2.0.2", |
98 |
| - "yargs-parser": "^21.0.1" |
| 97 | + "which": "^3.0.0", |
| 98 | + "yargs-parser": "^21.1.1" |
99 | 99 | },
|
100 | 100 | "eslintConfig": {
|
101 | 101 | "parserOptions": {
|
|
111 | 111 | "import/no-unassigned-import": "off",
|
112 | 112 | "no-console": "off",
|
113 | 113 | "no-nested-ternary": "off",
|
114 |
| - "no-useless-catch": "off" |
| 114 | + "no-useless-catch": "off", |
| 115 | + "jest/prefer-snapshot-hint": "off" |
115 | 116 | }
|
116 | 117 | },
|
117 | 118 | "eslintIgnore": [
|
|
128 | 129 | },
|
129 | 130 | "homepage": "https://github.com/hoverinc/hover-javascript#readme",
|
130 | 131 | "devDependencies": {
|
131 |
| - "@babel/cli": "^7.17.10", |
132 |
| - "@babel/core": "^7.17.2", |
133 |
| - "@babel/preset-env": "^7.16.11", |
| 132 | + "@babel/cli": "^7.20.7", |
| 133 | + "@babel/core": "^7.20.12", |
| 134 | + "@babel/preset-env": "^7.20.2", |
134 | 135 | "@types/cross-spawn": "^6.0.2",
|
135 | 136 | "depcheck": "^1.4.3",
|
136 |
| - "eslint-config-kentcdodds": "^20.0.1", |
137 |
| - "husky": "^7.0.4", |
| 137 | + "eslint-config-kentcdodds": "^20.4.0", |
| 138 | + "husky": "^8.0.3", |
138 | 139 | "jest-in-case": "^1.0.2",
|
139 | 140 | "npm-run-all": "^4.1.5",
|
140 | 141 | "slash": "^3.0.0"
|
|
0 commit comments