contacts-pane 2.6.8 → 2.6.9-e35666f1

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.
@@ -27,7 +27,7 @@ jobs:
27
27
  - run: npm test
28
28
  - run: npm run build
29
29
  - name: Save build
30
- if: matrix.node-version == '14.x'
30
+ if: matrix.node-version == '16.x'
31
31
  uses: actions/upload-artifact@v2
32
32
  with:
33
33
  name: build
@@ -45,7 +45,7 @@ jobs:
45
45
  name: build
46
46
  - uses: actions/setup-node@v1
47
47
  with:
48
- node-version: 14.x
48
+ node-version: 16.x
49
49
  - uses: rlespinasse/github-slug-action@v3.x
50
50
  - name: Append commit hash to package version
51
51
  run: 'sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
@@ -65,7 +65,7 @@ jobs:
65
65
  name: build
66
66
  - uses: actions/setup-node@v1
67
67
  with:
68
- node-version: 14.x
68
+ node-version: 16.x
69
69
  - name: Disable pre- and post-publish actions
70
70
  run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
71
71
  - uses: JS-DevTools/npm-publish@v1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contacts-pane",
3
- "version": "2.6.8",
3
+ "version": "2.6.9-e35666f1",
4
4
  "description": "Contacts Pane: Contacts manager for Address Book, Groups, and Individuals.",
5
5
  "main": "./contactsPane.js",
6
6
  "scripts": {
@@ -37,22 +37,22 @@
37
37
  },
38
38
  "homepage": "https://github.com/solid/contacts-pane",
39
39
  "dependencies": {
40
- "solid-ui": "2.4.25"
40
+ "solid-ui": "2.4.26"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@babel/preset-env": "^7.20.2",
44
- "@babel/preset-typescript": "^7.18.6",
44
+ "@babel/preset-typescript": "^7.21.0",
45
45
  "@testing-library/jest-dom": "^5.16.5",
46
- "@typescript-eslint/eslint-plugin": "^5.50.0",
47
- "@typescript-eslint/parser": "^5.50.0",
46
+ "@typescript-eslint/eslint-plugin": "^5.54.0",
47
+ "@typescript-eslint/parser": "^5.54.0",
48
48
  "babel-cli": "^6.26.0",
49
- "eslint": "^8.33.0",
49
+ "eslint": "^8.35.0",
50
50
  "eslint-plugin-import": "^2.27.5",
51
51
  "husky": "^8.0.3",
52
- "jest": "^29.4.1",
53
- "jest-environment-jsdom": "^29.4.1",
52
+ "jest": "^29.4.3",
53
+ "jest-environment-jsdom": "^29.4.3",
54
54
  "jest-fetch-mock": "^3.0.3",
55
- "lint-staged": "^13.1.0",
55
+ "lint-staged": "^13.1.2",
56
56
  "typescript": "^4.9.5",
57
57
  "typescript-transpile-only": "0.0.4"
58
58
  },