Browse Source

chore: update deps

fix/general-fixes
Thomas Osmonson 4 years ago
parent
commit
8879057ad5
  1. 49
      package.json
  2. 6047
      yarn.lock

49
package.json

@ -12,12 +12,12 @@
"@emotion/react": "^11.0.0-next.17",
"@emotion/server": "^11.0.0-next.17",
"@hashicorp/remark-plugins": "^3.0.0",
"@mdx-js/loader": "1.6.16",
"@mdx-js/loader": "1.6.21",
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"@next/mdx": "^9.5.3",
"@reach/accordion": "^0.11.2",
"@reach/tooltip": "^0.11.2",
"@next/mdx": "^10.0.3",
"@reach/accordion": "^0.12.1",
"@reach/tooltip": "^0.12.1",
"@stacks/ui": "^3.0.0-alpha.16",
"@stacks/ui-core": "^1.0.0-beta.6",
"@styled-system/theme-get": "^5.1.2",
@ -26,25 +26,25 @@
"@types/nprogress": "^0.2.0",
"@types/reach__tooltip": "^0.2.0",
"algoliasearch": "^4.5.1",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-macros": "^3.0.0",
"cache-manager": "^3.4.0",
"cache-manager-fs-hash": "^0.0.9",
"capsize": "^1.1.0",
"csstype": "^3.0.3",
"csvtojson": "^2.0.10",
"docsearch.js": "^2.6.3",
"emotion": "^10.0.27",
"emotion-server": "^10.0.27",
"emotion": "^11.0.0",
"emotion-server": "^11.0.0",
"fathom-client": "^3.0.0",
"front-matter": "^4.0.2",
"fs-extra": "^9.0.1",
"github-slugger": "^1.3.0",
"gray-matter": "^4.0.2",
"hast-util-to-string": "^1.0.4",
"html-react-parser": "^0.13.0",
"html-react-parser": "^0.14.2",
"image-size": "^0.9.1",
"lodash.debounce": "^4.0.8",
"mdi-react": "7.3.0",
"mdi-react": "7.4.0",
"micro-memoize": "^4.0.9",
"modern-normalize": "^1.0.0",
"next": "^10.0.2-canary.18",
@ -60,25 +60,25 @@
"react-gesture-responder": "^2.1.0",
"react-intersection-observer": "^8.28.5",
"react-spring": "^8.0.27",
"remark": "^12.0.1",
"remark": "^13.0.0",
"remark-custom-blocks": "^2.5.0",
"remark-emoji": "2.1.0",
"remark-external-links": "^7.0.0",
"remark-footnotes": "^2.0.0",
"remark-frontmatter": "^2.0.0",
"remark-external-links": "^8.0.0",
"remark-footnotes": "^3.0.0",
"remark-frontmatter": "^3.0.0",
"remark-heading-id": "^1.0.0",
"remark-images": "2.0.0",
"remark-normalize-headings": "^2.0.0",
"remark-parse": "^8.0.3",
"remark-parse": "^9.0.0",
"remark-sectionize": "^1.1.1",
"remark-slug": "6.0.0",
"remark-squeeze-paragraphs": "^4.0.0",
"remark-unwrap-images": "2.0.0",
"remark-vscode": "^1.0.0-beta.2",
"strip-markdown": "^3.1.2",
"strip-markdown": "^4.0.0",
"stylis": "^4.0.2",
"swr": "^0.3.2",
"turndown": "^6.0.0",
"turndown": "^7.0.0",
"typescript": "^4.0.2",
"unified-vscode": "^1.0.0-beta.2",
"unist-builder": "^2.0.3",
@ -93,7 +93,7 @@
"@babel/preset-react": "^7.10.4",
"@blockstack/eslint-config": "^1.0.5",
"@blockstack/prettier-config": "^0.0.6",
"@next/bundle-analyzer": "^9.5.3",
"@next/bundle-analyzer": "^10.0.3",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"babel-plugin-styled-components": "^1.11.0",
@ -101,9 +101,9 @@
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.3.0",
"next-transpile-modules": "^4.1.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"next-transpile-modules": "^5.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rimraf": "^3.0.2",
"tsconfig-paths-webpack-plugin": "^3.3.0"
},
@ -124,15 +124,6 @@
"typecheck": "tsc --noEmit",
"typecheck:watch": "npm run typecheck -- --watch"
},
"resolutions": {
"preact": "^10.4.4",
"eslint": "^7.4.0",
"@emotion/cache": "^11.0.0-next.16",
"@emotion/core": "^11.0.0-next.10",
"@emotion/css": "^11.0.0-next.17",
"@emotion/react": "^11.0.0-next.17",
"@emotion/server": "^11.0.0-next.17"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint:prettier"

6047
yarn.lock

File diff suppressed because it is too large
Loading…
Cancel
Save