Skip to content

Commit

Permalink
Bump devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 23, 2025
1 parent 14b6b25 commit e60c8f8
Show file tree
Hide file tree
Showing 6 changed files with 596 additions and 636 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
"@types/react-is": "^19.0.0",
"@types/react-swipeable-views": "^0.13.6",
"cpy-cli": "5.0.0",
"cross-fetch": "4.0.0",
"typescript": "5.5.4",
"cross-fetch": "4.1.0",
"typescript": "5.7.3",
"typescript-to-proptypes": "2.2.1"
}
}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"clean": "pnpm -r exec rm -rf build dist"
},
"devDependencies": {
"@argos-ci/core": "2.11.0",
"@argos-ci/core": "2.12.0",
"@babel/cli": "7.25.9",
"@babel/core": "7.26.0",
"@babel/node": "7.26.0",
Expand All @@ -61,8 +61,8 @@
"@next/eslint-plugin-next": "14.2.24",
"@playwright/test": "1.47.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/archiver": "6.0.3",
"@types/fs-extra": "11.0.4",
"@types/gtag.js": "0.0.20",
Expand All @@ -74,10 +74,10 @@
"@vitest/coverage-v8": "2.1.9",
"babel-plugin-react-remove-properties": "0.3.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"chalk": "5.3.0",
"concurrently": "9.1.0",
"chalk": "5.4.1",
"concurrently": "9.1.2",
"css-mediaquery": "^0.1.2",
"danger": "^12.3.3",
"danger": "^12.3.4",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
Expand All @@ -94,21 +94,21 @@
"eslint-plugin-testing-library": "^6.5.0",
"eslint-plugin-typescript-enum": "2.1.0",
"execa": "9.5.2",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"format-util": "1.0.5",
"fs-extra": "11.2.0",
"globby": "14.0.2",
"fs-extra": "11.3.0",
"globby": "14.1.0",
"jsdom": "25.0.1",
"lerna": "8.1.9",
"markdownlint-cli2": "0.15.0",
"prettier": "3.4.1",
"lerna": "8.2.0",
"markdownlint-cli2": "0.17.2",
"prettier": "3.5.2",
"pretty-quick": "4.0.0",
"react-docgen": "5.4.3",
"react-inspector": "6.0.2",
"regenerator-runtime": "0.14.1",
"remark": "15.0.1",
"rimraf": "6.0.1",
"typescript": "5.5.4",
"typescript": "5.7.3",
"unist-util-visit": "5.0.0",
"vitest-dom": "0.1.1",
"vitest-fail-on-console": "0.7.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"eslint-plugin-import": "2.31.0",
"formidable": "3.5.2",
"react-transition-group": "4.4.5",
"webpack": "5.96.1"
"webpack": "5.98.0"
},
"typings": "./index.d.ts",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion playground/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "7.1.5",
"vite": "5.4.12"
"vite": "5.4.14"
}
}
Loading

0 comments on commit e60c8f8

Please sign in to comment.