Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update vega datasets #3863

Merged
merged 1 commit into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
58 changes: 30 additions & 28 deletions docs/data/global-temp.csv
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
year,temp
1880,-0.16
1881,-0.07
1882,-0.1
1880,-0.17
1881,-0.09
1882,-0.11
1883,-0.17
1884,-0.28
1885,-0.33
Expand All @@ -13,32 +13,32 @@ year,temp
1891,-0.22
1892,-0.27
1893,-0.31
1894,-0.3
1895,-0.22
1894,-0.31
1895,-0.23
1896,-0.11
1897,-0.11
1898,-0.27
1899,-0.17
1900,-0.08
1901,-0.15
1902,-0.27
1903,-0.36
1904,-0.46
1902,-0.28
1903,-0.37
1904,-0.47
1905,-0.26
1906,-0.22
1907,-0.38
1908,-0.42
1907,-0.39
1908,-0.43
1909,-0.48
1910,-0.43
1910,-0.44
1911,-0.44
1912,-0.36
1912,-0.37
1913,-0.34
1914,-0.15
1915,-0.14
1916,-0.36
1917,-0.46
1918,-0.29
1919,-0.28
1919,-0.27
1920,-0.27
1921,-0.19
1922,-0.28
Expand All @@ -52,21 +52,21 @@ year,temp
1930,-0.16
1931,-0.09
1932,-0.16
1933,-0.28
1933,-0.29
1934,-0.12
1935,-0.2
1936,-0.15
1937,-0.03
1938,0
1939,-0.02
1940,0.13
1941,0.19
1942,0.07
1940,0.12
1941,0.18
1942,0.06
1943,0.09
1944,0.21
1944,0.2
1945,0.09
1946,-0.07
1947,-0.02
1947,-0.03
1948,-0.11
1949,-0.11
1950,-0.17
Expand Down Expand Up @@ -110,34 +110,36 @@ year,temp
1988,0.39
1989,0.27
1990,0.45
1991,0.4
1991,0.41
1992,0.22
1993,0.23
1994,0.32
1994,0.31
1995,0.45
1996,0.33
1997,0.46
1998,0.61
1999,0.38
2000,0.39
2001,0.53
2001,0.54
2002,0.63
2003,0.62
2004,0.53
2005,0.67
2006,0.63
2005,0.68
2006,0.64
2007,0.66
2008,0.54
2009,0.65
2009,0.66
2010,0.72
2011,0.61
2012,0.65
2013,0.67
2013,0.68
2014,0.74
2015,0.9
2016,1.01
2017,0.92
2018,0.85
2019,0.98
2020,1.02
2021,0.84
2020,1.01
2021,0.85
2022,0.89
2023,1.17
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"serve": "^14.2.1",
"tape": "^5.7.2",
"typescript": "~5.1.6",
"vega-datasets": "^2.7.0"
"vega-datasets": "^2.8.0"
},
"workspaces": [
"packages/*"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7913,10 +7913,10 @@ vary@~1.1.2:
resolved "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz"
integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==

vega-datasets@^2.7.0:
version "2.7.0"
resolved "https://registry.npmjs.org/vega-datasets/-/vega-datasets-2.7.0.tgz"
integrity sha512-dvHJFK9ousiblywNcRcJbedwbcAfVY/RH1UAqEWfvu4GZrXFibPlO+u8nP/onxDETcaHFDOGFs/+SK1P/sjjOQ==
vega-datasets@^2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/vega-datasets/-/vega-datasets-2.8.0.tgz#9c7022be6fac8aa7ab9104befaf09bc6c6851d83"
integrity sha512-pIoP8Cqtq/3Y4rPgtuCle4QWrK2DidmqQzwoNjVVhnNO3H4OWki7vzvDD4/CzWg9wVjoDN98plb3EpJfLcQ5Tw==

verror@1.10.0:
version "1.10.0"
Expand Down