Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
@testing-library/jest-dom
  * @nuclear/app: ^5.16.4 → 6.4.5, ^5.15.0 → 6.4.5

@testing-library/react
  * @nuclear/app: ^11.2.7 → 15.0.7
  * @nuclear/ui: ^11.2.7 → 15.0.7

@testing-library/dom
  * @nuclear/app: ^8.17.1 → 10.1.0

@testing-library/user-event
  * @nuclear/app: ^13.5.0 → 14.5.2

@distube/ytdl-core
  * @nuclear/core: ^4.13.3 → 4.13.3
  • Loading branch information
nukeop committed May 12, 2024
1 parent d6bf24c commit d32f264
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@nuclear/core": "^0.6.30",
"@nuclear/i18n": "^0.6.30",
"@nuclear/ui": "^0.6.30",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/jest-dom": "6.4.5",
"@types/react-window": "^1.8.5",
"ajv": "^6.12.5",
"bluebird": "3.5.3",
Expand Down Expand Up @@ -91,10 +91,10 @@
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.10.4",
"@testing-library/dom": "^8.17.1",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.5.0",
"@testing-library/dom": "10.1.0",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
"@types/jest": "^27.4.1",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@distube/ytdl-core": "^4.13.3",
"@distube/ytdl-core": "4.13.3",
"@nuclear/scanner": "^0.6.21",
"@supabase/supabase-js": "^1.35.4",
"ajv": "^6.12.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@storybook/cli": "^6.3.8",
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^6.3.8",
"@testing-library/react": "^11.2.7",
"@testing-library/react": "15.0.7",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.158",
"@types/numeral": "0.0.28",
Expand Down

0 comments on commit d32f264

Please sign in to comment.