chore: upgrade deps (#2014)

This commit is contained in:
Mo
2022-11-16 09:52:21 -06:00
committed by GitHub
parent 353c757388
commit 05fe7de3eb
332 changed files with 2123 additions and 2332 deletions

View File

@@ -29,29 +29,29 @@
"@babel/preset-env": "*",
"@babel/preset-typescript": "^7.18.6",
"@lexical/react": "^0.6.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@reach/alert": "^0.17.0",
"@reach/alert-dialog": "^0.17.0",
"@reach/checkbox": "^0.17.0",
"@reach/dialog": "^0.17.0",
"@reach/disclosure": "^0.17.0",
"@reach/listbox": "^0.17.0",
"@reach/tooltip": "^0.17.0",
"@reach/visually-hidden": "^0.17.0",
"@standardnotes/authenticator": "^2.3.8",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.9",
"@reach/alert": "^0.18.0",
"@reach/alert-dialog": "^0.18.0",
"@reach/checkbox": "^0.18.0",
"@reach/dialog": "^0.18.0",
"@reach/disclosure": "^0.18.0",
"@reach/listbox": "^0.18.0",
"@reach/tooltip": "^0.18.0",
"@reach/visually-hidden": "^0.18.0",
"@standardnotes/authenticator": "^2.3.9",
"@standardnotes/autobiography-theme": "^1.2.7",
"@standardnotes/blocks-editor": "workspace:*",
"@standardnotes/bold-editor": "^1.6.3",
"@standardnotes/classic-code-editor": "^1.5.6",
"@standardnotes/bold-editor": "^1.6.4",
"@standardnotes/classic-code-editor": "^1.5.7",
"@standardnotes/dynamic-theme": "^1.2.8",
"@standardnotes/filepicker": "workspace:*",
"@standardnotes/focus-theme": "^1.4.6",
"@standardnotes/futura-theme": "^1.4.6",
"@standardnotes/icons": "workspace:*",
"@standardnotes/markdown-basic": "^1.6.1",
"@standardnotes/markdown-basic": "^1.6.2",
"@standardnotes/markdown-hybrid": "^1.7.7",
"@standardnotes/markdown-math": "^1.4.1",
"@standardnotes/markdown-minimal": "^1.2.1",
"@standardnotes/markdown-math": "^1.4.2",
"@standardnotes/markdown-minimal": "^1.3.0",
"@standardnotes/markdown-visual": "^1.0.7",
"@standardnotes/midnight-theme": "^1.4.6",
"@standardnotes/rich-text": "^1.8.7",
@@ -61,39 +61,39 @@
"@standardnotes/solarized-dark-theme": "^1.4.6",
"@standardnotes/spreadsheets": "^1.6.7",
"@standardnotes/styles": "workspace:*",
"@standardnotes/titanium-theme": "^1.4.6",
"@standardnotes/titanium-theme": "^1.4.7",
"@standardnotes/toast": "workspace:*",
"@standardnotes/ui-services": "workspace:^",
"@types/jest": "^29.2.0",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"@types/jest": "^29.2.3",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/styled-components": "^5.1.26",
"@types/wicg-file-system-access": "^2020.9.5",
"@zip.js/zip.js": "^2.6.26",
"autoprefixer": "^10.4.10",
"babel-loader": "^8.2.5",
"@zip.js/zip.js": "^2.6.54",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.0",
"circular-dependency-plugin": "^5.2.2",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "*",
"dayjs": "^1.11.5",
"dotenv": "^16.0.2",
"eslint": "^8.23.1",
"dayjs": "^1.11.6",
"dotenv": "^16.0.3",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.2.1",
"jest-environment-jsdom": "^29.2.1",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"lexical": "0.6.0",
"lint-staged": ">=12",
"lint-staged": ">=13",
"mini-css-extract-plugin": "^2.6.1",
"minimatch": "^5.1.0",
"mobx": "^6.6.2",
"mobx": "^6.7.0",
"mobx-react-lite": "^3.4.0",
"node-sass": "^7.0.3",
"node-sass": "^8.0.0",
"npm-check-updates": "*",
"postcss": "^8.4.16",
"postcss": "^8.4.19",
"postcss-loader": "^7.0.1",
"prettier": "*",
"prettier-plugin-tailwindcss": "^0.1.13",
@@ -105,9 +105,9 @@
"react-dom": "^18.2.0",
"react-refresh": "^0.14.0",
"sass-loader": "*",
"styled-components": "^5.3.5",
"styled-components": "^5.3.6",
"svg-jest": "^1.0.1",
"tailwindcss": "^3.1.8",
"tailwindcss": "^3.2.4",
"ts-jest": "^29.0.3",
"ts-loader": "^9.4.1",
"typescript": "*",

View File

@@ -1,6 +1,6 @@
import { ListboxArrow, ListboxInput, ListboxList, ListboxPopover } from '@reach/listbox'
import '@reach/listbox/styles.css'
import VisuallyHidden from '@reach/visually-hidden'
import { VisuallyHidden } from '@reach/visually-hidden'
import { FunctionComponent } from 'react'
import Icon from '@/Components/Icon/Icon'
import { DropdownItem } from './DropdownItem'

View File

@@ -1,4 +1,4 @@
import VisuallyHidden from '@reach/visually-hidden'
import { VisuallyHidden } from '@reach/visually-hidden'
import { observer } from 'mobx-react-lite'
import { FunctionComponent, useCallback } from 'react'
import Icon from '@/Components/Icon/Icon'

View File

@@ -1,4 +1,4 @@
import Tooltip from '@reach/tooltip'
import { Tooltip } from '@reach/tooltip'
import styled from 'styled-components'
export default styled(Tooltip)`