@internetarchive/modal-manager 0.3.3-alpha.1 → 0.3.4

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.
@@ -11,8 +11,8 @@ jobs:
11
11
  runs-on: ubuntu-latest
12
12
 
13
13
  steps:
14
- - uses: actions/checkout@v3
15
- - uses: actions/setup-node@v3
14
+ - uses: actions/checkout@v4
15
+ - uses: actions/setup-node@v4
16
16
  with:
17
17
  node-version: 16.x
18
18
 
@@ -13,11 +13,11 @@ jobs:
13
13
  runs-on: ubuntu-latest
14
14
 
15
15
  steps:
16
- - uses: actions/checkout@v3
16
+ - uses: actions/checkout@v4
17
17
  with:
18
18
  persist-credentials: false
19
19
 
20
- - uses: actions/setup-node@v3
20
+ - uses: actions/setup-node@v4
21
21
  with:
22
22
  node-version: 18
23
23
 
@@ -32,7 +32,7 @@ jobs:
32
32
 
33
33
  # Reference: https://github.com/JamesIves/github-pages-deploy-action
34
34
  - name: Deploy 🚀
35
- uses: JamesIves/github-pages-deploy-action@v4.4.3
35
+ uses: JamesIves/github-pages-deploy-action@v4.5.0
36
36
  with:
37
37
  branch: gh-pages
38
38
  folder: ghpages
@@ -19,9 +19,9 @@ jobs:
19
19
  runs-on: ubuntu-20.04
20
20
  steps:
21
21
  - name: Checkout
22
- uses: actions/checkout@v3
22
+ uses: actions/checkout@v4
23
23
 
24
- - uses: actions/setup-node@v3
24
+ - uses: actions/setup-node@v4
25
25
  with:
26
26
  node-version: 18
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internetarchive/modal-manager",
3
- "version": "0.3.3-alpha.1",
3
+ "version": "0.3.4",
4
4
  "description": "A Modal Manager Web Component",
5
5
  "repository": {
6
6
  "type": "git",
@@ -40,14 +40,14 @@
40
40
  "@open-wc/eslint-config": "^2.0.0",
41
41
  "@open-wc/testing": "^3.0.3",
42
42
  "@open-wc/testing-karma": "^3.0.0",
43
- "@types/mocha": "^9.0.0",
43
+ "@types/mocha": "^10.0.0",
44
44
  "@types/node": "^20.8.4",
45
45
  "@types/throttle-debounce": "^5.0.0",
46
46
  "@typescript-eslint/eslint-plugin": "^2.20.0",
47
47
  "@typescript-eslint/parser": "^2.20.0",
48
- "concurrently": "^5.1.0",
49
- "deepmerge": "^3.2.0",
50
- "es-dev-server": "^1.23.0",
48
+ "concurrently": "^8.0.0",
49
+ "deepmerge": "^4.0.0",
50
+ "es-dev-server": "^2.0.0",
51
51
  "eslint": "^6.1.0",
52
52
  "eslint-config-prettier": "^6.11.0",
53
53
  "husky": "^7.0.0",
@@ -57,7 +57,7 @@
57
57
  "prettier": "^2.0.4",
58
58
  "rimraf": "^5.0.5",
59
59
  "tslib": "^1.11.0",
60
- "typedoc": "^0.17.8",
60
+ "typedoc": "^0.25.0",
61
61
  "typescript": "^4.4.4",
62
62
  "vite": "^4.4.11"
63
63
  },