Skip to content

Commit 4748622

Browse files
committed
dep updates
1 parent 2cd8e45 commit 4748622

File tree

3 files changed

+50
-61
lines changed

3 files changed

+50
-61
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ sam.json
99
sam.yaml
1010

1111
static.json
12-
public/bundles
12+
public/bundles/
13+
public/pages/
1314

1415
.DS_Store
1516
.vscode

package-lock.json

+46-58
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"test": "npm run spellcheck && npm run lint && npm run tape"
1212
},
1313
"dependencies": {
14-
"@architect/functions": "^5.3.2",
14+
"@architect/functions": "^5.3.3",
1515
"@docsearch/js": "^3.3.0",
1616
"@enhance/arc-plugin-enhance": "^4.2.1",
1717
"@enhance/arc-plugin-styles": "^2.2.1",
18-
"@mux/mux-player": "^1.4.0",
18+
"@mux/mux-player": "^1.5.0",
1919
"arcdown": "^2.1.0",
2020
"markdown-it-arc-static-img": "^2.1.0"
2121
},

0 commit comments

Comments
 (0)