Skip to content

Commit

Permalink
Merge pull request #199 from flynnmattson/redocVersionBump
Browse files Browse the repository at this point in the history
redoc version bump to 2.1.3
  • Loading branch information
solimant authored Jan 29, 2024
2 parents 56c09ba + b0b84dd commit c1659cb
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 319 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.15.0
node-version: 14.19.0
- run: yarn install
- run: yarn test
- uses: JS-DevTools/npm-publish@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.15.0]
node-version: [14.19.0]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-bump-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
git config user.email [email protected]
- uses: actions/setup-node@v1
with:
node-version: 14.15.0
node-version: 14.19.0
- run: |
yarn install
yarn test
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/parliament-ui-components",
"version": "5.2.2",
"version": "5.2.3",
"description": "UI Components for Parliament projects",
"author": {
"name": "Simon Mac Donald",
Expand Down Expand Up @@ -36,7 +36,7 @@
"module": "dist/index.modern.js",
"source": "src/index.js",
"engines": {
"node": ">=14.15.0"
"node": ">=14.19.0"
},
"scripts": {
"build": "microbundle-crl --no-compress --format modern,cjs --css-modules false && yarn run stripcsscomments",
Expand Down Expand Up @@ -107,7 +107,7 @@
"react-image": "^4.0.3",
"react-json-view": "^1.21.3",
"react-responsive": "^8.1.0",
"redoc": "2.0.0-rc.38",
"redoc": "2.1.3",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"styled-components": "^5.1.1",
Expand Down
Loading

0 comments on commit c1659cb

Please sign in to comment.