Skip to content

Commit

Permalink
Merge pull request #13 from aklivity/version-updates
Browse files Browse the repository at this point in the history
Version updates
  • Loading branch information
vordimous authored Jan 5, 2024
2 parents 3859994 + 3f36493 commit 2f14d32
Show file tree
Hide file tree
Showing 4 changed files with 786 additions and 482 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: app

on:
push:
branches: [ main, 'feature/**' ]
branches: [main, "feature/**"]
pull_request:
branches: [ main, 'feature/**' ]
branches: [main, "feature/**"]
workflow_dispatch:

jobs:
Expand All @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x]

defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions app/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/Hydrogen
9 changes: 6 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"engines": {
"node": ">=16.0.0 <20.0.0"
},
"dependencies": {
"@auth0/auth0-spa-js": "github:auth0/auth0-spa-js",
"@auth0/auth0-vue": "^1.0.2",
"@fortawesome/fontawesome-svg-core": "~1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@popperjs/core": "^2.11.6",
"axios": "^0.27.2",
"axios": "^1.6.0",
"bootstrap": "^5.2.3",
"bootstrap-vue-3": "^0.5.1",
"express": "^4.18.1",
Expand Down Expand Up @@ -46,8 +49,8 @@
"error-stack-parser": "2.0.6",
"eslint": "^7.5.0",
"eslint-plugin-vue": "^7.0.0",
"node-sass": "^7.0.1",
"sass-loader": "^12.6.0",
"node-sass": "^9.0.0",
"sass-loader": "^13.3.3",
"typescript": "~4.7.2"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit 2f14d32

Please sign in to comment.