Skip to content

Commit

Permalink
chore: upgrade packages that are not major verion changes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbarion committed Mar 19, 2024
1 parent 0cc7ef8 commit 4ad5eec
Show file tree
Hide file tree
Showing 2 changed files with 1,833 additions and 732 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,34 +54,34 @@
"@rollup/plugin-typescript": "8.5.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "^14.4.3",
"@types/css": "^0.0.33",
"@types/css-modules": "^1.0.2",
"@types/jest": "29.4.0",
"@testing-library/user-event": "14.5.2",
"@types/css": "0.0.37",
"@types/css-modules": "1.0.5",
"@types/jest": "29.5.12",
"@types/node": "^18.15.3",
"@types/react": "^18.2.17",
"@types/react-dom": "18.0.11",
"@types/react-test-renderer": "^18.0.0",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.22",
"@types/react-test-renderer": "18.0.7",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"bundlesize": "^0.18.1",
"css-loader": "6.7.3",
"esbuild": "0.17.11",
"bundlesize": "0.18.2",
"css-loader": "6.10.0",
"esbuild": "0.20.2",
"esbuild-css-modules-plugin": "^2.7.1",
"eslint": "8.35.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "8.0.3",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-transform-css": "6.0.1",
"lint-staged": "13.1.2",
"postcss": "8.4.21",
"postcss": "8.4.36",
"prettier": "2.8.4",
"process": "^0.11.10",
"react": "16.14.0",
Expand All @@ -90,21 +90,21 @@
"rollup": "2.79.1",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-browsersync": "^1.3.3",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-copy": "3.5.0",
"rollup-plugin-dts": "5.2.0",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-html-scaffold": "^0.2.0",
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "5.9.0",
"style-loader": "^3.3.0",
"rollup-plugin-visualizer": "5.12.0",
"style-loader": "3.3.4",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"ts-jest": "29.0.5",
"ts-node": "^10.9.1",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "4.9.5"
},
"peerDependencies": {
Expand All @@ -125,6 +125,6 @@
},
"dependencies": {
"@floating-ui/dom": "^1.6.1",
"clsx": "^2.0.0"
"clsx": "2.1.0"
}
}
Loading

0 comments on commit 4ad5eec

Please sign in to comment.