contacts-pane 2.6.6 → 2.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "contacts-pane",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.7",
|
|
4
4
|
"description": "Contacts Pane: Contacts manager for Address Book, Groups, and Individuals.",
|
|
5
5
|
"main": "./contactsPane.js",
|
|
6
6
|
"scripts": {
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"lint": "eslint '*.js'",
|
|
11
11
|
"lint-fix": "eslint '*.js' --fix",
|
|
12
12
|
"test": "npm run lint && npm run build && npx tsc --target es2015 --moduleResolution node __tests__/unit/*.ts && jest __tests__/unit/*test.ts",
|
|
13
|
-
"prepublishOnly": "npm test && npm run build",
|
|
14
|
-
"postpublish": "git push origin main --follow-tags"
|
|
13
|
+
"ignore:prepublishOnly": "npm test && npm run build",
|
|
14
|
+
"ignore:postpublish": "git push origin main --follow-tags"
|
|
15
15
|
},
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
@@ -41,24 +41,24 @@
|
|
|
41
41
|
"@testing-library/jest-dom": "^5.16.5",
|
|
42
42
|
"babel": "^6.23.0",
|
|
43
43
|
"babel-cli": "^6.26.0",
|
|
44
|
-
"jest": "^29.
|
|
45
|
-
"jest-environment-jsdom": "^29.
|
|
44
|
+
"jest": "^29.4.1",
|
|
45
|
+
"jest-environment-jsdom": "^29.4.1",
|
|
46
46
|
"jest-fetch-mock": "^3.0.3",
|
|
47
|
-
"jose": "^4.
|
|
48
|
-
"pane-registry": "2.4.
|
|
49
|
-
"rdflib": "^2.2.
|
|
50
|
-
"solid-logic": "^2.1.
|
|
51
|
-
"solid-ui": "2.4.
|
|
47
|
+
"jose": "^4.11.2",
|
|
48
|
+
"pane-registry": "2.4.18",
|
|
49
|
+
"rdflib": "^2.2.25",
|
|
50
|
+
"solid-logic": "^2.1.2",
|
|
51
|
+
"solid-ui": "2.4.25"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@babel/preset-typescript": "^7.18.6",
|
|
55
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
56
|
-
"@typescript-eslint/parser": "^5.
|
|
57
|
-
"eslint": "^8.
|
|
58
|
-
"eslint-plugin-import": "^2.
|
|
59
|
-
"husky": "^8.0.
|
|
60
|
-
"lint-staged": "^13.0
|
|
61
|
-
"typescript": "^4.
|
|
55
|
+
"@typescript-eslint/eslint-plugin": "^5.50.0",
|
|
56
|
+
"@typescript-eslint/parser": "^5.50.0",
|
|
57
|
+
"eslint": "^8.33.0",
|
|
58
|
+
"eslint-plugin-import": "^2.27.5",
|
|
59
|
+
"husky": "^8.0.3",
|
|
60
|
+
"lint-staged": "^13.1.0",
|
|
61
|
+
"typescript": "^4.9.5",
|
|
62
62
|
"typescript-transpile-only": "0.0.4"
|
|
63
63
|
},
|
|
64
64
|
"husky": {
|