Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2023
1 parent a68c05e commit a0520a8
Show file tree
Hide file tree
Showing 2 changed files with 672 additions and 663 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
},
"sideEffects": false,
"dependencies": {
"@arethetypeswrong/cli": "0.13.1",
"@arethetypeswrong/cli": "0.13.2",
"clsx": "2.0.0",
"core-js": "3.33.3",
"html-escaper": "3.0.3",
"observable-hooks": "4.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"react-router-dom": "6.19.0",
"react-router-dom": "6.20.0",
"regenerator-runtime": "0.14.0",
"rxjs": "7.8.1",
"shiki": "0.14.5",
Expand All @@ -39,30 +39,30 @@
"@astrojs/react": "3.0.6",
"@babel/core": "^7.23.3",
"@babel/preset-react": "7.23.3",
"@commitlint/cli": "18.4.2",
"@commitlint/config-conventional": "18.4.2",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@jscutlery/semver": "4.1.0",
"@nx/devkit": "17.1.2",
"@nx/eslint": "17.1.2",
"@nx/eslint-plugin": "17.1.2",
"@nx/jest": "17.1.2",
"@nx/js": "17.1.2",
"@nx/node": "17.1.2",
"@nx/plugin": "17.1.2",
"@nx/react": "17.1.2",
"@nx/rollup": "17.1.2",
"@nx/vite": "17.1.2",
"@nx/web": "17.1.2",
"@nx/workspace": "17.1.2",
"@nx/devkit": "17.1.3",
"@nx/eslint": "17.1.3",
"@nx/eslint-plugin": "17.1.3",
"@nx/jest": "17.1.3",
"@nx/js": "17.1.3",
"@nx/node": "17.1.3",
"@nx/plugin": "17.1.3",
"@nx/react": "17.1.3",
"@nx/rollup": "17.1.3",
"@nx/vite": "17.1.3",
"@nx/web": "17.1.3",
"@nx/workspace": "17.1.3",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
"@svgr/webpack": "8.1.0",
"@swc-node/register": "1.6.8",
"@swc/core": "1.3.96",
"@swc/core": "1.3.99",
"@testing-library/react": "14.1.2",
"@types/jest": "29.5.8",
"@types/node": "20.9.2",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/jest": "29.5.10",
"@types/node": "20.10.0",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@vitest/coverage-v8": "0.34.6",
Expand All @@ -86,7 +86,7 @@
"jsdom": "23.0.0",
"lint-staged": "15.1.0",
"ngx-deploy-npm": "7.1.0",
"nx": "17.1.2",
"nx": "17.1.3",
"nx-cloud": "16.5.2",
"only-allow": "1.2.1",
"prettier": "3.1.0",
Expand All @@ -99,12 +99,12 @@
"swc-loader": "0.2.3",
"ts-jest": "29.1.1",
"tslib": "2.6.2",
"tsup": "8.0.0",
"tsup": "8.0.1",
"typedoc": "0.25.3",
"typedoc-plugin-markdown": "3.17.1",
"typescript": "5.3.2",
"url-loader": "4.1.1",
"vite": "5.0.0",
"vite": "5.0.2",
"vite-plugin-eslint": "1.8.1",
"vite-tsconfig-paths": "4.2.1",
"vitest": "0.34.6",
Expand All @@ -115,7 +115,7 @@
"*.{js,ts,md}": "prettier --write",
"package.json": "prettier-package-json --write"
},
"packageManager": "pnpm@8.10.5+sha256.a4bd9bb7b48214bbfcd95f264bd75bb70d100e5d4b58808f5cd6ab40c6ac21c5",
"packageManager": "pnpm@8.11.0",
"pnpm": {
"overrides": {
"vite": "$vite"
Expand Down
Loading

0 comments on commit a0520a8

Please sign in to comment.