Skip to content

Commit

Permalink
chore: upgrade packages on minor and patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbarion committed May 9, 2024
1 parent 31a26d0 commit 3dc9499
Show file tree
Hide file tree
Showing 2 changed files with 1,066 additions and 1,920 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
"@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.2.22",
"@types/react-test-renderer": "18.0.7",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-test-renderer": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"bundlesize": "0.18.2",
"css-loader": "6.10.0",
"esbuild": "0.20.2",
"esbuild": "0.21.1",
"esbuild-css-modules-plugin": "^2.7.1",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
Expand All @@ -76,20 +76,20 @@
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-hooks": "4.6.2",
"husky": "9.0.11",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-transform-css": "6.0.1",
"lint-staged": "15.2.2",
"minimist": "^1.2.8",
"postcss": "8.4.37",
"postcss": "8.4.38",
"prettier": "3.2.5",
"process": "^0.11.10",
"react": "16.14.0",
"react-dom": "16.14.0",
"rimraf": "5.0.5",
"rollup": "4.13.0",
"rollup": "4.17.2",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-browsersync": "^1.3.3",
"rollup-plugin-copy": "3.5.0",
Expand All @@ -102,12 +102,12 @@
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "5.12.0",
"style-loader": "3.3.4",
"stylelint": "16.2.1",
"stylelint": "16.5.0",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-standard": "36.0.0",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.4.2"
"typescript": "5.4.5"
},
"peerDependencies": {
"react": ">=16.14.0",
Expand All @@ -126,7 +126,7 @@
]
},
"dependencies": {
"@floating-ui/dom": "^1.6.1",
"clsx": "2.1.0"
"@floating-ui/dom": "1.6.5",
"clsx": "2.1.1"
}
}
Loading

0 comments on commit 3dc9499

Please sign in to comment.