Skip to content

Commit

Permalink
Merge pull request #112 from partio-scout/fix/dependency-updates
Browse files Browse the repository at this point in the history
Fix/dependency updates
  • Loading branch information
linneamyl authored Sep 13, 2022
2 parents 3f67abb + 309fff3 commit 7ff8e84
Show file tree
Hide file tree
Showing 5 changed files with 4,671 additions and 7,173 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- master

env:
NODE_VERSION: '12.x' # set this to the node version to use
NODE_VERSION: '16.x' # set this to the node version to use

jobs:
build-and-deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
env:
AZURE_WEBAPP_NAME: pos-staging # set this to your application's name
AZURE_WEBAPP_PACKAGE_PATH: 'build' # set this to the path to your web app project, defaults to the repository root
NODE_VERSION: '12.x' # set this to the node version to use
NODE_VERSION: '16.x' # set this to the node version to use

jobs:
build-and-deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
env:
AZURE_WEBAPP_NAME: pos-production # set this to your application's name
AZURE_WEBAPP_PACKAGE_PATH: 'build' # set this to the path to your web app project, defaults to the repository root
NODE_VERSION: '12.x' # set this to the node version to use
NODE_VERSION: '16.x' # set this to the node version to use

jobs:
build-and-deploy:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"@testing-library/react": "12.0.0",
"env-cmd": "^10.1.0",
"eslint": "7.32.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react": "7.31.8",
"husky": "^7.0.0",
"prettier": "2.3.2",
"pretty-quick": "3.1.1",
"react-scripts": "4.0.3",
"workbox-build": "6.2.4",
"workbox-cli": "6.2.4"
"react-scripts": "5.0.0",
"workbox-build": "6.5.4",
"workbox-cli": "6.5.4"
},
"scripts": {
"dev": "HTTPS=true SSL_CRT_FILE=certs/server.crt SSL_KEY_FILE=certs/server.key npm start",
Expand Down
Loading

0 comments on commit 7ff8e84

Please sign in to comment.