This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Bump CDK Dynamo Table Viewer dependency. (#1394)
- Bump CDK Dynamo Table Viewer dependency. - Use CSS class for Prev/Next links rendered for a section. Fixes #1139 Fixes #1231 --- By submitting this pull request, I confirm that my contribution is made under the terms of the [MIT-0 License]. [MIT-0 License]: https://github.com/aws/mit-0/blob/master/MIT-0
- Loading branch information
1 parent
975913d
commit 9d2129d
Showing
14 changed files
with
53 additions
and
43 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,14 +9,17 @@ Before you can use the table viewer in your application, you'll need to install | |
the npm module: | ||
|
||
``` | ||
npm install [email protected].46 | ||
npm install [email protected].488 | ||
``` | ||
|
||
Output should look like this: | ||
|
||
``` | ||
+ [email protected] | ||
added 1 package from 1 contributor and audited 886517 packages in 6.704s | ||
added 1 package, and audited 392 packages in 377ms | ||
49 packages are looking for funding | ||
run `npm fund` for details | ||
found 0 vulnerabilities | ||
``` | ||
|
||
|
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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ weight = 200 | |
アプリケーションで table viewer を使用するために、npm モジュールをインストールする必要があります。 | ||
|
||
``` | ||
npm install [email protected].46 | ||
npm install [email protected].488 | ||
``` | ||
|
||
{{% notice info %}} | ||
|
@@ -20,8 +20,11 @@ npm install [email protected] | |
出力は次のようになります。 | ||
|
||
```text | ||
+ [email protected] | ||
added 1 package from 1 contributor and audited 886517 packages in 6.704s | ||
added 1 package, and audited 392 packages in 377ms | ||
49 packages are looking for funding | ||
run `npm fund` for details | ||
found 0 vulnerabilities | ||
``` | ||
|
||
|
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 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 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