Skip to content

Commit da36175

Browse files
author
Joseph Hamman
committed
Merge branch 'main' of github.com:xarray-contrib/xarray.dev
2 parents ec48b6c + 3c22ee7 commit da36175

File tree

2 files changed

+541
-1689
lines changed

2 files changed

+541
-1689
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@
1010
},
1111
"dependencies": {
1212
"@chakra-ui/icons": "^1.1.1",
13-
"@chakra-ui/react": "^1.7.4",
13+
"@chakra-ui/react": "^1.8.1",
1414
"@emotion/react": "^11.7.1",
1515
"@emotion/styled": "^11.6.0",
16-
"apexcharts": "3.29.0",
16+
"apexcharts": "3.33.0",
1717
"d3": "^7.3.0",
1818
"date-fns": "^2.28.0",
1919
"framer-motion": "^5.5.6",
20-
"next": "^12.0.7",
20+
"next": "^12.0.9",
2121
"react": "^17.0.2",
2222
"react-apexcharts": "^1.3.9",
2323
"react-dom": "^17.0.2",
2424
"react-icons": "^4.3.1",
25-
"swr": "^1.1.2"
25+
"swr": "^1.2.0"
2626
},
2727
"devDependencies": {
28-
"eslint": "8.6.0",
29-
"eslint-config-next": "12.0.7"
28+
"eslint": "8.8.0",
29+
"eslint-config-next": "12.0.9"
3030
}
3131
}

0 commit comments

Comments
 (0)