Skip to content

Commit

Permalink
Merge pull request #178 from speee/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependent packages to the latest version
  • Loading branch information
Yuki Hattori committed Jul 22, 2020
2 parents 487fd60 + 646aec7 commit 6668f0c
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 131 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- `type` prop and [`workflow_step` type](https://api.slack.com/reference/workflows/configuration-view) for `<Modal>` ([#176](https://github.com/speee/jsx-slack/issues/176), [#177](https://github.com/speee/jsx-slack/pull/177))

### Changed

- Upgrade dependent packages to the latest version ([#178](https://github.com/speee/jsx-slack/pull/178))

## v2.2.1 - 2020-07-17

### Fixed
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@rollup/plugin-typescript": "^5.0.2",
"@types/jest": "^26.0.4",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"codecov": "^3.7.0",
"codemirror": "^5.55.0",
"eslint": "^7.4.0",
"@types/jest": "^26.0.5",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"codecov": "^3.7.2",
"codemirror": "^5.56.0",
"eslint": "^7.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.18.0",
Expand All @@ -90,9 +90,9 @@
"pako": "^1.0.11",
"parcel": "^1.12.4",
"prettier": "^2.0.5",
"puppeteer": "^5.1.0",
"puppeteer": "^5.2.1",
"rimraf": "^3.0.1",
"rollup": "^2.21.0",
"rollup": "^2.22.1",
"rollup-plugin-terser": "^6.1.0",
"ts-jest": "^26.1.3",
"tslib": "^2.0.0",
Expand Down

0 comments on commit 6668f0c

Please sign in to comment.