Skip to content

Commit c7182a1

Browse files
committed
chore: update dependencies
1 parent 0ba1ad2 commit c7182a1

File tree

2 files changed

+94
-289
lines changed

2 files changed

+94
-289
lines changed

package.json

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,18 @@
1313
"prettier:diff": "yarn nit:source",
1414
"lint-heading-ids": "node scripts/headingIdLinter.js",
1515
"fix-headings": "node scripts/headingIdLinter.js --fix",
16-
<<<<<<< HEAD
17-
"ci-check": "npm-run-all prettier:diff --parallel lint tsc lint-heading-ids rss lint-editorconfig",
18-
=======
19-
"ci-check": "npm-run-all prettier:diff --parallel lint tsc lint-heading-ids rss deadlinks",
20-
>>>>>>> e07ac94bc2c1ffd817b13930977be93325e5bea9
16+
"ci-check": "npm-run-all prettier:diff --parallel lint tsc lint-heading-ids rss deadlinks lint-editorconfig",
2117
"tsc": "tsc --noEmit",
2218
"start": "next start",
2319
"postinstall": "is-ci || husky install .husky",
2420
"check-all": "npm-run-all prettier lint:fix tsc rss",
2521
"rss": "node scripts/generateRss.js",
26-
<<<<<<< HEAD
22+
"deadlinks": "node scripts/deadLinkChecker.js",
2723
"cache-reset": "rm -rf node_modules/.cache && rm -rf .next && yarn cache clean",
2824
"lint-editorconfig": "yarn editorconfig-checker",
2925
"textlint-test": "yarn mocha ./textlint/tests/utils && yarn mocha ./textlint/tests/rules",
3026
"textlint-docs": "node ./textlint/generators/genTranslateGlossaryDocs.js && git add wiki/translate-glossary.md",
3127
"textlint-lint": "yarn textlint ./src/content --rulesdir ./textlint/rules -f pretty-error && npx --yes eslint@9 -c eslint.config.mjs"
32-
=======
33-
"deadlinks": "node scripts/deadLinkChecker.js"
34-
>>>>>>> e07ac94bc2c1ffd817b13930977be93325e5bea9
3528
},
3629
"dependencies": {
3730
"@codesandbox/sandpack-react": "2.13.5",
@@ -46,9 +39,9 @@
4639
"next": "15.1.0",
4740
"next-remote-watch": "^1.0.0",
4841
"parse-numeric-range": "^1.2.0",
49-
"react": "^19.0.0",
42+
"react": "^19.1.1",
5043
"react-collapsed": "4.0.4",
51-
"react-dom": "^19.0.0",
44+
"react-dom": "^19.1.1",
5245
"remark-frontmatter": "^4.0.1",
5346
"remark-gfm": "^3.0.1"
5447
},
@@ -64,26 +57,23 @@
6457
"@types/mdx-js__react": "^1.5.2",
6558
"@types/node": "^14.6.4",
6659
"@types/parse-numeric-range": "^0.0.1",
67-
"@types/react": "^19.0.0",
68-
"@types/react-dom": "^19.0.0",
60+
"@types/react": "^19.1.9",
61+
"@types/react-dom": "^19.1.7",
6962
"@typescript-eslint/eslint-plugin": "^5.36.2",
7063
"@typescript-eslint/parser": "^5.36.2",
7164
"asyncro": "^3.0.0",
7265
"autoprefixer": "^10.4.2",
7366
"babel-eslint": "10.x",
7467
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
75-
<<<<<<< HEAD
7668
"editorconfig-checker": "^6.0.1",
77-
=======
7869
"chalk": "4.1.2",
79-
>>>>>>> e07ac94bc2c1ffd817b13930977be93325e5bea9
8070
"eslint": "7.x",
8171
"eslint-config-next": "12.0.3",
8272
"eslint-config-react-app": "^5.2.1",
8373
"eslint-plugin-flowtype": "4.x",
8474
"eslint-plugin-import": "2.x",
8575
"eslint-plugin-jsx-a11y": "6.x",
86-
"eslint-plugin-mark": "^0.1.0-canary.2",
76+
"eslint-plugin-mark": "^0.1.0-canary.7",
8777
"eslint-plugin-react": "7.x",
8878
"eslint-plugin-react-compiler": "^19.0.0-beta-e552027-20250112",
8979
"eslint-plugin-react-hooks": "^0.0.0-experimental-fabef7a6b-20221215",
@@ -114,7 +104,7 @@
114104
"tailwindcss": "^3.4.1",
115105
"textlint": "^14.0.4",
116106
"textlint-filter-rule-comments": "^1.2.2",
117-
"textlint-rule-allowed-uris": "^2.0.0",
107+
"textlint-rule-allowed-uris": "^2.0.1",
118108
"textlint-tester": "^14.0.4",
119109
"typescript": "^5.7.2",
120110
"unist-util-visit": "^2.0.3",

0 commit comments

Comments
 (0)