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 Jun 3, 2023
1 parent 234aa59 commit 77e214b
Show file tree
Hide file tree
Showing 4 changed files with 2,807 additions and 7,289 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
]
},
"dependencies": {
"@docusaurus/core": "2.4.0",
"@docusaurus/preset-classic": "2.4.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@docusaurus/core": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mdx-js/react": "^1.6.22",
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "^1.1.4",
"ajv": "^8.12.0",
Expand All @@ -39,34 +39,34 @@
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tslib": "^2.5.0",
"tslib": "^2.5.3",
"ws": "^8.13.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@docusaurus/module-type-aliases": "2.4.0",
"@docusaurus/types": "2.4.0",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@docusaurus/module-type-aliases": "2.4.1",
"@docusaurus/types": "2.4.1",
"@nx-plus/docusaurus": "15.0.0-rc.0",
"@types/jest": "29.4.4",
"@types/node": "18.7.1",
"@types/jest": "29.5.2",
"@types/node": "18.16.16",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"chalk": "^5.2.0",
"cz-git": "^1.6.1",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint": "~8.42.0",
"eslint-config-prettier": "8.8.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"lint-staged": "^13.2.1",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"lint-staged": "^13.2.2",
"nx": "16.3.1",
"prettier": "^2.8.7",
"prettier": "^2.8.8",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.0.4",
"typescript": "5.1.3",
"@nx/devkit": "16.3.1",
"@nx/workspace": "16.3.1",
"@nx/linter": "16.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-validate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"validation"
],
"peerDependencies": {
"@socketdb/server": "^4.0.0"
"@socketdb/server": "^4.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"socket.io"
],
"peerDependencies": {
"ws": "^8.12.0"
"ws": "^8.13.0"
}
}
Loading

0 comments on commit 77e214b

Please sign in to comment.