Skip to content

Commit

Permalink
πŸ§—β€β™‚οΈ chore: update lib dev deps (#11548)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebill1049 committed Feb 25, 2024
1 parent bba5524 commit ec8a46e
Show file tree
Hide file tree
Showing 2 changed files with 2,009 additions and 1,754 deletions.
42 changes: 21 additions & 21 deletions package.json
Expand Up @@ -71,36 +71,36 @@
"author": "<bluebill1049@hotmail.com>",
"license": "MIT",
"devDependencies": {
"@microsoft/api-extractor": "^7.35.2",
"@microsoft/api-extractor": "^7.41.0",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@swc/core": "^1.3.62",
"@swc/jest": "^0.2.26",
"@testing-library/jest-dom": "^5.16.5",
"@rollup/plugin-terser": "^0.4.4",
"@swc/core": "^1.4.2",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.5.2",
"@types/react": "^18.2.9",
"@types/react-dom": "^18.2.4",
"@types/testing-library__jest-dom": "^5.14.6",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/testing-library__jest-dom": "^5.14.9",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"bundlewatch": "^0.3.3",
"cypress": "^10.11.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-preview": "^0.3.1",
"lint-staged": "^13.2.2",
"msw": "^1.2.2",
"lint-staged": "^13.3.0",
"msw": "^1.3.2",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -111,8 +111,8 @@
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.34.1",
"tsd": "^0.27.0",
"typescript": "^5.1.3",
"whatwg-fetch": "^3.6.2"
"typescript": "^5.3.3",
"whatwg-fetch": "^3.6.20"
},
"bundlewatch": {
"files": [
Expand Down

0 comments on commit ec8a46e

Please sign in to comment.