We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e347697 + 64368ad commit fdfbe07Copy full SHA for fdfbe07
package.json
@@ -47,10 +47,8 @@
47
"@semantic-release/git": "^10.0.1",
48
"@semantic-release/npm": "^9.0.2",
49
"@types/fs-extra": "^11.0.1",
50
- "@types/glob": "^8.1.0",
51
"@types/jest": "^29.4.0",
52
"@types/lodash.set": "^4.3.7",
53
- "@types/rimraf": "^3.0.2",
54
"@types/tmp": "^0.2.3",
55
"@typescript-eslint/eslint-plugin": "^5.54.1",
56
"@typescript-eslint/parser": "^5.54.1",
@@ -66,11 +64,11 @@
66
64
"eslint-plugin-jsx-a11y": "^6.7.1",
67
65
"eslint-plugin-react": "^7.32.2",
68
"fs-extra": "^11.1.0",
69
- "glob": "^9.2.1",
+ "glob": "^10.2.1",
70
"husky": "^8.0.3",
71
"jest": "^29.5.0",
72
"lodash.set": "^4.3.2",
73
- "rimraf": "^4.4.0",
+ "rimraf": "^5.0.0",
74
"semantic-release": "^20.1.1",
75
"tmp": "^0.2.1",
76
"ts-jest": "^29.0.5",
0 commit comments