Skip to content

Commit 73f3e9a

Browse files
committed
build(deps): update deps
1 parent 804d2f4 commit 73f3e9a

File tree

11 files changed

+1323
-1294
lines changed

11 files changed

+1323
-1294
lines changed

apps/docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,18 @@
6868
"@types/js-cookie": "^3.0.6",
6969
"@types/lodash": "^4.17.16",
7070
"@types/mdx": "^2.0.13",
71-
"@types/node": "^22.13.11",
71+
"@types/node": "^22.14.0",
7272
"@types/react": "^18.3.12",
7373
"@types/react-dom": "^18.3.1",
7474
"@types/react-window": "^1.8.8",
7575
"chokidar": "^4.0.3",
76-
"eslint": "^9.22.0",
76+
"eslint": "^9.23.0",
7777
"nodemon": "^3.1.9",
7878
"npm-run-all": "^4.1.5",
7979
"prettier": "^3.5.3",
80-
"sass": "^1.86.0",
80+
"sass": "^1.86.2",
8181
"sassdoc-generator": "workspace:*",
82-
"stylelint": "^16.16.0",
82+
"stylelint": "^16.17.0",
8383
"stylelint-config-prettier-scss": "^1.0.0",
8484
"stylelint-config-recommended-scss": "^14.1.0",
8585
"stylelint-order": "^6.0.4",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@
4242
},
4343
"devDependencies": {
4444
"@changesets/cli": "^2.28.1",
45-
"@inquirer/confirm": "^5.1.8",
46-
"@inquirer/input": "^4.1.8",
47-
"@inquirer/rawlist": "^4.0.11",
45+
"@inquirer/confirm": "^5.1.9",
46+
"@inquirer/input": "^4.1.9",
47+
"@inquirer/rawlist": "^4.0.12",
4848
"@octokit/core": "^6.1.4",
4949
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
5050
"cross-env": "^7.0.3",
5151
"dotenv": "^16.4.7",
52-
"eslint": "^9.22.0",
52+
"eslint": "^9.23.0",
5353
"husky": "^9.1.7",
5454
"lint-staged": "^15.5.0",
5555
"prettier": "^3.5.3",

packages/@types__sassdoc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"license": "MIT",
2525
"devDependencies": {
2626
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
27-
"@types/node": "^22.13.1",
28-
"prettier": "^3.5.0",
29-
"typescript": "^5.7.3"
27+
"@types/node": "^22.14.0",
28+
"prettier": "^3.5.3",
29+
"typescript": "^5.8.2"
3030
},
3131
"peerDependencies": {
3232
"sassdoc": "^2.7.4"

packages/code/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,27 +60,27 @@
6060
"@jest/types": "^29.6.3",
6161
"@mlaursen/eslint-config": "^7.0.0",
6262
"@swc/cli": "^0.6.0",
63-
"@swc/core": "^1.11.11",
63+
"@swc/core": "^1.11.16",
6464
"@swc/jest": "^0.2.37",
6565
"@testing-library/dom": "^10.4.0",
6666
"@testing-library/jest-dom": "^6.6.3",
67-
"@testing-library/react": "^16.2.0",
67+
"@testing-library/react": "^16.3.0",
6868
"@testing-library/user-event": "^14.6.1",
6969
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
70-
"@types/node": "^22.13.11",
70+
"@types/node": "^22.14.0",
7171
"@types/prismjs": "^1.26.5",
7272
"@types/react": "^18.3.12",
7373
"@types/react-dom": "^18.3.1",
7474
"chokidar-cli": "^3.0.0",
75-
"eslint": "^9.22.0",
75+
"eslint": "^9.23.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",
8080
"postcss": "^8.5.3",
8181
"postcss-selector-parser": "^7.1.0",
82-
"sass": "^1.86.0",
83-
"stylelint": "^16.16.0",
82+
"sass": "^1.86.2",
83+
"stylelint": "^16.17.0",
8484
"stylelint-config-prettier-scss": "^1.0.0",
8585
"stylelint-config-recommended-scss": "^14.1.0",
8686
"stylelint-order": "^6.0.4",

packages/codemod/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"commander": "^13.1.0",
4444
"glob": "^11.0.1",
45-
"jscodeshift": "^17.2.0"
45+
"jscodeshift": "^17.3.0"
4646
},
4747
"devDependencies": {
4848
"@babel/core": "^7.26.10",
@@ -51,13 +51,13 @@
5151
"@jest/types": "^29.6.3",
5252
"@mlaursen/eslint-config": "^7.0.0",
5353
"@swc/cli": "^0.6.0",
54-
"@swc/core": "^1.11.11",
54+
"@swc/core": "^1.11.16",
5555
"@swc/jest": "^0.2.37",
5656
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
57-
"@types/glob": "^8.0.1",
57+
"@types/glob": "^8.1.0",
5858
"@types/jscodeshift": "^0.12.0",
59-
"@types/node": "^22.13.11",
60-
"eslint": "^9.22.0",
59+
"@types/node": "^22.14.0",
60+
"eslint": "^9.23.0",
6161
"identity-obj-proxy": "^3.0.0",
6262
"jest": "^29.7.0",
6363
"jest-watch-typeahead": "^2.2.2",

packages/core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,22 +98,22 @@
9898
"devDependencies": {
9999
"@jest/globals": "^29.7.0",
100100
"@jest/types": "^29.6.3",
101-
"@microsoft/api-extractor": "^7.52.1",
101+
"@microsoft/api-extractor": "^7.52.2",
102102
"@mlaursen/eslint-config": "^7.0.0",
103103
"@swc/cli": "^0.6.0",
104-
"@swc/core": "^1.11.11",
104+
"@swc/core": "^1.11.16",
105105
"@swc/jest": "^0.2.37",
106106
"@testing-library/dom": "^10.4.0",
107107
"@testing-library/jest-dom": "^6.6.3",
108-
"@testing-library/react": "^16.2.0",
108+
"@testing-library/react": "^16.3.0",
109109
"@testing-library/user-event": "^14.6.1",
110110
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
111111
"@types/lodash": "^4.17.16",
112-
"@types/node": "^22.13.11",
112+
"@types/node": "^22.14.0",
113113
"@types/react": "^18.3.12",
114114
"@types/react-dom": "^18.3.1",
115115
"chokidar": "^4.0.3",
116-
"eslint": "^9.22.0",
116+
"eslint": "^9.23.0",
117117
"filesize": "^10.1.6",
118118
"glob": "11.0.1",
119119
"jest": "^29.7.0",
@@ -125,7 +125,7 @@
125125
"postcss": "^8.5.3",
126126
"postcss-scss": "^4.0.9",
127127
"prettier": "^3.5.3",
128-
"stylelint": "^16.16.0",
128+
"stylelint": "^16.17.0",
129129
"stylelint-config-prettier-scss": "^1.0.0",
130130
"stylelint-config-recommended-scss": "^14.1.0",
131131
"stylelint-order": "^6.0.4",
@@ -134,7 +134,7 @@
134134
"ts-node": "^10.9.2",
135135
"tsx": "^4.19.3",
136136
"typescript": "^5.8.2",
137-
"vitest": "^3.0.9"
137+
"vitest": "^3.1.1"
138138
},
139139
"peerDependencies": {
140140
"@jest/globals": "^29.7.0",

packages/docs-generator/package.json

Lines changed: 5 additions & 5 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.3",
41+
"@prettier/sync": "^0.5.5",
4242
"@react-md/code": "workspace:*",
4343
"@react-md/core": "workspace:*",
4444
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
@@ -63,7 +63,7 @@
6363
"rehype": "^13.0.2",
6464
"rehype-slug": "^6.0.0",
6565
"remark-gfm": "^4.0.1",
66-
"sass": "^1.86.0",
66+
"sass": "^1.86.2",
6767
"sucrase": "^3.35.0",
6868
"ts-morph": "^25.0.1",
6969
"unified": "^11.0.5",
@@ -77,14 +77,14 @@
7777
"@mdx-js/mdx": "^3.1.0",
7878
"@mlaursen/eslint-config": "^7.0.0",
7979
"@swc/cli": "^0.6.0",
80-
"@swc/core": "^1.11.11",
80+
"@swc/core": "^1.11.16",
8181
"@swc/jest": "^0.2.37",
82-
"@types/node": "^22.13.11",
82+
"@types/node": "^22.14.0",
8383
"@types/postcss-sorting": "^8.0.2",
8484
"autoprefixer": "^10.4.21",
8585
"cssnano": "^7.0.6",
8686
"cssnano-preset-default": "^7.0.6",
87-
"eslint": "^9.22.0",
87+
"eslint": "^9.23.0",
8888
"jest": "^29.7.0",
8989
"jest-watch-typeahead": "^2.2.2",
9090
"npm-run-all": "^4.1.5",

packages/material-icons/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
},
4242
"devDependencies": {
4343
"@mlaursen/eslint-config": "^7.0.0",
44-
"@swc/core": "^1.11.11",
44+
"@swc/core": "^1.11.16",
4545
"@types/lodash": "^4.17.16",
46-
"@types/node": "^22.13.11",
46+
"@types/node": "^22.14.0",
4747
"@types/react": "^18.3.12",
48-
"eslint": "^9.22.0",
48+
"eslint": "^9.23.0",
4949
"glob": "^11.0.1",
5050
"lodash": "^4.17.21",
5151
"prettier": "^3.5.3",

packages/react-md/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
},
5858
"devDependencies": {
5959
"@swc/cli": "^0.6.0",
60-
"@swc/core": "^1.11.11",
60+
"@swc/core": "^1.11.16",
6161
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
62-
"@types/node": "^22.13.11",
62+
"@types/node": "^22.14.0",
6363
"chokidar": "^4.0.3",
6464
"glob": "^11.0.1",
6565
"npm-run-all": "^4.1.5",

packages/sassdoc-generator/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@
3737
"dependencies": {
3838
"@types/sassdoc": "workspace:*",
3939
"docs-generator": "workspace:*",
40-
"prettier": "^3.5.0",
41-
"sass": "^1.84.0",
40+
"prettier": "^3.5.3",
41+
"sass": "^1.86.2",
4242
"sassdoc": "^2.7.4"
4343
},
4444
"devDependencies": {
4545
"@mlaursen/eslint-config": "^7.0.0",
4646
"@swc/cli": "^0.6.0",
47-
"@swc/core": "^1.10.15",
47+
"@swc/core": "^1.11.16",
4848
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
49-
"@types/node": "^22.13.1",
50-
"eslint": "^9.20.0",
49+
"@types/node": "^22.14.0",
50+
"eslint": "^9.23.0",
5151
"npm-run-all": "^4.1.5",
52-
"typescript": "^5.7.3"
52+
"typescript": "^5.8.2"
5353
},
5454
"volta": {
5555
"node": "22.13.1",

0 commit comments

Comments
 (0)