Skip to content

Commit

Permalink
chore: update all deps and make release workflow work with external c…
Browse files Browse the repository at this point in the history
…onfig
  • Loading branch information
manuelbieh committed May 24, 2020
1 parent 6cd7713 commit 2cf5513
Show file tree
Hide file tree
Showing 3 changed files with 3,113 additions and 2,139 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,48 +28,48 @@
"clean": "rimraf lib es",
"lint": "eslint src/**/*.{js,ts}",
"release": "semantic-release",
"postrelease": "git pull origin master && git push origin master --follow-tags",
"test": "jest",
"typecheck": "tsc --noEmit"
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/preset-typescript": "^7.7.7",
"@semantic-release/git": "^7.0.18",
"@semantic-release/npm": "^5.3.5",
"@types/jest": "^24.0.25",
"@types/node": "^13.1.2",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"@werkzeugkiste/eslint-config": "1.0.6",
"@werkzeugkiste/release-config": "1.0.1",
"babel-eslint": "10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-typescript": "^7.9.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.0.5",
"@types/jest": "^25.2.3",
"@types/node": "^14.0.5",
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.0.0",
"@werkzeugkiste/eslint-config": "^2.0.0",
"@werkzeugkiste/release-config": "^1.1.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",
"babel-loader": "^8.1.0",
"confusing-browser-globals": "1.0.9",
"eslint": "6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-typescript": "2.0.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.17.0",
"eslint-plugin-react-hooks": "2.3.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.2",
"eslint-plugin-security": "1.4.0",
"eslint-plugin-unicorn": "15.0.1",
"husky": "3.1.0",
"eslint-plugin-unicorn": "^20.0.0",
"husky": "^4.2.5",
"install-deps-postmerge": "^1.0.5",
"jest": "^24.9.0",
"lint-staged": "^9.5.0",
"prettier": "1.19.1",
"rimraf": "^3.0.0",
"semantic-release": "^15.14.0",
"jest": "^26.0.1",
"lint-staged": "^10.2.6",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"semantic-release": "^17.0.7",
"semantic-release-conventional-commits": "^2.0.1",
"typescript": "3.7.4",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
"typescript": "^3.9.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('@werkzeugkiste/release-config/release.config');
module.exports = require('@werkzeugkiste/release-config/package.config');
Loading

0 comments on commit 2cf5513

Please sign in to comment.