Skip to content

Commit

Permalink
Library Updates (#1357)
Browse files Browse the repository at this point in the history
* chore: update dependencies

* chore: upgrade jest, commitlint typings
  • Loading branch information
darthtrevino committed May 29, 2019
1 parent 696faab commit f59978e
Show file tree
Hide file tree
Showing 11 changed files with 983 additions and 822 deletions.
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -55,26 +55,26 @@
}
},
"devDependencies": {
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"@types/jest": "^24.0.9",
"@commitlint/cli": "^7.6.1",
"@commitlint/config-conventional": "^7.6.0",
"@types/jest": "^24.0.13",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
"husky": "^1.3.1",
"jest": "^24.1.0",
"jest-environment-jsdom": "^24.0.0",
"lerna": "^3.13.1",
"lint-staged": "^8.1.5",
"husky": "^2.3.0",
"jest": "^24.8.0",
"jest-environment-jsdom": "^24.8.0",
"lerna": "^3.14.1",
"lint-staged": "^8.1.7",
"npm": "^6.9.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.16.4",
"prettier": "^1.17.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"ts-jest": "^24.0.0",
"tslint": "^5.13.1",
"tslint": "^5.16.0",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.0.0",
"typescript": "^3.4.1"
"typescript": "^3.4.5"
},
"jest": {
"clearMocks": true,
Expand Down Expand Up @@ -149,6 +149,6 @@
]
},
"dependencies": {
"@types/enzyme": "^3.9.1"
"@types/enzyme": "^3.9.3"
}
}
2 changes: 1 addition & 1 deletion packages/dnd-core/package.json
Expand Up @@ -25,6 +25,6 @@
"devDependencies": {
"npm-run-all": "^4.1.5",
"rimraf": "^2.6.3",
"typescript": "^3.4.1"
"typescript": "^3.4.5"
}
}
4 changes: 2 additions & 2 deletions packages/documentation/package.json
Expand Up @@ -28,7 +28,7 @@
"gatsby-transformer-remark": "^2.3.1",
"gatsby-transformer-sharp": "^2.1.15",
"prismjs": "^1.15.0",
"query-string": "^6.3.0",
"query-string": "^6.5.0",
"react": "^16.8.6",
"react-dnd": "^7.4.5",
"react-dnd-examples": "^7.4.5",
Expand All @@ -47,7 +47,7 @@
"devDependencies": {
"gh-pages": "^2.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^1.16.4"
"prettier": "^1.17.1"
},
"scripts": {
"clean": "rimraf .cache public apidocs static/examples_js static/examples_ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples-hooks/package.json
Expand Up @@ -25,7 +25,7 @@
"dnd-core": "^7.4.4",
"faker": "^4.1.0",
"immutability-helper": "^3.0.0",
"query-string": "^6.3.0",
"query-string": "^6.5.0",
"react-dnd": "^7.4.5",
"react-dnd-html5-backend": "^7.4.4",
"react-frame-component": "^4.1.0"
Expand All @@ -38,7 +38,7 @@
"react-dnd-test-utils": "^7.4.4",
"react-dom": "^16.8.6",
"rimraf": "^2.6.3",
"typescript": "^3.4.1"
"typescript": "^3.4.5"
},
"peerDependencies": {
"react": ">= 16.8.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
Expand Up @@ -25,7 +25,7 @@
"dnd-core": "^7.4.4",
"faker": "^4.1.0",
"immutability-helper": "^3.0.0",
"query-string": "^6.3.0",
"query-string": "^6.5.0",
"react-dnd": "^7.4.5",
"react-dnd-html5-backend": "^7.4.4",
"react-frame-component": "^4.1.0"
Expand All @@ -38,7 +38,7 @@
"react-dnd-test-utils": "^7.4.4",
"react-dom": "^16.8.6",
"rimraf": "^2.6.3",
"typescript": "^3.4.1"
"typescript": "^3.4.5"
},
"peerDependencies": {
"react": ">= 16.8.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-dnd-html5-backend/package.json
Expand Up @@ -31,9 +31,9 @@
"react-dnd-test-backend": "^7.4.4",
"react-dom": "^16.8.6",
"rimraf": "^2.6.3",
"ts-loader": "^5.3.3",
"typescript": "^3.4.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
"ts-loader": "^6.0.1",
"typescript": "^3.4.5",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/react-dnd-test-backend/package.json
Expand Up @@ -24,6 +24,6 @@
"devDependencies": {
"npm-run-all": "^4.1.5",
"rimraf": "^2.6.3",
"typescript": "^3.4.1"
"typescript": "^3.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/react-dnd-test-utils/package.json
Expand Up @@ -17,7 +17,7 @@
"react-dnd-test-backend": "^7.4.4",
"react-dom": "^16.8.6",
"rimraf": "^2.6.3",
"typescript": "^3.4.1"
"typescript": "^3.4.5"
},
"peerDependencies": {
"react": ">= 16.8.5",
Expand Down
12 changes: 6 additions & 6 deletions packages/react-dnd/package.json
Expand Up @@ -22,7 +22,7 @@
"start": "tsc -b tsconfig.cjs.json -w --preserveWatchOutput"
},
"dependencies": {
"@types/hoist-non-react-statics": "^3.3.0",
"@types/hoist-non-react-statics": "^3.3.1",
"dnd-core": "^7.4.4",
"hoist-non-react-statics": "^3.3.0",
"invariant": "^2.1.0",
Expand All @@ -33,15 +33,15 @@
"@babel/core": "^7.3.4",
"@types/react": "^16.8.10",
"@types/react-dom": "^16.8.3",
"babel-loader": "^8.0.5",
"babel-loader": "^8.0.6",
"npm-run-all": "^4.1.5",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"rimraf": "^2.6.3",
"ts-loader": "^5.3.3",
"typescript": "^3.4.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
"ts-loader": "^6.0.1",
"typescript": "^3.4.5",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2"
},
"peerDependencies": {
"react": ">= 16.8",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.esm.base.json
@@ -1,12 +1,13 @@
{
"compilerOptions": {
"incremental": true,
"target": "es2015",
"module": "esnext",
"moduleResolution": "node",
"lib": ["esnext", "dom"],
"strict": true,
"experimentalDecorators": true,
"noUnusedLocals": true ,
"noUnusedLocals": true,
"jsx": "react",
"declaration": true
}
Expand Down

0 comments on commit f59978e

Please sign in to comment.