Skip to content

Commit 0607bab

Browse files
Merge branch 'main' into docs/docs-site-ts
2 parents 3d0493f + 3f115e0 commit 0607bab

File tree

12 files changed

+546
-431
lines changed

12 files changed

+546
-431
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ Start reading our code, and you'll get the hang of it. We optimize for readabili
2828
Local development configuration is pretty snappy. Here's how to get set up:
2929

3030
1. Install/use node >=16.0.0
31-
1. Install/use yarn <=1.x.x
31+
1. Install/use yarn >=4.6.x
3232
1. Run `yarn link` from project root
3333
1. Run `cd docs-site && yarn link react-datepicker`
3434
1. Run `yarn install` from project root
3535
1. Run `yarn build` from project root (at least the first time, this will get you the `dist` directory that holds the code that will be linked to)
36-
1. Run `yarn start` from project root. (This command launches a documentation app and runs it as a simple webserver at http://localhost:3000.)
36+
1. Run `yarn start` from project root. (This command launches a documentation app and runs it as a simple webserver at http://localhost:5173.)
3737
1. Open new terminal window
3838
1. Run `yarn build-dev` from project root. (This command sets up a development environment that keeps an eye on any file changes. When a file is updated, it auto-builds using the latest code.)
3939

docs-site/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@
2222
"type-check": "tsc --noEmit"
2323
},
2424
"devDependencies": {
25-
"@eslint/js": "^9.24.0",
25+
"@eslint/js": "^9.25.0",
2626
"@types/lodash": "^4.17.11",
27-
"@types/react": "^19.1.0",
27+
"@types/react": "^19.1.2",
2828
"@types/react-dom": "^19.1.2",
2929
"@typescript-eslint/eslint-plugin": "^7.0.0",
3030
"@typescript-eslint/parser": "^7.0.0",
31-
"@vitejs/plugin-react": "^4.3.4",
32-
"eslint": "^9.23.0",
31+
"@vitejs/plugin-react": "^4.4.1",
32+
"eslint": "^9.25.0",
3333
"eslint-plugin-react": "^7.37.5",
3434
"eslint-plugin-react-hooks": "^5.2.0",
3535
"eslint-plugin-react-refresh": "^0.4.19",
3636
"globals": "^16.0.0",
3737
"sass": "^1.86.3",
3838
"typescript": "^5.3.3",
39-
"vite": "^6.2.5"
39+
"vite": "^6.3.2"
4040
},
4141
"packageManager": "[email protected]"
4242
}

0 commit comments

Comments
 (0)