Skip to content

Commit

Permalink
chore: Apply Minor Package Update + Bump JSDOM to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
ITenthusiasm committed Feb 11, 2024
1 parent 3a2264a commit 28fae8d
Show file tree
Hide file tree
Showing 8 changed files with 929 additions and 867 deletions.
1,752 changes: 907 additions & 845 deletions package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
"format": "prettier --ignore-path .gitignore --write ."
},
"devDependencies": {
"@faker-js/faker": "^8.3.1",
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/user-event": "^14.5.1",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitest/coverage-istanbul": "^1.1.0",
"@faker-js/faker": "^8.4.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.11.17",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/coverage-istanbul": "^1.2.2",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-testing-library": "^6.2.0",
"eslint-plugin-vitest": "^0.3.20",
"jsdom": "^23.0.1",
"prettier": "^3.1.1",
"eslint-plugin-vitest": "^0.3.22",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.1.2",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
"vitest": "^1.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
},
"devDependencies": {
"@testing-library/dom": "^9.3.3"
"@testing-library/dom": "^9.3.4"
},
"author": "Isaiah Thomason",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"preact": ">=9.0.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.7.0",
"@preact/preset-vite": "^2.8.1",
"@testing-library/preact": "^3.2.3"
},
"author": "Isaiah Thomason",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"react": ">=16.8.0"
},
"devDependencies": {
"@testing-library/react": "^14.1.2",
"@types/react": "^18.2.45"
"@testing-library/react": "^14.2.1",
"@types/react": "^18.2.55"
},
"author": "Isaiah Thomason",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"solid-js": ">=1.0.0"
},
"devDependencies": {
"@solidjs/testing-library": "^0.8.5",
"vite-plugin-solid": "^2.8.0"
"@solidjs/testing-library": "^0.8.6",
"vite-plugin-solid": "^2.9.1"
},
"author": "Isaiah Thomason",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@form-observer/core": "^0.7.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@testing-library/svelte": "^4.0.5",
"svelte": "^4.2.8"
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@testing-library/svelte": "^4.1.0",
"svelte": "^4.2.10"
},
"author": "Isaiah Thomason",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"@form-observer/core": "^0.7.0"
},
"devDependencies": {
"@testing-library/vue": "^8.0.1",
"@vitejs/plugin-vue": "^5.0.0",
"@testing-library/vue": "^8.0.2",
"@vitejs/plugin-vue": "^5.0.4",
"vue": "^3.3.6"
},
"author": "Isaiah Thomason",
Expand Down

0 comments on commit 28fae8d

Please sign in to comment.