Skip to content

Commit

Permalink
Merge branch 'main' into eslint9
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnrusschen committed Oct 18, 2024
2 parents aa48107 + 5cbaa12 commit cf62884
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"raw-loader": "^4.0.2",
"react-app-rewired": "^2.2.1",
"react-scripts": "5.0.1",
"sass": "^1.79.5"
"sass": "^1.80.2"
},
"resolutions": {
"strip-ansi": "6.0.1"
Expand Down
10 changes: 5 additions & 5 deletions docs-site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10994,7 +10994,7 @@ __metadata:
react-dom: "npm:^18.3.1"
react-live: "npm:^4.1.7"
react-scripts: "npm:5.0.1"
sass: "npm:^1.79.5"
sass: "npm:^1.80.2"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -11591,17 +11591,17 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:^1.79.5":
version: 1.79.5
resolution: "sass@npm:1.79.5"
"sass@npm:^1.80.2":
version: 1.80.2
resolution: "sass@npm:1.80.2"
dependencies:
"@parcel/watcher": "npm:^2.4.1"
chokidar: "npm:^4.0.0"
immutable: "npm:^4.0.0"
source-map-js: "npm:>=0.6.2 <2.0.0"
bin:
sass: sass.js
checksum: 10c0/7331865fd1d0c03e6e180a4fe0e175ac1bf1214f6c77f0d99ad72fbe2ed9ede3fab8a64c0c41471cb8a358a9d11624ec59a49283f9b6070eb99c522b34b814bf
checksum: 10c0/0006e2ee7a732abaa96a663167b078b8d53b4d7fe5ce435636a8bca6e8a3b6ebc12308c0725f577a456329ed962436d96cfcdd50a8e733ed4c4e4590f21243c9
languageName: node
linkType: hard

Expand Down
8 changes: 2 additions & 6 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"react": "^18.3.1",
"react-datepicker": "^7.4.0",
"react-datepicker": "^7.5.0",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1"
},
Expand All @@ -18,11 +18,7 @@
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"production": [">0.2%", "not dead", "not op_mini all"],
"development": [
"last 1 chrome version",
"last 1 firefox version",
Expand Down
10 changes: 5 additions & 5 deletions examples/hello-world/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7068,7 +7068,7 @@ __metadata:
resolution: "hello-world@workspace:."
dependencies:
react: "npm:^18.3.1"
react-datepicker: "npm:^7.4.0"
react-datepicker: "npm:^7.5.0"
react-dom: "npm:^18.3.1"
react-scripts: "npm:5.0.1"
languageName: unknown
Expand Down Expand Up @@ -10794,9 +10794,9 @@ __metadata:
languageName: node
linkType: hard

"react-datepicker@npm:^7.4.0":
version: 7.4.0
resolution: "react-datepicker@npm:7.4.0"
"react-datepicker@npm:^7.5.0":
version: 7.5.0
resolution: "react-datepicker@npm:7.5.0"
dependencies:
"@floating-ui/react": "npm:^0.26.23"
clsx: "npm:^2.1.1"
Expand All @@ -10805,7 +10805,7 @@ __metadata:
peerDependencies:
react: ^16.9.0 || ^17 || ^18
react-dom: ^16.9.0 || ^17 || ^18
checksum: 10c0/07f32a5b719106e1a3b933f5eb5aa18c0458bf5f712709df920fd78ac49858396219981874c02fb244b1b4d903b1df07d8860e32974ddb526bf56fd6942e0ddd
checksum: 10c0/6e94a609654b8a0eaa9b2e8c4fab803aa954e78df9729f05337ae97c4e910b1488129ee8d4b11dea575dbe0992242c078cb692ed0cba4e5d98414d8ba393972d
languageName: node
linkType: hard

Expand Down

0 comments on commit cf62884

Please sign in to comment.