Skip to content

Commit

Permalink
release: 2023-07-30 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow authored Jul 30, 2023
2 parents 63164ac + 116ffdc commit bed2039
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 149 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@6ca1aa8c195c3ca3e77c174fe0356db1bce3b319 # v2
uses: github/codeql-action/init@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 # v2
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@6ca1aa8c195c3ca3e77c174fe0356db1bce3b319 # v2
uses: github/codeql-action/analyze@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 # v2
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"with-env": "dotenv -e ./.env --"
},
"dependencies": {
"@crowdin/crowdin-api-client": "1.23.4",
"@crowdin/crowdin-api-client": "1.24.0",
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@mantine/carousel": "6.0.17",
Expand All @@ -50,7 +50,7 @@
"@next-auth/prisma-adapter": "1.0.7",
"@next/bundle-analyzer": "13.4.12",
"@prisma/client": "5.0.0",
"@tabler/icons-react": "2.29.0",
"@tabler/icons-react": "2.30.0",
"@tanstack/react-query": "4.32.0",
"@tanstack/react-query-devtools": "4.32.0",
"@tiptap/extension-link": "2.0.4",
Expand All @@ -65,7 +65,7 @@
"embla-carousel-auto-height": "7.1.0",
"embla-carousel-react": "7.1.0",
"eslint-config-prettier": "8.9.0",
"i18next": "23.3.0",
"i18next": "23.4.1",
"i18next-browser-languagedetector": "7.1.0",
"i18next-http-backend": "2.2.1",
"luxon": "3.3.0",
Expand Down Expand Up @@ -107,16 +107,16 @@
"chromatic": "6.20.0",
"dotenv": "16.3.1",
"dotenv-cli": "7.2.1",
"eslint": "8.45.0",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"eslint-config-prettier": "8.9.0",
"eslint-formatter-github": "1.1.4",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-codegen": "0.17.0",
"eslint-plugin-i18next": "6.0.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.33.1",
"eslint-plugin-storybook": "0.6.13",
"eslint-plugin-turbo": "1.10.12",
"husky": "8.0.3",
Expand Down
Loading

0 comments on commit bed2039

Please sign in to comment.