chore: Pin site deps (#4173)

This commit is contained in:
Bruno Quaresma
2022-09-23 16:09:35 -03:00
committed by GitHub
parent 189c562826
commit 38e2a28ada
3 changed files with 1229 additions and 1627 deletions
+19 -19
View File
@@ -27,8 +27,8 @@
"typegen": "xstate typegen 'src/**/*.ts'"
},
"dependencies": {
"@emoji-mart/data": "^1.0.5",
"@emoji-mart/react": "^1.0.1",
"@emoji-mart/data": "1.0.5",
"@emoji-mart/react": "1.0.1",
"@fontsource/ibm-plex-mono": "4.5.10",
"@fontsource/inter": "4.5.11",
"@material-ui/core": "4.12.1",
@@ -40,26 +40,26 @@
"@xstate/react": "3.0.1",
"axios": "0.26.1",
"can-ndjson-stream": "1.0.2",
"chart.js": "^3.5.0",
"chart.js": "3.5.0",
"chartjs-adapter-date-fns": "2.0.0",
"cron-parser": "4.6.0",
"cronstrue": "2.11.0",
"date-fns": "2.29.3",
"dayjs": "1.11.4",
"emoji-mart": "^5.2.1",
"eventsourcemock": "^2.0.0",
"formik": "^2.2.9",
"emoji-mart": "5.2.1",
"eventsourcemock": "2.0.0",
"formik": "2.2.9",
"front-matter": "4.0.2",
"history": "5.3.0",
"i18next": "21.9.1",
"just-debounce-it": "3.1.1",
"react": "18.2.0",
"react-chartjs-2": "^4.3.1",
"react-chartjs-2": "4.3.1",
"react-dom": "18.2.0",
"react-helmet-async": "1.3.0",
"react-i18next": "11.18.4",
"react-markdown": "8.0.3",
"react-router-dom": "^6.3.0",
"react-router-dom": "6.3.0",
"react-syntax-highlighter": "15.5.0",
"remark-gfm": "3.0.1",
"sourcemapped-stacktrace": "1.1.11",
@@ -80,26 +80,26 @@
"@playwright/test": "1.25.1",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.7",
"@storybook/addon-actions": "6.5.9",
"@storybook/addon-essentials": "6.5.10",
"@storybook/addon-essentials": "6.5.12",
"@storybook/addon-links": "6.5.9",
"@storybook/react": "6.4.22",
"@storybook/react": "6.5.12",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/express": "4.17.13",
"@types/jest": "27.4.1",
"@types/node": "14.18.22",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-helmet": "6.1.5",
"@types/semver": "^7.3.12",
"@types/semver": "7.3.12",
"@types/superagent": "4.1.15",
"@types/ua-parser-js": "^0.7.36",
"@types/ua-parser-js": "0.7.36",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.2",
"@xstate/cli": "0.3.0",
"canvas": "^2.10.0",
"canvas": "2.10.0",
"chromatic": "6.9.0",
"copy-webpack-plugin": "10.2.4",
"css-loader": "6.7.1",
@@ -115,7 +115,7 @@
"eslint-plugin-no-storage": "1.0.2",
"eslint-plugin-react": "7.31.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unicorn": "^43.0.2",
"eslint-plugin-unicorn": "43.0.2",
"html-webpack-plugin": "5.5.0",
"jest": "27.5.1",
"jest-canvas-mock": "2.4.0",
@@ -123,12 +123,12 @@
"jest-runner-eslint": "1.1.0",
"jest-websocket-mock": "2.4.0",
"mini-css-extract-plugin": "2.6.1",
"msw": "^0.47.0",
"msw": "0.47.0",
"prettier": "2.7.1",
"prettier-plugin-organize-imports": "3.1.1",
"react-hot-loader": "4.13.0",
"resize-observer": "^1.0.4",
"semver": "^7.3.7",
"resize-observer": "1.0.4",
"semver": "7.3.7",
"style-loader": "3.3.1",
"ts-jest": "27.1.4",
"ts-loader": "9.3.1",
+1 -1
View File
@@ -63,7 +63,7 @@ export const DAUChart: FC<DAUChartProps> = ({ templateDAUs: templateMetricsData
return val.amount
})
defaults.font.family = theme.typography.fontFamily
defaults.font.family = theme.typography.fontFamily as string
defaults.color = theme.palette.text.secondary
const options = {
+1209 -1607
View File
File diff suppressed because it is too large Load Diff