Skip to content

Commit

Permalink
Merge branch 'main' into renovate/all-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bignimbus authored Oct 24, 2023
2 parents 9f97ac5 + 00fd096 commit 6801bcc
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 55 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

Lint:
docker:
- image: cimg/node:20.8.0
- image: cimg/node:20.8.1
steps:
- checkout
- run: npm version
Expand All @@ -24,15 +24,15 @@ jobs:

Formatting:
docker:
- image: cimg/node:20.8.0
- image: cimg/node:20.8.1
steps:
- checkout
- run: npm ci
- run: npm run check:format

Tests:
docker:
- image: cimg/node:20.8.0
- image: cimg/node:20.8.1
steps:
- checkout
- run: npm run ci:precheck
Expand All @@ -50,7 +50,7 @@ jobs:

BuildTarball:
docker:
- image: cimg/node:20.8.0
- image: cimg/node:20.8.1
steps:
- checkout
- run: npm run ci:precheck
Expand All @@ -67,7 +67,7 @@ jobs:
framework:
type: string
docker:
- image: cimg/node:20.8.0
- image: cimg/node:20.8.1
steps:
- checkout
- attach_workspace:
Expand Down
80 changes: 40 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,17 +117,17 @@
"@testing-library/react-12": "npm:@testing-library/react@^12",
"@testing-library/user-event": "14.5.1",
"@tsconfig/node20": "20.1.2",
"@types/bytes": "3.1.2",
"@types/fetch-mock": "7.3.6",
"@types/bytes": "3.1.3",
"@types/fetch-mock": "7.3.7",
"@types/glob": "8.1.0",
"@types/hoist-non-react-statics": "3.3.3",
"@types/jest": "29.5.5",
"@types/lodash": "4.14.199",
"@types/node": "20.8.6",
"@types/node-fetch": "2.6.6",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/use-sync-external-store": "0.0.4",
"@types/hoist-non-react-statics": "3.3.4",
"@types/jest": "29.5.6",
"@types/lodash": "4.14.200",
"@types/node": "20.8.7",
"@types/node-fetch": "2.6.7",
"@types/react": "18.2.31",
"@types/react-dom": "18.2.14",
"@types/use-sync-external-store": "0.0.5",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@typescript-eslint/rule-tester": "6.8.0",
Expand Down

0 comments on commit 6801bcc

Please sign in to comment.