Skip to content

Commit

Permalink
Upgrade to latest testing-library + happy-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
acusti committed Sep 1, 2024
1 parent 4a296b3 commit 49ce46d
Show file tree
Hide file tree
Showing 20 changed files with 151 additions and 284 deletions.
183 changes: 57 additions & 126 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
],
"devDependencies": {
"@babel/core": "^7.20.5",
"@testing-library/dom": "^9.3.1",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.5.1",
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^7.2.0",
Expand All @@ -73,7 +73,7 @@
"eslint-plugin-testing-library": "^6.2.0",
"eslint-plugin-typescript-sort-keys": "^3.1.0",
"flowgen": "^1.20.1",
"happy-dom": "^15.4.2",
"happy-dom": "^15.7.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.0",
"react": "^19.0.0-0",
Expand Down
8 changes: 4 additions & 4 deletions packages/css-value-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
},
"homepage": "https://github.com/acusti/uikit/tree/main/packages/css-value-input#readme",
"devDependencies": {
"@testing-library/dom": "^9.3.1",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.3.3",
"happy-dom": "^15.4.2",
"happy-dom": "^15.7.3",
"react": "^19.0.0-0",
"react-dom": "^19.0.0-0",
"typescript": "5.3.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/date-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
},
"homepage": "https://github.com/acusti/uikit/tree/main/packages/date-picker#readme",
"devDependencies": {
"@testing-library/dom": "^9.3.1",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.3.3",
"happy-dom": "^15.4.2",
"happy-dom": "^15.7.3",
"react": "^19.0.0-0",
"react-dom": "^19.0.0-0",
"typescript": "5.3.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
},
"homepage": "https://github.com/acusti/uikit/tree/main/packages/dropdown#readme",
"devDependencies": {
"@testing-library/dom": "^9.3.1",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.3.3",
"happy-dom": "^15.4.2",
"happy-dom": "^15.7.3",
"react": "^19.0.0-0",
"react-dom": "^19.0.0-0",
"typescript": "5.3.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/input-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
},
"homepage": "https://github.com/acusti/uikit/tree/main/packages/input-text#readme",
"devDependencies": {
"@testing-library/dom": "^9.3.1",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.3.3",
"happy-dom": "^15.4.2",
"happy-dom": "^15.7.3",
"react": "^19.0.0-0",
"react-dom": "^19.0.0-0",
"typescript": "5.3.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/styling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acusti/styling",
"version": "0.7.2",
"version": "1.0.0-rc.0",
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
Expand Down Expand Up @@ -37,11 +37,11 @@
},
"homepage": "https://github.com/acusti/uikit/tree/main/packages/styling#readme",
"devDependencies": {
"@testing-library/dom": "^9.3.1",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.3.3",
"happy-dom": "^15.4.2",
"happy-dom": "^15.7.3",
"react": "^19.0.0-0",
"react-dom": "^19.0.0-0",
"typescript": "5.3.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/use-keyboard-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
},
"homepage": "https://github.com/acusti/uikit/tree/main/packages/use-keyboard-events#readme",
"devDependencies": {
"@testing-library/dom": "^9.3.1",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.3.4",
"happy-dom": "^15.4.2",
"happy-dom": "^15.7.3",
"react": "^19.0.0-0",
"react-dom": "^19.0.0-0",
"typescript": "5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/webcrypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@types/node": "^22.5.1",
"happy-dom": "^15.4.2",
"happy-dom": "^15.7.3",
"typescript": "5.3.3",
"vitest": "^1.1.0"
}
Expand Down
Loading

0 comments on commit 49ce46d

Please sign in to comment.