Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent d2eea95 commit a24e448
Show file tree
Hide file tree
Showing 2 changed files with 1,302 additions and 537 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"react-router-dom": "6.21.3",
"react-router-dom": "6.22.0",
"regenerator-runtime": "0.14.1",
"rxjs": "7.8.1",
"shiki": "0.14.7",
Expand All @@ -42,30 +42,30 @@
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@jscutlery/semver": "4.2.0",
"@nx/devkit": "17.2.8",
"@nx/eslint": "17.2.8",
"@nx/eslint-plugin": "17.2.8",
"@nx/js": "17.2.8",
"@nx/react": "17.2.8",
"@nx/rollup": "17.2.8",
"@nx/vite": "17.2.8",
"@nx/web": "17.2.8",
"@nx/workspace": "17.2.8",
"@nx/devkit": "17.3.1",
"@nx/eslint": "17.3.1",
"@nx/eslint-plugin": "17.3.1",
"@nx/js": "17.3.1",
"@nx/react": "17.3.1",
"@nx/rollup": "17.3.1",
"@nx/vite": "17.3.1",
"@nx/web": "17.3.1",
"@nx/workspace": "17.3.1",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
"@svgr/webpack": "8.1.0",
"@swc-node/register": "1.6.8",
"@swc-node/register": "1.8.0",
"@swc/core": "1.3.107",
"@testing-library/react": "14.1.2",
"@types/node": "20.11.10",
"@types/react": "18.2.48",
"@testing-library/react": "14.2.1",
"@types/node": "20.11.16",
"@types/react": "18.2.51",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@vitest/coverage-v8": "1.2.2",
"@vitest/ui": "1.2.2",
"astro": "4.2.8",
"commitizen": "4.3.0",
"css-loader": "6.9.1",
"css-loader": "6.10.0",
"cz-conventional-changelog": "3.3.0",
"dot-json": "1.3.0",
"eslint": "8.56.0",
Expand All @@ -75,12 +75,12 @@
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "9.0.6",
"husky": "9.0.10",
"immer": "10.0.3",
"jsdom": "24.0.0",
"lint-staged": "15.2.0",
"lint-staged": "15.2.1",
"ngx-deploy-npm": "8.0.1",
"nx": "17.2.8",
"nx": "17.3.1",
"nx-cloud": "16.5.2",
"only-allow": "1.2.1",
"prettier": "3.2.4",
Expand All @@ -89,8 +89,8 @@
"shx": "0.3.4",
"style-loader": "3.3.4",
"stylus": "0.62.0",
"stylus-loader": "8.0.0",
"swc-loader": "0.2.3",
"stylus-loader": "8.1.0",
"swc-loader": "0.2.4",
"tslib": "2.6.2",
"tsup": "8.0.1",
"typedoc": "0.25.7",
Expand All @@ -101,14 +101,14 @@
"vite-plugin-eslint": "1.8.1",
"vite-tsconfig-paths": "4.3.1",
"vitest": "1.2.2",
"webpack": "5.90.0",
"webpack": "5.90.1",
"webpack-merge": "5.10.0"
},
"lint-staged": {
"*.{js,ts,md}": "prettier --write",
"package.json": "prettier-package-json --write"
},
"packageManager": "pnpm@8.15.0",
"packageManager": "pnpm@8.15.1",
"pnpm": {
"overrides": {
"vite": "$vite"
Expand Down
Loading

0 comments on commit a24e448

Please sign in to comment.