Skip to content

Commit

Permalink
Merge pull request #1422 from brave/master
Browse files Browse the repository at this point in the history
Production Release 2025-01-07
  • Loading branch information
tackley authored Jan 7, 2025
2 parents 3f2fc4e + 8a98ffd commit 558de17
Show file tree
Hide file tree
Showing 5 changed files with 966 additions and 835 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@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.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@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.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@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"dependencies": {
"@apollo/client": "3.12.3",
"@apollo/client": "3.12.4",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@fontsource/inter": "5.1.0",
Expand All @@ -18,28 +18,28 @@
"@lingui/format-po": "4.14.1",
"@lingui/macro": "4.14.1",
"@lingui/react": "4.14.1",
"@mui/icons-material": "6.2.0",
"@mui/lab": "6.0.0-beta.19",
"@mui/material": "6.2.0",
"@mui/x-data-grid": "7.23.2",
"@mui/x-date-pickers": "7.23.2",
"@mui/icons-material": "6.3.0",
"@mui/lab": "6.0.0-beta.21",
"@mui/material": "6.3.0",
"@mui/x-data-grid": "7.23.3",
"@mui/x-date-pickers": "7.23.3",
"bignumber.js": "9.1.2",
"dayjs": "1.11.13",
"formik": "2.4.6",
"graphql": "16.9.0",
"highcharts": "12.0.2",
"graphql": "16.10.0",
"highcharts": "12.1.2",
"highcharts-react-official": "3.2.1",
"immer": "10.1.1",
"lodash": "4.17.21",
"papaparse": "5.4.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "5.3.4",
"react-virtualized-auto-sizer": "1.0.24",
"react-window": "1.8.10",
"swr": "2.2.5",
"react-virtualized-auto-sizer": "1.0.25",
"react-window": "1.8.11",
"swr": "2.3.0",
"tweetnacl": "1.0.3",
"yup": "1.5.0"
"yup": "1.6.1"
},
"scripts": {
"start": "vite",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@parcel/watcher": "2.5.0",
"@types/lodash": "4.17.13",
"@types/papaparse": "5.3.15",
"@types/react": "18.3.16",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react-router-dom": "5.3.3",
"@types/react-window": "1.8.8",
Expand All @@ -79,16 +79,16 @@
"babel-plugin-macros": "3.1.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-lingui": "0.8.3",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-lingui": "0.9.0",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react-hooks": "5.1.0",
"husky": "9.1.7",
"knip": "5.40.0",
"knip": "5.41.1",
"lint-staged": "15.2.11",
"prettier": "3.4.2",
"typescript": "5.7.2",
"typescript-eslint": "8.18.0",
"vite": "6.0.3",
"typescript-eslint": "8.18.2",
"vite": "6.0.5",
"vite-plugin-checker": "0.8.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "2.1.8"
Expand Down Expand Up @@ -122,5 +122,5 @@
"nanoid@<3.3.8": "^3.3.8"
}
},
"packageManager": "[email protected].0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
"packageManager": "[email protected].1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf"
}
Loading

0 comments on commit 558de17

Please sign in to comment.