Skip to content

Commit

Permalink
chore: 🛠️ update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Dec 21, 2020
1 parent 015ba25 commit e7fcc1e
Show file tree
Hide file tree
Showing 12 changed files with 159 additions and 90 deletions.
2 changes: 1 addition & 1 deletion examples/x6-app-draw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/react-test-renderer": "^16.0.3",
"@umijs/preset-react": "1.x",
"@umijs/test": "^3.2.19",
"eslint": "^7.15.0",
"eslint": "^7.16.0",
"eslint-config-umi": "^1.4.0",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-import": "^2.22.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/x6-example-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/react-dom": "^16.0.11",
"@types/react-helmet": "^6.0.0",
"@types/react-test-renderer": "^16.0.3",
"eslint": "^7.15.0",
"eslint": "^7.16.0",
"eslint-config-umi": "^1.4.0",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-import": "^2.22.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"devmoji": "^2.1.9",
"eslint": "^7.15.0",
"eslint": "^7.16.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-import": "^2.22.1",
"husky": "^4.3.0",
"karma": "^5.1.1",
"karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-jasmine": "^4.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/x6-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,23 +65,23 @@
"devDependencies": {
"@types/antd": "^1.0.0",
"@types/classnames": "^2.2.9",
"@types/node": "^14.0.1",
"@types/node": "^14.14.14",
"@types/react": "^16.9.13",
"@types/react-color": "^3.0.1",
"@types/react-resize-detector": "^4.2.0",
"@types/ua-parser-js": "^0.7.33",
"antd": "^4.4.2",
"eslint": "^7.15.0",
"eslint": "^7.16.0",
"fs-extra": "^9.0.0",
"less": "^3.10.3",
"less": "^4.0.0",
"lint-staged": "^10.5.3",
"npm-run-all": "^4.1.5",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"rimraf": "^3.0.0",
"stylelint": "^13.8.0",
"stylelint-order": "^4.0.0",
"ts-node": "^8.6.2",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/x6-react-shape/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,21 @@
"@rollup/plugin-replace": "^2.3.4",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-typescript": "^8.0.0",
"@types/node": "^13.9.1",
"@rollup/plugin-typescript": "^8.1.0",
"@types/node": "^14.14.14",
"@types/react": "^16.9.13",
"lint-staged": "^10.5.3",
"npm-run-all": "^4.1.5",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"rimraf": "^3.0.0",
"rollup": "^2.34.2",
"rollup": "^2.35.1",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-filesize": "^9.1.0",
"rollup-plugin-terser": "^7.0.2",
"sinon": "^7.5.0",
"ts-jest": "^24.0.2",
"ts-node": "^8.6.2",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"typescript": "^4.1.2",
"watch": "^1.0.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/x6-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,21 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-typescript": "^8.0.0",
"@types/node": "^13.9.1",
"@rollup/plugin-typescript": "^8.1.0",
"@types/node": "^14.14.14",
"@types/react": "^16.9.13",
"lint-staged": "^10.5.3",
"npm-run-all": "^4.1.5",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"rimraf": "^3.0.0",
"rollup": "^2.34.2",
"rollup": "^2.35.1",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-filesize": "^9.1.0",
"rollup-plugin-terser": "^7.0.2",
"sinon": "^7.5.0",
"ts-jest": "^24.0.2",
"ts-node": "^8.6.2",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"typescript": "^4.1.2",
"watch": "^1.0.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/x6-vue-shape/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@
"@rollup/plugin-replace": "^2.3.4",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-typescript": "^8.0.0",
"@types/node": "^13.9.1",
"@rollup/plugin-typescript": "^8.1.0",
"@types/node": "^14.14.14",
"lint-staged": "^10.5.3",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.0",
"rollup": "^2.34.2",
"rollup": "^2.35.1",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-filesize": "^9.1.0",
"rollup-plugin-terser": "^7.0.2",
"sinon": "^7.5.0",
"ts-jest": "^24.0.2",
"ts-node": "^8.6.2",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"typescript": "^4.1.2",
"watch": "^1.0.2"
Expand Down
24 changes: 12 additions & 12 deletions packages/x6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,35 +71,35 @@
"@rollup/plugin-replace": "^2.3.4",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-typescript": "^8.0.0",
"@types/jasmine": "^3.5.14",
"@types/jquery": "^3.3.31",
"@rollup/plugin-typescript": "^8.1.0",
"@types/jasmine": "^3.6.2",
"@types/jquery": "^3.5.5",
"@types/jquery-mousewheel": "^3.1.8",
"@types/lodash-es": "^4.17.3",
"@types/mousetrap": "^1.6.3",
"@types/node": "^14.0.1",
"@types/lodash-es": "^4.17.4",
"@types/mousetrap": "^1.6.5",
"@types/node": "^14.14.14",
"@types/sinon": "^9.0.0",
"coveralls": "^3.0.6",
"eslint": "^7.15.0",
"coveralls": "^3.1.0",
"eslint": "^7.16.0",
"jasmine-core": "^3.6.0",
"karma": "^5.1.1",
"karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-jasmine": "^4.0.1",
"karma-spec-reporter": "^0.0.32",
"karma-typescript": "^5.2.0",
"karma-typescript-es6-transform": "^5.1.0",
"less": "^3.10.3",
"less": "^4.0.0",
"lint-staged": "^10.5.3",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.0",
"rollup": "^2.34.2",
"rollup": "^2.35.1",
"rollup-plugin-filesize": "^9.1.0",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-terser": "^7.0.2",
"sinon": "^9.0.2",
"stylelint": "^13.8.0",
"ts-node": "^9.0.0",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"typescript": "^4.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/x6/src/graph/keyboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Graph } from './graph'
export class Keyboard extends Disposable implements IDisablable {
public readonly target: HTMLElement | Document
public readonly container: HTMLElement
public readonly mousetrap: MousetrapInstance
public readonly mousetrap: Mousetrap.MousetrapInstance

protected get graph() {
return this.options.graph
Expand Down
2 changes: 1 addition & 1 deletion scripts/monorepo-semantic-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/fs-extra": "^9.0.3",
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.identity": "^3.0.6",
"@types/node": "^14.6.4",
"@types/node": "^14.14.14",
"@types/semantic-release": "^17.2.0",
"@types/signale": "^1.4.1",
"@types/stream-buffers": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion sites/x6-sites-demos-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"fs-extra": "^9.0.1",
"less": "^3.10.3",
"less": "^4.0.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.0",
"typescript": "^4.1.2"
Expand Down
Loading

0 comments on commit e7fcc1e

Please sign in to comment.