Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/tough-cookie-4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mallachari committed Mar 6, 2024
2 parents 46c4945 + db59e71 commit 0bfe8cc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- run: yarn build.docs
run-e2e-tests:
executor: cypress-default
resource_class: large
resource_class: xlarge
working_directory: /mnt/ramdisk/project
environment:
CYPRESS_CACHE_FOLDER: /mnt/ramdisk/.cache/Cypress
Expand Down Expand Up @@ -147,11 +147,11 @@ workflows:
- main
perform-lockfile-maintenance:
triggers:
- schedule:
cron: "0 3 * * 1"
filters:
branches:
only:
- main
- schedule:
cron: '0 3 * * 1'
filters:
branches:
only:
- main
jobs:
- lockfile-maintenance
18 changes: 9 additions & 9 deletions examples/react-gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
"dependencies": {
"@stoplight/elements": "^7.0.2",
"@stoplight/elements-dev-portal": "^1.0.0",
"gatsby": "^3.7.1",
"gatsby-image": "^3.8.0",
"gatsby-plugin-manifest": "^3.7.1",
"gatsby-plugin-offline": "^4.7.1",
"gatsby-plugin-react-helmet": "^4.7.1",
"gatsby-plugin-sharp": "^3.8.0",
"gatsby-source-filesystem": "^3.7.1",
"gatsby-transformer-sharp": "^3.7.1",
"gatsby": "4.25.8",
"gatsby-plugin-image": "^2.25.0",
"gatsby-plugin-manifest": "^4.25.0",
"gatsby-plugin-offline": "^5.25.0",
"gatsby-plugin-react-helmet": "^5.25.0",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-source-filesystem": "^4.25.0",
"gatsby-transformer-sharp": "^4.25.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.0.0"
},
"devDependencies": {
"@types/react-helmet": "^6.0.0",
"gatsby-plugin-sass": "^4.8.0",
"gatsby-plugin-sass": "^5.25.0",
"gh-pages": "^3.2.3",
"typescript": "4.4.x"
},
Expand Down

0 comments on commit 0bfe8cc

Please sign in to comment.