Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@availity/workflow": "workspace:*",
"@testing-library/react": "^16.3.1",
"@testing-library/react": "^16.3.2",
"@types/jest": "^30.0.0",
"@types/node": "^22.14.1",
"@types/react": "^18.3.21",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"jest": "^30.2.0",
"lint-staged": "^15.5.2",
"nx": "22.5.1",
"prettier": "^3.5.3",
"prettier": "^3.8.1",
"typescript": "5.9.3"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/workflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@testing-library/react": "^16.3.1",
"@testing-library/react": "^16.3.2",
"@types/babel__preset-env": "^7.10.0",
"@types/sass": "^1.45.0"
},
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ __metadata:
"@availity/yup": "npm:^7.0.1"
"@hookform/resolvers": "npm:^5.2.2"
"@tanstack/react-query": "npm:^4.36.1"
"@testing-library/react": "npm:^16.3.1"
"@testing-library/react": "npm:^16.3.2"
"@types/jest": "npm:^30.0.0"
"@types/node": "npm:^22.14.1"
"@types/react": "npm:^18.3.21"
Expand Down Expand Up @@ -1167,7 +1167,7 @@ __metadata:
"@pmmmwh/react-refresh-webpack-plugin": "npm:^0.5.16"
"@testing-library/dom": "npm:^10.4.1"
"@testing-library/jest-dom": "npm:^6.9.1"
"@testing-library/react": "npm:^16.3.1"
"@testing-library/react": "npm:^16.3.2"
"@types/babel__preset-env": "npm:^7.10.0"
"@types/sass": "npm:^1.45.0"
babel-jest: "npm:^30.2.0"
Expand Down Expand Up @@ -7130,9 +7130,9 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react@npm:^16.3.1":
version: 16.3.1
resolution: "@testing-library/react@npm:16.3.1"
"@testing-library/react@npm:^16.3.2":
version: 16.3.2
resolution: "@testing-library/react@npm:16.3.2"
dependencies:
"@babel/runtime": "npm:^7.12.5"
peerDependencies:
Expand All @@ -7146,7 +7146,7 @@ __metadata:
optional: true
"@types/react-dom":
optional: true
checksum: 10/2d1221861c41711f2767c57c5b5158593baf6f7ca4bf15fad9e79bc9aeaadb56c2e327943b8733d2788f1826499fe01daef7289a7a0149b48dd7f51b33b12e58
checksum: 10/0ca88c6f672d00c2afd1bdedeff9b5382dd8157038efeb9762dc016731030075624be7106b92d2b5e5c52812faea85263e69272c14b6f8700eb48a4a8af6feef
languageName: node
linkType: hard

Expand Down Expand Up @@ -8973,7 +8973,7 @@ __metadata:
jest: "npm:^30.2.0"
lint-staged: "npm:^15.5.2"
nx: "npm:22.5.1"
prettier: "npm:^3.5.3"
prettier: "npm:^3.8.1"
typescript: "npm:5.9.3"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -19978,12 +19978,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.5.3":
version: 3.5.3
resolution: "prettier@npm:3.5.3"
"prettier@npm:^3.8.1":
version: 3.8.1
resolution: "prettier@npm:3.8.1"
bin:
prettier: bin/prettier.cjs
checksum: 10/7050c08f674d9e49fbd9a4c008291d0715471f64e94cc5e4b01729affce221dfc6875c8de7e66b728c64abc9352eefb7eaae071b5f79d30081be207b53774b78
checksum: 10/3da1cf8c1ef9bea828aa618553696c312e951f810bee368f6887109b203f18ee869fe88f66e65f9cf60b7cb1f2eae859892c860a300c062ff8ec69c381fc8dbd
languageName: node
linkType: hard

Expand Down
Loading