Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions app.arc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ docsearch-js 'node_modules/@docsearch/js'
docsearch-css 'node_modules/@docsearch/css/dist/style.css'

@aws
runtime nodejs20.x
architecture arm64
region us-west-2
profile smallwins
profile openjsf
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"reading-time": "^1.5.0"
},
"devDependencies": {
"@architect/architect": "^11.0.13",
"@architect/architect": "^11.1.0",
"@architect/eslint-config": "^2.0.1",
"@architect/sandbox": "^6.0.5",
"@architect/spellcheck-dictionary": "github:architect/spellcheck-dictionary#v0.1.7",
"@enhance/types": "^0.7.0",
"eslint": "^8.30.0",
"spellchecker-cli": "^6.2.0",
"tap-arc": "^1.2.2",
"tape": "^5.7.5",
"tap-arc": "^1.3.2",
"tape": "^5.9.0",
"tiny-json-http": "^7.5.1"
},
"eslintConfig": {
Expand Down
Loading