Skip to content

Commit

Permalink
Merge pull request #158 from speee/upgrade-node-and-dependencies
Browse files Browse the repository at this point in the history
Upgrade Node LTS and dependent packages
  • Loading branch information
Yuki Hattori authored May 1, 2020
2 parents c11ed60 + b7bf050 commit 439dafb
Show file tree
Hide file tree
Showing 4 changed files with 836 additions and 1,107 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.16.1
12.16.3
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- Accept [special initial conversation `current`](https://github.com/speee/jsx-slack/blob/master/docs/block-elements.md#special-initial-conversation-current) in `<ConversationsSelect>` ([#154](https://github.com/speee/jsx-slack/issues/154), [#155](https://github.com/speee/jsx-slack/pull/155))

### Changed

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

## v2.0.0 - 2020-04-23

<p align="center">
Expand Down
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"check:format": "yarn -s format -c",
"check:ts": "tsc --noEmit",
"demo": "parcel demo/index.html --out-dir demo/build",
"demo:build": "rimraf .cache demo/build && parcel build demo/index.html --out-dir demo/build --no-source-maps && cpy \"demo/assets/**/*\" demo/build/assets",
"demo:build": "rimraf .cache demo/build && parcel build demo/index.html --out-dir demo/build --no-source-maps && cp -r demo/assets demo/build/assets",
"format": "prettier \"**/*.{css,html,js,json,jsx,md,scss,ts,tsx,yaml,yml}\"",
"format:write": "yarn -s format --write",
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\"",
Expand All @@ -64,37 +64,36 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-json": "^4.0.3",
"@rollup/plugin-node-resolve": "^7.1.3",
"@rollup/plugin-typescript": "^4.1.1",
"@types/jest": "^25.2.1",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"codecov": "^3.6.4",
"codemirror": "^5.52.2",
"cpy-cli": "^3.1.0",
"codemirror": "^5.53.2",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"htm": "^3.0.3",
"jest": "^25.2.7",
"htm": "^3.0.4",
"jest": "^25.5.3",
"jest-junit": "^10.0.0",
"lodash.debounce": "^4.0.8",
"npm-run-all": "^4.1.5",
"pako": "^1.0.11",
"parcel": "^1.12.4",
"prettier": "^2.0.4",
"puppeteer": "^2.1.1",
"prettier": "^2.0.5",
"puppeteer": "^3.0.2",
"rimraf": "^3.0.1",
"rollup": "^2.6.1",
"rollup": "^2.7.6",
"rollup-plugin-terser": "^5.3.0",
"ts-jest": "^25.3.1",
"ts-jest": "^25.4.0",
"tslib": "^1.11.1",
"typescript": "^3.8.3"
},
Expand Down
Loading

0 comments on commit 439dafb

Please sign in to comment.