-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to pnpm, use API from rekor package * Fix CI
- Loading branch information
Showing
54 changed files
with
3,280 additions
and
6,356 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,12 +14,11 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Setup pnpm | ||
uses: pnpm/[email protected] | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 14 | ||
cache: yarn | ||
- name: Install modules | ||
run: yarn | ||
node-version: 18 | ||
- uses: reviewdog/action-eslint@v1 | ||
with: | ||
reporter: github-check | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ build* | |
node_modules* | ||
.next* | ||
**/generated/** | ||
LICENSE | ||
pnpm-lock.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
{ | ||
"name": "rekor-search-ui", | ||
"version": "0.1.0", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": "18.x", | ||
"pnpm": ">=7" | ||
}, | ||
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
|
@@ -14,30 +18,32 @@ | |
"@emotion/styled": "^11.8.1", | ||
"@mui/icons-material": "^5.4.4", | ||
"@mui/material": "^5.5.0", | ||
"@peculiar/x509": "^1.6.4", | ||
"@peculiar/x509": "1.8.4", | ||
"@react-rxjs/core": "0.9.6", | ||
"@react-rxjs/utils": "0.9.5", | ||
"@types/js-yaml": "^4.0.5", | ||
"fathom-client": "^3.4.1", | ||
"js-yaml": "^4.1.0", | ||
"moment": "^2.29.3", | ||
"next": "^12.1.6", | ||
"pvtsutils": "^1.3.2", | ||
"react": "^18.0.0-rc.1", | ||
"react-dom": "^18.0.0-rc.1", | ||
"react-error-boundary": "^3.1.4", | ||
"react-hook-form": "^7.31.0", | ||
"react-syntax-highlighter": "^15.5.0", | ||
"rekor": "^0.0.2", | ||
"rxjs": "^7.5.4", | ||
"sass": "^1.49.9", | ||
"sharp": "^0.30.5" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.7", | ||
"@types/js-yaml": "^4.0.5", | ||
"@types/node": "17.0.21", | ||
"@types/react": "18.0.9", | ||
"@types/react-syntax-highlighter": "^15.5.1", | ||
"eslint": "8.10.0", | ||
"eslint-config-next": "12.1.0", | ||
"openapi-typescript-codegen": "^0.22.0", | ||
"prettier": "^2.6.2", | ||
"typescript": "4.6.2" | ||
} | ||
|
Oops, something went wrong.
882e81a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
rekor-search-ui – ./
rekor-search-ui.chainguard.app
rekor.tlog.dev
rekor-search-ui-git-main.chainguard.app
rekor-search-ui.vercel.app