Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent a76a6d4 commit 8c46724
Show file tree
Hide file tree
Showing 3 changed files with 552 additions and 460 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@milkdown/monorepo",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"engines": {
"node": ">=17"
},
Expand Down Expand Up @@ -35,10 +35,10 @@
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@nrwl/tao": "19.8.4",
"@nx/cypress": "20.1.3",
"@nx/storybook": "20.1.3",
"@nx/web": "20.1.3",
"@nx/workspace": "20.1.3",
"@nx/cypress": "20.1.4",
"@nx/storybook": "20.1.4",
"@nx/web": "20.1.4",
"@nx/workspace": "20.1.4",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
Expand All @@ -62,8 +62,8 @@
"husky": "^9.0.10",
"jsdom": "^25.0.0",
"lint-staged": "^15.0.0",
"nx": "20.1.3",
"oxlint": "^0.13.0",
"nx": "20.1.4",
"oxlint": "^0.14.0",
"pathe": "^1.0.0",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
Expand All @@ -78,7 +78,7 @@
"tailwindcss": "^3.2.4",
"tslib": "^2.5.0",
"typescript": "^5.4.4",
"vite": "^5.0.12",
"vite": "^6.0.0",
"vitest": "^2.0.0"
},
"pnpm": {
Expand Down
8 changes: 4 additions & 4 deletions packages/integrations/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
"devDependencies": {
"@milkdown/core": "workspace:*",
"@milkdown/prose": "workspace:*",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"nx": {
"targets": {
Expand Down
Loading

0 comments on commit 8c46724

Please sign in to comment.