Skip to content

Commit

Permalink
Merge branch 'main' into search-case-insensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
yomete committed Jul 13, 2022
2 parents 7482c9b + 1e724fe commit 43cd36c
Show file tree
Hide file tree
Showing 5 changed files with 544 additions and 572 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2.1.15
uses: github/codeql-action/init@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.16
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -78,7 +78,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@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2.1.15
uses: github/codeql-action/autobuild@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.16

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2.1.15
uses: github/codeql-action/analyze@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.16
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2.1.15
uses: github/codeql-action/init@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.16
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -76,7 +76,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@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2.1.15
uses: github/codeql-action/autobuild@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.16

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2.1.15
uses: github/codeql-action/analyze@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.16
6 changes: 3 additions & 3 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"date-fns": "2.28.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.1.4"
"tailwindcss": "3.1.6"
},
"devDependencies": {
"@mdx-js/loader": "2.1.2",
Expand All @@ -39,7 +39,7 @@
"@storybook/react": "6.5.9",
"@svgr/webpack": "6.2.1",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.212",
"@swc/core": "1.2.213",
"@swc/jest": "0.2.21",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.3.0",
Expand Down Expand Up @@ -71,7 +71,7 @@
"identity-obj-proxy": "3.0.0",
"internal-ip": "7.0.0",
"jest": "27.5.1",
"lerna": "5.1.6",
"lerna": "5.1.8",
"lint-staged": "13.0.3",
"local-web-server": "5.2.1",
"next-transpile-modules": "9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions ui/packages/app/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"react-dom": "18.2.0",
"react-router-dom": "6.3.0",
"react-use": "17.4.0",
"tailwindcss": "3.1.4",
"tailwindcss": "3.1.6",
"web-vitals": "2.1.4"
},
"devDependencies": {
Expand All @@ -64,7 +64,7 @@
"@storybook/manager-webpack5": "6.5.9",
"@storybook/react": "6.5.9",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.212",
"@swc/core": "1.2.213",
"@swc/jest": "0.2.21",
"@types/d3": "7.4.0",
"@types/lodash.throttle": "4.1.7",
Expand Down
Loading

0 comments on commit 43cd36c

Please sign in to comment.