Skip to content

Commit

Permalink
Merge pull request #1318 from brave/master
Browse files Browse the repository at this point in the history
Production Release 2024-08-14
  • Loading branch information
IanKrieger committed Aug 14, 2024
2 parents c4ee276 + 505caf8 commit 2e0d4bd
Show file tree
Hide file tree
Showing 7 changed files with 400 additions and 560 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@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
uses: github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
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@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
uses: github/codeql-action/autobuild@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0

# ℹ️ 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@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
uses: github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
"private": true,
"type": "module",
"dependencies": {
"@apollo/client": "3.11.2",
"@apollo/client": "3.11.4",
"@emotion/react": "11.13.0",
"@emotion/styled": "11.13.0",
"@fontsource/inter": "5.0.20",
"@fontsource/mulish": "5.0.18",
"@fontsource/poppins": "5.0.14",
"@graphql-typed-document-node/core": "3.2.0",
"@jonkoops/matomo-tracker-react": "0.7.0",
"@lingui/conf": "4.11.2",
"@lingui/core": "4.11.2",
"@lingui/detect-locale": "4.11.2",
"@lingui/format-po": "4.11.2",
"@lingui/macro": "4.11.2",
"@lingui/react": "4.11.2",
"@mui/icons-material": "5.16.6",
"@lingui/conf": "4.11.3",
"@lingui/core": "4.11.3",
"@lingui/detect-locale": "4.11.3",
"@lingui/format-po": "4.11.3",
"@lingui/macro": "4.11.3",
"@lingui/react": "4.11.3",
"@mui/icons-material": "5.16.7",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "5.16.6",
"@mui/x-data-grid": "7.12.0",
"@mui/x-date-pickers": "7.12.0",
"@mui/material": "5.16.7",
"@mui/x-data-grid": "7.12.1",
"@mui/x-date-pickers": "7.12.1",
"bignumber.js": "9.1.2",
"dayjs": "1.11.12",
"formik": "2.4.6",
Expand Down Expand Up @@ -65,8 +65,8 @@
"@graphql-codegen/client-preset": "4.3.3",
"@graphql-codegen/introspection": "4.0.3",
"@graphql-eslint/eslint-plugin": "3.20.1",
"@lingui/cli": "4.11.2",
"@lingui/vite-plugin": "4.11.2",
"@lingui/cli": "4.11.3",
"@lingui/vite-plugin": "4.11.3",
"@parcel/watcher": "2.4.1",
"@types/lodash": "4.17.7",
"@types/papaparse": "5.3.14",
Expand All @@ -83,15 +83,15 @@
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"husky": "9.1.4",
"knip": "5.27.0",
"knip": "5.27.2",
"lint-staged": "15.2.8",
"npm-run-all2": "6.2.2",
"prettier": "3.3.3",
"typescript": "5.5.4",
"typescript-eslint": "8.0.0",
"vite": "5.3.5",
"typescript-eslint": "8.0.1",
"vite": "5.4.0",
"vite-plugin-checker": "0.7.2",
"vite-tsconfig-paths": "4.3.2",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.0.5"
},
"engines": {
Expand Down
Loading

0 comments on commit 2e0d4bd

Please sign in to comment.