Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
Also remove unnecessary typescript patch typings.
  • Loading branch information
ifiokjr committed Jul 31, 2019
1 parent 944654c commit ff09442
Show file tree
Hide file tree
Showing 19 changed files with 423 additions and 447 deletions.
2 changes: 1 addition & 1 deletion @remirror/core-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"prosemirror-model": "^1.7.1",
"prosemirror-schema-list": "^1.0.3",
"prosemirror-state": "^1.2.3",
"prosemirror-view": "^1.9.12"
"prosemirror-view": "^1.9.13"
},
"peerDependencies": {
"@types/react": "^16.8.0",
Expand Down
2 changes: 1 addition & 1 deletion @remirror/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"prosemirror-schema-list": "^1.0.3",
"prosemirror-state": "^1.2.3",
"prosemirror-transform": "^1.1.3",
"prosemirror-view": "^1.9.12"
"prosemirror-view": "^1.9.13"
},
"peerDependencies": {
"@types/react": "^16.8.0",
Expand Down
1 change: 1 addition & 0 deletions @remirror/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"types": "lib/index.d.ts",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@types/prosemirror-dev-tools": "^2.1.0",
"prosemirror-dev-tools": "^2.1.1"
},
"devDependencies": {
Expand Down
25 changes: 0 additions & 25 deletions @remirror/dev/src/patches.d.ts

This file was deleted.

4 changes: 2 additions & 2 deletions @remirror/editor-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@babel/runtime": "^7.5.5",
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/fontawesome-svg-core": "^1.2.20",
"@fortawesome/free-solid-svg-icons": "^5.10.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"@remirror/core": "0.4.2-canary.1",
"@remirror/core-extensions": "0.4.2-canary.1",
Expand Down
4 changes: 2 additions & 2 deletions @remirror/editor-wysiwyg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@babel/runtime": "^7.5.5",
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/fontawesome-svg-core": "^1.2.20",
"@fortawesome/free-solid-svg-icons": "^5.10.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"@remirror/core": "0.4.2-canary.1",
"@remirror/core-extensions": "0.4.2-canary.1",
Expand Down
2 changes: 1 addition & 1 deletion @remirror/extension-code-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"prosemirror-keymap": "^1.0.1",
"prosemirror-state": "^1.2.3",
"prosemirror-transform": "^1.1.3",
"prosemirror-view": "^1.9.12",
"prosemirror-view": "^1.9.13",
"react-syntax-highlighter": "^11.0.2",
"refractor": "^2.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion @remirror/extension-emoji/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"emotion": "^10.0.14",
"prosemirror-model": "^1.7.1",
"prosemirror-state": "^1.2.3",
"prosemirror-view": "^1.9.12"
"prosemirror-view": "^1.9.13"
},
"peerDependencies": {
"@types/react": "^16.8.0",
Expand Down
2 changes: 1 addition & 1 deletion @remirror/extension-mention/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/prosemirror-view": "^1.9.0",
"prosemirror-keymap": "^1.0.1",
"prosemirror-state": "^1.2.3",
"prosemirror-view": "^1.9.12"
"prosemirror-view": "^1.9.13"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion @remirror/extension-multicursor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/prosemirror-view": "^1.9.0",
"emotion": "^10.0.14",
"prosemirror-state": "^1.2.3",
"prosemirror-view": "^1.9.12"
"prosemirror-view": "^1.9.13"
},
"publishConfig": {
"access": "public"
Expand Down
16 changes: 1 addition & 15 deletions @remirror/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,7 @@
"@babel/runtime": "^7.5.5",
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"@remirror/core": "0.4.2-canary.1",
"@remirror/core-extensions": "0.4.2-canary.1",
"@remirror/react-ssr": "0.4.2-canary.1",
"@remirror/renderer-react": "0.4.2-canary.1",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/prosemirror-commands": "^1.0.1",
"@types/prosemirror-model": "^1.7.2",
"@types/prosemirror-state": "^1.2.3",
"@types/prosemirror-view": "^1.9.0",
"emotion": "^10.0.14",
"hoist-non-react-statics": "^3.3.0",
"prosemirror-commands": "^1.0.8",
"prosemirror-model": "^1.7.1",
"prosemirror-state": "^1.2.3",
"prosemirror-view": "^1.9.12"
"@remirror/core": "0.4.2-canary.1"
},
"peerDependencies": {
"@types/react": "^16.8.22",
Expand Down
2 changes: 1 addition & 1 deletion @remirror/react-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/prosemirror-view": "1.9.0",
"min-document": "^2.19.0",
"prosemirror-state": "^1.2.3",
"prosemirror-view": "^1.9.12"
"prosemirror-view": "^1.9.13"
},
"peerDependencies": {
"@types/react": "^16.8.0",
Expand Down
2 changes: 1 addition & 1 deletion @remirror/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"prosemirror-commands": "^1.0.8",
"prosemirror-model": "^1.7.1",
"prosemirror-state": "^1.2.3",
"prosemirror-view": "^1.9.12"
"prosemirror-view": "^1.9.13"
},
"peerDependencies": {
"@types/react": "^16.8.0",
Expand Down
25 changes: 0 additions & 25 deletions @remirror/showcase/src/patches.d.ts

This file was deleted.

26 changes: 13 additions & 13 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,32 +19,32 @@
"@babel/runtime": "7.5.5",
"@emotion/core": "10.0.14",
"@emotion/styled": "10.0.14",
"@mdx-js/mdx": "1.1.0",
"@mdx-js/react": "1.0.27",
"@mdx-js/mdx": "1.1.1",
"@mdx-js/react": "1.1.1",
"@reach/router": "1.2.1",
"@remirror/core": "0.4.2-canary.1",
"@remirror/showcase": "0.4.2-canary.1",
"@styled-system/edit": "5.0.15",
"@theme-ui/presets": "0.2.15",
"@theme-ui/prism": "^0.2.19",
"@theme-ui/sidenav": "0.2.21",
"@theme-ui/style-guide": "0.2.21",
"@theme-ui/typography": "0.2.5",
"@theme-ui/presets": "0.2.24",
"@theme-ui/prism": "^0.2.23",
"@theme-ui/sidenav": "0.2.23",
"@theme-ui/style-guide": "0.2.24",
"@theme-ui/typography": "0.2.23",
"copy-text-to-clipboard": "2.1.0",
"emotion-theming": "10.0.14",
"gatsby": "2.13.41",
"gatsby": "2.13.45",
"gatsby-plugin-catch-links": "2.1.2",
"gatsby-plugin-emotion": "4.1.2",
"gatsby-plugin-google-analytics": "2.1.4",
"gatsby-plugin-google-analytics": "2.1.6",
"gatsby-plugin-layout": "1.1.2",
"gatsby-plugin-manifest": "^2.2.4",
"gatsby-plugin-mdx": "1.0.17",
"gatsby-plugin-mdx": "1.0.19",
"gatsby-plugin-netlify": "2.1.3",
"gatsby-plugin-page-creator": "2.1.5",
"gatsby-plugin-react-helmet": "3.1.2",
"gatsby-plugin-remove-trailing-slashes": "2.1.2",
"gatsby-plugin-sitemap": "2.2.3",
"gatsby-plugin-theme-ui": "0.2.18",
"gatsby-plugin-sitemap": "2.2.4",
"gatsby-plugin-theme-ui": "0.2.23",
"gatsby-plugin-typescript": "2.1.2",
"is-absolute-url": "3.0.0",
"prismjs": "1.17.1",
Expand All @@ -57,7 +57,7 @@
"remark-slug": "5.1.2",
"remirror": "0.4.2-canary.1",
"test-theme": "1.0.0",
"theme-ui": "0.2.21"
"theme-ui": "0.2.23"
},
"devDependencies": {
"@types/reach__router": "1.2.4",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"@types/enzyme": "3.10.3",
"@types/enzyme-adapter-react-16": "1.0.5",
"@types/expect-puppeteer": "3.3.1",
"@types/jest": "24.0.15",
"@types/jest": "24.0.16",
"@types/jest-axe": "2.2.3",
"@types/jest-environment-puppeteer": "4.0.0",
"@types/jest-image-snapshot": "2.8.0",
Expand All @@ -115,7 +115,7 @@
"@types/react-dom": "16.8.5",
"@types/storybook__react": "4.0.2",
"@types/wait-on": "3.2.0",
"@types/yargs": "13.0.0",
"@types/yargs": "13.0.1",
"audit-ci": "2.2.0",
"babel-jest": "24.8.0",
"babel-loader": "8.0.6",
Expand All @@ -134,9 +134,9 @@
"eslint-plugin-prettier": "3.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.0",
"htm": "2.1.1",
"htm": "2.2.0",
"http-server": "^0.11.1",
"husky": "3.0.1",
"husky": "3.0.2",
"jest": "24.8.0",
"jest-axe": "3.1.0",
"jest-circus": "24.8.0",
Expand Down Expand Up @@ -173,7 +173,7 @@
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-terser": "5.1.1",
"signal-exit": "3.0.2",
"size-limit": "1.3.7",
"size-limit": "1.3.8",
"start-server-and-test": "1.9.1",
"tslint": "5.18.0",
"typescript": "3.6.0-beta",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-prosemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"prosemirror-schema-basic": "^1.0.1",
"prosemirror-schema-list": "^1.0.3",
"prosemirror-state": "^1.2.3",
"prosemirror-tables": "^0.8.1",
"prosemirror-tables": "^0.9.0",
"prosemirror-test-builder": "^1.0.1",
"prosemirror-view": "^1.9.12"
"prosemirror-view": "^1.9.13"
},
"peerDependencies": {
"jest": "^24.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-remirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"mutationobserver-shim": "0.3.3",
"prosemirror-model": "^1.7.1",
"prosemirror-state": "^1.2.3",
"prosemirror-view": "^1.9.12"
"prosemirror-view": "^1.9.13"
},
"peerDependencies": {
"@types/react": "^16.7.18",
Expand Down

0 comments on commit ff09442

Please sign in to comment.