Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Jan 23, 2024
1 parent ec3fc69 commit de5c213
Show file tree
Hide file tree
Showing 3 changed files with 1,412 additions and 2,006 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,40 +54,40 @@
"react-from-dom": "^0.6.2"
},
"devDependencies": {
"@gilbarbara/eslint-config": "^0.5.4",
"@gilbarbara/eslint-config": "^0.7.3",
"@gilbarbara/prettier-config": "^1.0.0",
"@gilbarbara/tsconfig": "^0.2.3",
"@size-limit/preset-small-lib": "^10.0.1",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@types/node": "^20.8.8",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.0",
"@vitest/coverage-v8": "^0.34.6",
"@size-limit/preset-small-lib": "^11.0.2",
"@testing-library/jest-dom": "^6.2.1",
"@testing-library/react": "^14.1.2",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.2.1",
"browser-cache-mock": "^0.1.7",
"del-cli": "^5.1.0",
"fix-tsup-cjs": "^1.2.0",
"http-server": "^14.1.1",
"husky": "^8.0.3",
"jest-extended": "^4.0.2",
"jsdom": "^22.1.0",
"jsdom": "^24.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"repo-tools": "^0.3.1",
"size-limit": "^10.0.1",
"start-server-and-test": "^2.0.1",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6",
"size-limit": "^11.0.2",
"start-server-and-test": "^2.0.3",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.2.1",
"vitest-fetch-mock": "^0.2.2"
},
"scripts": {
"build": "pnpm run clean && tsup && fix-tsup-cjs",
"watch": "tsup --watch",
"clean": "del dist/*",
"lint": "eslint src test",
"lint": "eslint --fix src test",
"start": "http-server test/__fixtures__ -p 1337 --cors",
"test": "start-server-and-test start http://127.0.0.1:1337 test:coverage",
"test:coverage": "vitest run --coverage",
Expand Down
Loading

0 comments on commit de5c213

Please sign in to comment.