Skip to content

Commit ec9f274

Browse files
committed
Merge remote-tracking branch 'upstream/main' into flox-smart
* upstream/main: Fix hydration warning due to nested links (#725) Bump typescript from 5.6.2 to 5.6.3 (#724) [pre-commit.ci] pre-commit autoupdate (#720) Bump webpack from 5.95.0 to 5.96.1 (#723) Bump the dev-dependencies group across 1 directory with 4 updates (#719) Bump webpack from 5.94.0 to 5.95.0 (#718) Bump @fontsource-variable/inter from 5.0.20 to 5.1.0 (#717) Bump typescript from 5.5.4 to 5.6.2 (#716) Bump the dependencies group with 9 updates (#714) Bump next from 14.2.7 to 14.2.10 (#711) Turn off survey banner (#710) Update opengraph thumbnails (#709) GroupBy(multiple variables) (#703) Bump webpack from 5.93.0 to 5.94.0 (#704) Bump micromatch from 4.0.7 to 4.0.8 (#707) Bump the dependencies group with 7 updates (#705) Bump the dev-dependencies group with 4 updates (#706)
2 parents 5a0764d + 12f2a5e commit ec9f274

32 files changed

+2333
-1221
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
yarn.lock
22
package-lock.json
3-
public/
3+
44

55
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
66

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44

55
hooks:
66
- id: trailing-whitespace

package.json

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,40 +16,41 @@
1616
"author": "Xarray Developers & Contributors",
1717
"license": "Apache 2.0",
1818
"dependencies": {
19-
"@chakra-ui/icons": "^2.1.1",
20-
"@chakra-ui/react": "^2.8.2",
19+
"@chakra-ui/icons": "^2.2.1",
20+
"@chakra-ui/next-js": "^2.3.1",
21+
"@chakra-ui/react": "^2.9.1",
2122
"@chakra-ui/system": "^2.6.2",
22-
"@emotion/react": "^11.13.0",
23+
"@emotion/react": "^11.13.3",
2324
"@emotion/styled": "^11.13.0",
24-
"@fontsource-variable/inter": "^5.0.20",
25+
"@fontsource-variable/inter": "^5.1.0",
2526
"@giscus/react": "^3.0.0",
2627
"@mdx-js/loader": "^3.0.1",
2728
"@mdx-js/react": "^3.0.1",
28-
"@next/mdx": "^14.2.5",
29-
"apexcharts": "3.51.0",
29+
"@next/mdx": "^14.2.14",
30+
"apexcharts": "3.54.0",
3031
"d3": "^7.9.0",
3132
"date-fns": "^3.0.0",
32-
"date-fns-tz": "^3.1.3",
33+
"date-fns-tz": "^3.2.0",
3334
"feed": "^4.2.2",
34-
"framer-motion": "^11.3.21",
35+
"framer-motion": "^11.9.0",
3536
"gray-matter": "^4.0.3",
36-
"isomorphic-dompurify": "^2.14.0",
37-
"next": "^14.2.5",
37+
"isomorphic-dompurify": "^2.16.0",
38+
"next": "^14.2.14",
3839
"next-mdx-remote": "^5.0.0",
3940
"react": "^18.3.1",
4041
"react-apexcharts": "^1.4.1",
4142
"react-dom": "^18.3.1",
42-
"react-icons": "^5.2.1",
43+
"react-icons": "^5.3.0",
4344
"react-syntax-highlighter": "^15.5.0",
4445
"rehype-slug": "^6.0.0",
4546
"swr": "^2.2.5"
4647
},
4748
"devDependencies": {
48-
"@types/react": "^18.3.3",
49-
"eslint": "^9.8.0",
50-
"eslint-config-next": "14.2.5",
51-
"playwright": "^1.45.3",
52-
"typescript": ">=5.5.4",
53-
"webpack": "^5.93.0"
49+
"@types/react": "^18.3.11",
50+
"eslint": "^9.12.0",
51+
"eslint-config-next": "14.2.14",
52+
"playwright": "^1.47.2",
53+
"typescript": ">=5.6.3",
54+
"webpack": "^5.96.1"
5455
}
5556
}

public/cards/cubed-xarray.png

-15.9 KB
Loading

public/cards/cupy-tutorial.png

-29.2 KB
Loading
-14.2 KB
Loading

public/cards/flox.png

-15.2 KB
Loading
-27.8 KB
Loading
-16.1 KB
Loading

public/cards/introducing-xradar.png

-41.9 KB
Loading

public/cards/introducing-xwrf.png

-10.7 KB
Loading

public/cards/multiple-groupers.png

141 KB
Loading
-25 KB
Loading

public/cards/siparcs-2022.png

-14.4 KB
Loading
-4.66 KB
Loading

public/cards/xarray-kvikio.png

-20 KB
Loading

public/cards/xarray-tutorial.png

301 KB
Loading

0 commit comments

Comments
 (0)