|
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", |
| 65 | + "@typescript-eslint/eslint-plugin": "^5.48.2", |
| 66 | + "@typescript-eslint/parser": "^5.48.2", |
67 | 67 | "commitizen": "^4.2.6",
|
68 |
| - "concurrently": "^7.0.0", |
69 |
| - "cosmiconfig": "^7.0.1", |
| 68 | + "concurrently": "^7.6.0", |
| 69 | + "cosmiconfig": "^8.0.0", |
70 | 70 | "cross-env": "^7.0.3",
|
71 |
| - "cross-spawn": "^7.0.3", |
| 71 | + "cross-spawn": "^7.0.1", |
72 | 72 | "depcheck": "^1.4.3",
|
73 |
| - "doctoc": "^2.1.0", |
74 |
| - "eslint": "^8.29.0", |
| 73 | + "doctoc": "^2.2.1", |
| 74 | + "eslint": "^8.32.0", |
75 | 75 | "eslint-config-airbnb": "19.0.4",
|
76 | 76 | "eslint-config-airbnb-typescript": "^17.0.0",
|
77 |
| - "eslint-config-prettier": "^8.5.0", |
78 |
| - "eslint-plugin-import": "^2.26.0", |
79 |
| - "eslint-plugin-jest": "^26.9.0", |
80 |
| - "eslint-plugin-jsx-a11y": "^6.6.1", |
| 77 | + "eslint-config-prettier": "^8.6.0", |
| 78 | + "eslint-plugin-import": "^2.27.5", |
| 79 | + "eslint-plugin-jest": "^27.2.1", |
| 80 | + "eslint-plugin-jsx-a11y": "^6.7.1", |
81 | 81 | "eslint-plugin-prettier": "^4.2.1",
|
82 |
| - "eslint-plugin-react": "^7.31.11", |
| 82 | + "eslint-plugin-react": "^7.32.1", |
83 | 83 | "eslint-plugin-react-hooks": "^4.6.0",
|
84 |
| - "glob": "^8.0.3", |
| 84 | + "glob": "^8.1.0", |
85 | 85 | "is-ci": "^3.0.1",
|
86 |
| - "jest": "^29.0.2", |
87 |
| - "jest-environment-jsdom": "^29.0.3", |
| 86 | + "jest": "^29.3.1", |
| 87 | + "jest-environment-jsdom": "^29.3.1", |
88 | 88 | "jest-github-actions-reporter": "^1.0.3",
|
89 |
| - "jest-watch-typeahead": "^2.1.1", |
90 |
| - "lint-staged": "^12.3.4", |
| 89 | + "jest-watch-typeahead": "^2.2.1", |
| 90 | + "lint-staged": "^13.1.0", |
91 | 91 | "lodash.has": "^4.5.2",
|
92 |
| - "mkdirp": "^1.0.4", |
93 |
| - "prettier": "^2.8.1", |
| 92 | + "mkdirp": "^2.1.3", |
| 93 | + "prettier": "^2.8.3", |
94 | 94 | "read-pkg-up": "^7.0.1",
|
95 |
| - "rimraf": "^3.0.2", |
96 |
| - "tslib": "^2.4.0", |
| 95 | + "rimraf": "^4.1.1", |
| 96 | + "tslib": "^2.4.1", |
97 | 97 | "typescript": "^4",
|
98 |
| - "which": "^2.0.2", |
99 |
| - "yargs-parser": "^21.0.1" |
| 98 | + "which": "^3.0.0", |
| 99 | + "yargs-parser": "^21.1.1" |
100 | 100 | },
|
101 | 101 | "eslintConfig": {
|
102 | 102 | "parserOptions": {
|
|
112 | 112 | "import/no-unassigned-import": "off",
|
113 | 113 | "no-console": "off",
|
114 | 114 | "no-nested-ternary": "off",
|
115 |
| - "no-useless-catch": "off" |
| 115 | + "no-useless-catch": "off", |
| 116 | + "jest/prefer-snapshot-hint": "off" |
116 | 117 | }
|
117 | 118 | },
|
118 | 119 | "eslintIgnore": [
|
|
129 | 130 | },
|
130 | 131 | "homepage": "https://github.com/hoverinc/hover-javascript#readme",
|
131 | 132 | "devDependencies": {
|
132 |
| - "@babel/cli": "^7.17.10", |
133 |
| - "@babel/core": "^7.17.2", |
134 |
| - "@babel/preset-env": "^7.16.11", |
| 133 | + "@babel/cli": "^7.20.7", |
| 134 | + "@babel/core": "^7.20.12", |
| 135 | + "@babel/preset-env": "^7.20.2", |
135 | 136 | "@types/cross-spawn": "^6.0.2",
|
136 |
| - "babel-jest": "^28.1.0", |
137 |
| - "eslint-config-kentcdodds": "^20.0.1", |
138 |
| - "husky": "^7.0.4", |
| 137 | + "eslint-config-kentcdodds": "^20.4.0", |
| 138 | + "husky": "^8.0.3", |
139 | 139 | "jest-in-case": "^1.0.2",
|
140 | 140 | "npm-run-all": "^4.1.5",
|
141 | 141 | "slash": "^3.0.0"
|
|
0 commit comments