theprogrammablemind_4wp 7.7.0-beta.3 → 7.7.0-beta.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"devDependencies": {
|
3
3
|
"eslint-plugin-import": "^2.23.4",
|
4
|
-
"jest": "^
|
4
|
+
"jest": "^29.7.0",
|
5
5
|
"@typescript-eslint/parser": "^4.28.4",
|
6
6
|
"@typescript-eslint/eslint-plugin": "^4.28.4",
|
7
7
|
"eslint-plugin-node": "^11.1.0",
|
@@ -65,6 +65,6 @@
|
|
65
65
|
"json-stable-stringify": "^1.0.1",
|
66
66
|
"node-fetch": "^2.6.1"
|
67
67
|
},
|
68
|
-
"version": "7.7.0-beta.
|
68
|
+
"version": "7.7.0-beta.5",
|
69
69
|
"license": "ISC"
|
70
70
|
}
|