Skip to content

Commit

Permalink
Merge branch 'main' into renovate/archiver-7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidprice authored Mar 27, 2024
2 parents ce8f8cc + 7c30f57 commit eeb35a1
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 113 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@babel/runtime-corejs3": "7.24.0",
"@faker-js/faker": "8.0.2",
"@npmcli/arborist": "7.2.2",
"@playwright/test": "1.41.2",
"@playwright/test": "1.42.1",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.2",
"@testing-library/user-event": "14.5.2",
Expand All @@ -81,10 +81,10 @@
"babel-plugin-remove-code": "0.0.6",
"boxen": "5.1.2",
"core-js": "3.36.1",
"cypress": "13.6.6",
"cypress": "13.7.1",
"cypress-fail-fast": "7.1.0",
"cypress-wait-until": "3.0.1",
"dependency-cruiser": "16.2.3",
"dependency-cruiser": "16.2.4",
"dotenv": "16.4.5",
"eslint": "8.55.0",
"execa": "5.1.1",
Expand All @@ -100,7 +100,7 @@
"ncp": "2.0.0",
"nodemon": "3.1.0",
"npm-packlist": "8.0.2",
"nx": "18.0.8",
"nx": "18.1.3",
"octokit": "3.1.2",
"ora": "7.0.1",
"prompts": "2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"core-js": "3.36.1",
"graphql": "16.8.1",
"pascalcase": "1.0.0",
"react-hook-form": "7.51.1"
"react-hook-form": "7.51.2"
},
"devDependencies": {
"@babel/cli": "7.23.9",
Expand Down
2 changes: 1 addition & 1 deletion tasks/check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@actions/core": "1.10.1",
"@actions/exec": "1.1.1",
"sort-package-json": "2.8.0"
"sort-package-json": "2.9.0"
},
"packageManager": "yarn@4.1.1"
}
10 changes: 5 additions & 5 deletions tasks/check/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ __metadata:
dependencies:
"@actions/core": "npm:1.10.1"
"@actions/exec": "npm:1.1.1"
sort-package-json: "npm:2.8.0"
sort-package-json: "npm:2.9.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -281,9 +281,9 @@ __metadata:
languageName: node
linkType: hard

"sort-package-json@npm:2.8.0":
version: 2.8.0
resolution: "sort-package-json@npm:2.8.0"
"sort-package-json@npm:2.9.0":
version: 2.9.0
resolution: "sort-package-json@npm:2.9.0"
dependencies:
detect-indent: "npm:^7.0.1"
detect-newline: "npm:^4.0.0"
Expand All @@ -294,7 +294,7 @@ __metadata:
sort-object-keys: "npm:^1.1.3"
bin:
sort-package-json: cli.js
checksum: 10c0/4fc8cc319741d26dc4f754a16780fc1fc3908a0dde02c0250e33b2ed417247e41b779b3d9f7ffdb02a280229225147c45236a9d5444be2bb148620ec124327cc
checksum: 10c0/1d5bc2f2f57d8bc4cd951106c97bf9ada7e9239c8124ff0911f2f9545a0f494fdda1a8c9325349708c733c7de0b66282d6fb91b4f0370ba3209d3921703d972f
languageName: node
linkType: hard

Expand Down
Loading

0 comments on commit eeb35a1

Please sign in to comment.