Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Oct 3, 2023
1 parent a74e6dd commit 9158b87
Show file tree
Hide file tree
Showing 2 changed files with 329 additions and 109 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@
"@gilbarbara/helpers": "^0.8.6",
"@gilbarbara/prettier-config": "^1.0.0",
"@gilbarbara/tsconfig": "^0.2.3",
"@size-limit/preset-small-lib": "^8.2.6",
"@size-limit/preset-small-lib": "^9.0.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/exenv": "^1.2.0",
"@types/fetch-mock": "^7.3.6",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.2",
"@types/node-fetch": "^2.6.5",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/node": "^20.8.2",
"@types/node-fetch": "^2.6.6",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"browser-cache-mock": "^0.1.7",
"cross-fetch": "^4.0.0",
"del-cli": "^5.1.0",
Expand All @@ -83,8 +83,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"repo-tools": "^0.2.2",
"size-limit": "^8.2.6",
"start-server-and-test": "^2.0.0",
"size-limit": "^9.0.0",
"start-server-and-test": "^2.0.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
Expand All @@ -95,7 +95,7 @@
"watch": "tsup --watch",
"clean": "del dist/*",
"start": "http-server test/__fixtures__ -p 1337 --cors",
"lint": "eslint --ext .ts,.tsx src test",
"lint": "eslint src test",
"test": "start-server-and-test start http://127.0.0.1:1337 test:coverage",
"test:coverage": "jest --coverage --bail",
"test:watch": "jest --watchAll --verbose",
Expand Down
Loading

0 comments on commit 9158b87

Please sign in to comment.