Skip to content

Commit

Permalink
Merge pull request #96 from mcliff1/feat/patch-20240104
Browse files Browse the repository at this point in the history
Feat/patch 20240104
  • Loading branch information
mcliff1 authored Jan 5, 2024
2 parents 81ab6e1 + 205ac3e commit 0e9a4b8
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 51 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -54,7 +54,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -68,4 +68,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
70 changes: 26 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "0.4.0",
"private": true,
"dependencies": {
"bootstrap": "^4.3.1",
"bootstrap": "^5.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-icons": "^4.12.0",
"react-media": "^1.10.0",
"react-router-dom": "^6.4.3",
"reactstrap": "^9.2.0"
"react-router-dom": "^6.21.1",
"reactstrap": "^9.2.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 0e9a4b8

Please sign in to comment.