Skip to content

Commit

Permalink
Update all dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Dec 9, 2024
1 parent 37a7c9e commit 24c8f94
Show file tree
Hide file tree
Showing 5 changed files with 624 additions and 1,179 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@
"watch": "pnpm compile && dotenv -- turbo run watch --filter=./programs/* --concurrency=5"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@eslint/js": "^9.6.0",
"@playwright/test": "^1.47.0",
"@types/chrome": "^0.0.268",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.12",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"dotenv-cli": "^7.3.0",
"eslint": "^9.6.0",
"globals": "^15.9.0",
"@changesets/cli": "^2.27.10",
"@eslint/js": "^9.16.0",
"@playwright/test": "^1.49.0",
"@types/chrome": "^0.0.287",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"dotenv-cli": "^7.4.4",
"eslint": "^9.16.0",
"globals": "^15.13.0",
"jest": "^29.7.0",
"prettier": "^3.3.2",
"ts-jest": "^29.1.2",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsup": "^8.1.2",
"turbo": "^2.0.4"
"tsup": "^8.3.5",
"turbo": "^2.3.3"
},
"dependencies": {
"@types/firefox-webext-browser": "^120.0.4",
Expand Down
Loading

0 comments on commit 24c8f94

Please sign in to comment.