Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 25, 2022
1 parent ce023b7 commit ea828d4
Show file tree
Hide file tree
Showing 3 changed files with 396 additions and 472 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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 @@ -53,7 +53,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 @@ -67,4 +67,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,42 +14,42 @@
"prepare": "husky install"
},
"dependencies": {
"@googlemaps/google-maps-services-js": "3.3.11",
"next": "12.1.0",
"next-seo": "5.1.0",
"@googlemaps/google-maps-services-js": "3.3.13",
"next": "12.1.5",
"next-seo": "5.4.0",
"peer-types": "1.0.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "18.0.0",
"react-dom": "18.0.0",
"styled-jsx-plugin-postcss": "4.0.1",
"swr": "1.2.2"
"swr": "1.3.0"
},
"devDependencies": {
"@next/bundle-analyzer": "12.1.0",
"@types/node": "16.11.26",
"@types/react": "17.0.41",
"@typescript-eslint/eslint-plugin": "5.16.0",
"@typescript-eslint/parser": "5.16.0",
"autoprefixer": "10.4.4",
"@next/bundle-analyzer": "12.1.5",
"@types/node": "16.11.29",
"@types/react": "18.0.7",
"@typescript-eslint/eslint-plugin": "5.21.0",
"@typescript-eslint/parser": "5.21.0",
"autoprefixer": "10.4.5",
"cross-env": "7.0.3",
"eslint": "8.11.0",
"eslint": "8.14.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "16.1.4",
"eslint-config-next": "12.1.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-next": "12.1.5",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-react-hooks": "4.4.0",
"eslint-plugin-unused-imports": "2.0.0",
"husky": "7.0.4",
"lint-staged": "12.3.7",
"lint-staged": "12.4.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.12",
"prettier": "2.6.0",
"prettier": "2.6.2",
"rimraf": "3.0.2",
"tailwindcss": "3.0.23",
"typescript": "4.6.2"
"tailwindcss": "3.0.24",
"typescript": "4.6.3"
},
"license": "ISC"
}
Loading

0 comments on commit ea828d4

Please sign in to comment.