Skip to content

Commit

Permalink
Merge pull request #1149 from dpc-sdp/feature/wait-on
Browse files Browse the repository at this point in the history
chore: ⬆️ remove conflicting version of wait-on
  • Loading branch information
dylankelly authored May 6, 2024
2 parents 7a95756 + 5dfe555 commit fb0d96c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 57 deletions.
3 changes: 1 addition & 2 deletions examples/nuxt-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"@nuxt/devtools": "^0.6.7",
"cypress": "13.6.6",
"node-fetch-native": "^1.4.1",
"nuxt": "3.11.2",
"start-server-and-test": "^2.0.0"
"nuxt": "3.11.2"
}
}
1 change: 0 additions & 1 deletion examples/vue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-vue": "^9.10.0",
"prettier": "^2.8.7",
"start-server-and-test": "^2.0.0",
"typescript": "^5.0.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"postcss-nested": "^6.0.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^8.1.0",
"start-server-and-test": "^2.0.0",
"start-server-and-test": "^2.0.3",
"stylelint": "^15.10.2",
"ts-jest": "^29.0.5",
"typescript": "^5.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"@testing-library/cypress": "^10.0.1",
"cypress": "^13.6.6",
"mockttp": "^3.9.1",
"start-server-and-test": "^2.0.0"
"start-server-and-test": "^2.0.3"
}
}
67 changes: 15 additions & 52 deletions pnpm-lock.yaml

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

0 comments on commit fb0d96c

Please sign in to comment.