Skip to content

Commit b17a059

Browse files
committed
Merge branch 'main' into next
2 parents 4b58aae + de7f7b5 commit b17a059

File tree

5 files changed

+2707
-1875
lines changed

5 files changed

+2707
-1875
lines changed

.yarn/releases/yarn-3.6.4.cjs

Lines changed: 0 additions & 874 deletions
This file was deleted.

.yarn/releases/yarn-3.8.6.cjs

Lines changed: 875 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ plugins:
1313
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
1414
spec: '@yarnpkg/plugin-workspace-tools'
1515

16-
yarnPath: .yarn/releases/yarn-3.6.4.cjs
16+
yarnPath: .yarn/releases/yarn-3.8.6.cjs

package.json

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -54,29 +54,29 @@
5454
"@swc/core": "^1.3.102",
5555
"@swc/helpers": "^0.5.3",
5656
"@types/jest": "^29.5.4",
57-
"@types/lodash.has": "^4.5.8",
57+
"@types/lodash.has": "^4.5.9",
5858
"@types/mkdirp": "^1.0.2",
59-
"@types/node": "^18.18.6",
59+
"@types/node": "^18.19.61",
6060
"@types/rimraf": "^3.0.2",
6161
"@types/which": "^2.0.2",
6262
"@typescript-eslint/eslint-plugin": "^5.62.0",
6363
"@typescript-eslint/parser": "^5.62.0",
64-
"commitizen": "^4.3.0",
64+
"commitizen": "^4.3.1",
6565
"concurrently": "^7.6.0",
6666
"cosmiconfig": "^8.3.6",
6767
"cross-env": "^7.0.3",
6868
"cross-spawn": "^7.0.3",
6969
"doctoc": "^2.2.1",
70-
"eslint": "^8.52.0",
70+
"eslint": "^8.57.1",
7171
"eslint-config-airbnb": "19.0.4",
7272
"eslint-config-airbnb-typescript": "^17.1.0",
7373
"eslint-config-prettier": "^8.10.0",
74-
"eslint-plugin-import": "^2.29.0",
75-
"eslint-plugin-jest": "^27.4.3",
76-
"eslint-plugin-jsx-a11y": "^6.7.1",
74+
"eslint-plugin-import": "^2.31.0",
75+
"eslint-plugin-jest": "^27.9.0",
76+
"eslint-plugin-jsx-a11y": "^6.10.2",
7777
"eslint-plugin-prettier": "^4.2.1",
78-
"eslint-plugin-react": "^7.33.2",
79-
"eslint-plugin-react-hooks": "^4.6.0",
78+
"eslint-plugin-react": "^7.37.2",
79+
"eslint-plugin-react-hooks": "^4.6.2",
8080
"glob": "^8.1.0",
8181
"is-ci": "^3.0.1",
8282
"jest": "^29.5.0",
@@ -91,7 +91,7 @@
9191
"read-pkg-up": "^7.0.1",
9292
"rimraf": "^4.1.1",
9393
"swc_mut_cjs_exports": "^0.86.17",
94-
"tslib": "^2.6.2",
94+
"tslib": "^2.8.0",
9595
"typescript": "^4.9.5",
9696
"which": "^3.0.0",
9797
"yargs-parser": "^21.1.1"
@@ -129,12 +129,11 @@
129129
},
130130
"homepage": "https://github.com/hoverinc/hover-javascript#readme",
131131
"devDependencies": {
132-
"@babel/cli": "^7.23.0",
133-
"@babel/core": "^7.23.2",
134-
"@babel/preset-env": "^7.23.2",
132+
"@babel/cli": "^7.25.9",
133+
"@babel/core": "^7.26.0",
134+
"@babel/preset-env": "^7.26.0",
135135
"@babel/preset-typescript": "^7.23.3",
136-
"@types/cross-spawn": "^6.0.4",
137-
"@types/lodash.merge": "^4",
136+
"@types/cross-spawn": "^6.0.6",
138137
"depcheck": "^1.4.7",
139138
"eslint-config-kentcdodds": "^20.5.0",
140139
"husky": "^8.0.3",
@@ -150,5 +149,5 @@
150149
"optional": true
151150
}
152151
},
153-
"packageManager": "yarn@3.6.4"
152+
"packageManager": "yarn@3.8.6"
154153
}

0 commit comments

Comments
 (0)