Skip to content

Commit 3cb136d

Browse files
committed
build: update deps
1 parent cb53118 commit 3cb136d

File tree

10 files changed

+867
-931
lines changed

10 files changed

+867
-931
lines changed

apps/docs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@react-md/code": "workspace:*",
5252
"@react-md/core": "workspace:*",
5353
"@react-md/material-icons": "workspace:*",
54-
"algoliasearch": "^5.25.0",
54+
"algoliasearch": "^5.27.0",
5555
"cnbuilder": "^3.1.0",
5656
"docs-generator": "workspace:*",
5757
"filesize": "^10.1.6",
@@ -67,7 +67,7 @@
6767
"sharp": "^0.34.2"
6868
},
6969
"devDependencies": {
70-
"@algolia/client-search": "^5.25.0",
70+
"@algolia/client-search": "^5.27.0",
7171
"@eslint/eslintrc": "^3.3.1",
7272
"@mlaursen/eslint-config": "^8.0.1",
7373
"@next/eslint-plugin-next": "^15.3.3",
@@ -79,20 +79,20 @@
7979
"@types/react-dom": "^18.3.1",
8080
"@types/react-window": "^1.8.8",
8181
"chokidar": "^4.0.3",
82-
"eslint": "^9.28.0",
83-
"glob": "^11.0.2",
82+
"eslint": "^9.29.0",
83+
"glob": "^11.0.3",
8484
"nodemon": "^3.1.10",
8585
"npm-run-all": "^4.1.5",
8686
"prettier": "^3.5.3",
87-
"sass": "^1.89.0",
87+
"sass": "^1.89.2",
8888
"sassdoc-generator": "workspace:*",
8989
"stylelint": "^16.20.0",
9090
"stylelint-config-prettier-scss": "^1.0.0",
9191
"stylelint-config-recommended-scss": "^15.0.1",
9292
"stylelint-order": "^7.0.0",
93-
"stylelint-scss": "^6.12.0",
93+
"stylelint-scss": "^6.12.1",
9494
"svgo": "^3.3.2",
95-
"tsx": "^4.19.4",
95+
"tsx": "^4.20.3",
9696
"typedoc": "^0.28.5",
9797
"typescript": "^5.8.3"
9898
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
5050
"cross-env": "^7.0.3",
5151
"dotenv": "^16.5.0",
52-
"eslint": "^9.28.0",
52+
"eslint": "^9.29.0",
5353
"husky": "^9.1.7",
5454
"lint-staged": "^16.1.0",
5555
"prettier": "^3.5.3",
56-
"tsx": "^4.19.4",
56+
"tsx": "^4.20.3",
5757
"turbo": "^2.5.4",
5858
"typescript": "^5.8.3"
5959
},

packages/code/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,19 @@
7272
"@types/react": "^18.3.12",
7373
"@types/react-dom": "^18.3.1",
7474
"chokidar-cli": "^3.0.0",
75-
"eslint": "^9.28.0",
75+
"eslint": "^9.29.0",
7676
"jest": "^29.7.0",
7777
"jest-environment-jsdom": "^29.7.0",
7878
"jest-watch-typeahead": "^2.2.2",
7979
"npm-run-all": "^4.1.5",
80-
"postcss": "^8.5.4",
80+
"postcss": "^8.5.5",
8181
"postcss-selector-parser": "^7.1.0",
82-
"sass": "^1.89.0",
82+
"sass": "^1.89.2",
8383
"stylelint": "^16.20.0",
8484
"stylelint-config-prettier-scss": "^1.0.0",
8585
"stylelint-config-recommended-scss": "^15.0.1",
8686
"stylelint-order": "^7.0.0",
87-
"stylelint-scss": "^6.12.0",
87+
"stylelint-scss": "^6.12.1",
8888
"typescript": "^5.8.3"
8989
},
9090
"peerDependencies": {

packages/codemod/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
"@inquirer/rawlist": "^4.1.3",
5050
"@inquirer/search": "^3.0.15",
5151
"commander": "^14.0.0",
52-
"glob": "^11.0.2",
52+
"glob": "^11.0.3",
5353
"jscodeshift": "^17.3.0",
54-
"postcss": "^8.5.4",
54+
"postcss": "^8.5.5",
5555
"postcss-scss": "^4.0.9",
5656
"postcss-value-parser": "^4.2.0"
5757
},
@@ -68,12 +68,12 @@
6868
"@types/glob": "^8.1.0",
6969
"@types/jscodeshift": "^17.3.0",
7070
"@types/node": "^22.15.29",
71-
"eslint": "^9.28.0",
71+
"eslint": "^9.29.0",
7272
"identity-obj-proxy": "^3.0.0",
7373
"jest": "^29.7.0",
7474
"jest-watch-typeahead": "^2.2.2",
7575
"prettier": "^3.5.3",
76-
"tsx": "^4.19.4",
76+
"tsx": "^4.20.3",
7777
"typescript": "^5.8.3"
7878
},
7979
"publishConfig": {

packages/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@
117117
"@types/react": "^18.3.12",
118118
"@types/react-dom": "^18.3.1",
119119
"chokidar": "^4.0.3",
120-
"eslint": "^9.28.0",
120+
"eslint": "^9.29.0",
121121
"filesize": "^10.1.6",
122-
"glob": "11.0.2",
122+
"glob": "11.0.3",
123123
"jest": "^29.7.0",
124124
"jest-environment-jsdom": "^29.7.0",
125125
"jest-watch-typeahead": "^2.2.2",
@@ -131,12 +131,12 @@
131131
"stylelint-config-prettier-scss": "^1.0.0",
132132
"stylelint-config-recommended-scss": "^15.0.1",
133133
"stylelint-order": "^7.0.0",
134-
"stylelint-scss": "^6.12.0",
134+
"stylelint-scss": "^6.12.1",
135135
"ts-morph": "^26.0.0",
136136
"ts-node": "^10.9.2",
137-
"tsx": "^4.19.4",
137+
"tsx": "^4.20.3",
138138
"typescript": "^5.8.3",
139-
"vitest": "^3.1.4"
139+
"vitest": "^3.2.3"
140140
},
141141
"peerDependencies": {
142142
"@jest/globals": "^29.7.0",

packages/docs-generator/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"homepage": "https://react-md.dev",
4040
"dependencies": {
41-
"@prettier/sync": "^0.5.5",
41+
"@prettier/sync": "^0.6.1",
4242
"@react-md/code": "workspace:*",
4343
"@react-md/core": "workspace:*",
4444
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
@@ -47,7 +47,7 @@
4747
"@types/unist": "^3.0.3",
4848
"estree-util-value-to-estree": "^3.4.0",
4949
"github-slugger": "^2.0.0",
50-
"glob": "^11.0.2",
50+
"glob": "^11.0.3",
5151
"gray-matter": "^4.0.3",
5252
"hast-util-heading-rank": "^3.0.0",
5353
"hast-util-properties-to-mdx-jsx-attributes": "^1.0.1",
@@ -58,7 +58,7 @@
5858
"mdast-util-to-string": "^4.0.0",
5959
"micromark-extension-mdxjs": "^3.0.0",
6060
"next": "^14.2.15",
61-
"postcss": "^8.5.4",
61+
"postcss": "^8.5.5",
6262
"postcss-combine-duplicated-selectors": "^10.0.3",
6363
"postcss-remove-prefixes": "^1.2.0",
6464
"postcss-selector-parser": "^7.1.0",
@@ -68,7 +68,7 @@
6868
"rehype-slug": "^6.0.0",
6969
"remark-frontmatter": "^5.0.0",
7070
"remark-gfm": "^4.0.1",
71-
"sass": "^1.89.0",
71+
"sass": "^1.89.2",
7272
"sucrase": "^3.35.0",
7373
"ts-morph": "^26.0.0",
7474
"unified": "^11.0.5",
@@ -92,14 +92,14 @@
9292
"autoprefixer": "^10.4.21",
9393
"cssnano": "^7.0.7",
9494
"cssnano-preset-default": "^7.0.7",
95-
"eslint": "^9.28.0",
95+
"eslint": "^9.29.0",
9696
"jest": "^29.7.0",
9797
"jest-watch-typeahead": "^2.2.2",
9898
"npm-run-all": "^4.1.5",
9999
"pretty-ms": "^9.2.0",
100100
"prism-themes": "^1.9.0",
101101
"prismjs": "^1.30.0",
102-
"tsx": "^4.19.4",
102+
"tsx": "^4.20.3",
103103
"typescript": "^5.8.3"
104104
},
105105
"volta": {

packages/material-icons/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
"@types/lodash": "^4.17.17",
4646
"@types/node": "^22.15.29",
4747
"@types/react": "^18.3.12",
48-
"eslint": "^9.28.0",
49-
"glob": "^11.0.2",
48+
"eslint": "^9.29.0",
49+
"glob": "^11.0.3",
5050
"lodash": "^4.17.21",
5151
"prettier": "^3.5.3",
5252
"pretty-ms": "^9.2.0",
5353
"svgo": "^3.3.2",
54-
"tsx": "^4.19.4",
54+
"tsx": "^4.20.3",
5555
"typescript": "^5.8.3"
5656
},
5757
"peerDependencies": {

packages/react-md/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
6565
"@types/node": "^22.15.29",
6666
"chokidar": "^4.0.3",
67-
"glob": "^11.0.2",
67+
"glob": "^11.0.3",
6868
"npm-run-all": "^4.1.5",
6969
"prettier": "^3.5.3",
70-
"tsx": "^4.19.4",
70+
"tsx": "^4.20.3",
7171
"typescript": "^5.8.3"
7272
},
7373
"peerDependencies": {

packages/sassdoc-generator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/sassdoc": "workspace:*",
3939
"docs-generator": "workspace:*",
4040
"prettier": "^3.5.3",
41-
"sass": "^1.89.0",
41+
"sass": "^1.89.2",
4242
"sassdoc": "^2.7.4"
4343
},
4444
"devDependencies": {
@@ -47,7 +47,7 @@
4747
"@swc/core": "^1.11.29",
4848
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
4949
"@types/node": "^22.15.29",
50-
"eslint": "^9.28.0",
50+
"eslint": "^9.29.0",
5151
"npm-run-all": "^4.1.5",
5252
"typescript": "^5.8.3"
5353
},

0 commit comments

Comments
 (0)