Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dependencies #3851

Merged
merged 5 commits into from Jan 10, 2023
Merged

chore: update dependencies #3851

merged 5 commits into from Jan 10, 2023

Conversation

straker
Copy link
Contributor

@straker straker commented Jan 9, 2023

Updated all dependencies, including examples. I updated the enzyme/jest example to not need the helper utilizies and instead just use mount and the jsdom helper script to render it to the dom.

@straker straker requested a review from a team as a code owner January 9, 2023 22:30
@@ -5,7 +5,18 @@ module.exports = function (grunt) {

grunt.initConfig({
qunit: {
all: ['test/**/*.html']
all: ['test/**/*.html'],
options: {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ran into this issue gruntjs/grunt-contrib-qunit#158

@straker straker merged commit f5c5258 into develop Jan 10, 2023
@straker straker deleted the deps-2-23 branch January 10, 2023 15:33
straker added a commit that referenced this pull request Jan 23, 2023
* chore: update dependencies

* update examples

* 🤖 Automated formatting fixes

* fix jsdoc

Co-authored-by: straker <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants