Skip to content

Commit

Permalink
docs: add TestPlan with functional test cases (#723)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency tsx to ^4.19.2 (#715)

* chore(deps): update dependency @testing-library/jest-dom to ^6.6.3 (#717)

* fix(deps): update dependency react-router-dom to ^6.28.0 (#718)

* chore(deps): update dependency tailwind-merge to ^2.5.4 (#716)

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
tselit and renovate[bot] authored Nov 21, 2024
1 parent 407e358 commit 5c97b31
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
"loglevel": "^1.9.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
"react-router-dom": "^6.28.0",
"safe-buffer": "5.2.1",
"tailwind-merge": "^2.5.2",
"tailwind-merge": "^2.5.4",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@jgoz/esbuild-plugin-typecheck": "^4.0.2",
"@playwright/test": "^1.47.2",
"@tailwindcss/forms": "^0.5.9",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/archiver": "^6.0.3",
"@types/chrome": "^0.0.280",
Expand Down Expand Up @@ -85,7 +85,7 @@
"sade": "^1.8.1",
"tailwindcss": "^3.4.13",
"ts-jest": "^29.2.5",
"tsx": "^4.19.1",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
},
"engines": {
Expand Down
60 changes: 30 additions & 30 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 5c97b31

Please sign in to comment.