Skip to content

Commit

Permalink
chore: update some dependencies (#2753)
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan authored Nov 25, 2024
1 parent 197f497 commit be44aae
Show file tree
Hide file tree
Showing 4 changed files with 1,150 additions and 314 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"@types/domhandler": "^2.4.2",
"@types/express": "^4.17.13",
"@types/fs-extra": "^11.0.0",
"@types/htmlparser2": "^3.10.3",
"@types/inquirer": "^8.2.1",
"@types/is-ci": "^3.0.1",
"@types/lodash.isequal": "^4.5.8",
Expand Down Expand Up @@ -110,7 +109,7 @@
"rimraf": "^6.0.0",
"tsx": "^4.4.0",
"turbo": "^2.1.0",
"typescript": "^5.6.2",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.0.0"
},
Expand Down
14 changes: 7 additions & 7 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"devDependencies": {
"@apify/eslint-config-ts": "^0.4.0",
"@apify/tsconfig": "^0.1.0",
"@docusaurus/module-type-aliases": "3.6.0",
"@docusaurus/types": "3.6.0",
"@docusaurus/module-type-aliases": "3.6.3",
"@docusaurus/types": "3.6.3",
"@types/react": "^18.0.28",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
Expand All @@ -30,16 +30,16 @@
"path-browserify": "^1.0.1",
"prettier": "^3.0.0",
"rimraf": "^6.0.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"dependencies": {
"@apify/docusaurus-plugin-typedoc-api": "^4.2.10",
"@apify/utilities": "^2.8.0",
"@docusaurus/core": "3.6.0",
"@docusaurus/core": "3.6.3",
"@docusaurus/faster": "3.6.3",
"@docusaurus/mdx-loader": "3.6.0",
"@docusaurus/plugin-client-redirects": "3.6.0",
"@docusaurus/preset-classic": "3.6.0",
"@docusaurus/mdx-loader": "3.6.3",
"@docusaurus/plugin-client-redirects": "3.6.3",
"@docusaurus/preset-classic": "3.6.3",
"@giscus/react": "^3.0.0",
"@mdx-js/react": "^3.0.1",
"axios": "^1.5.0",
Expand Down
Loading

0 comments on commit be44aae

Please sign in to comment.