Skip to content

Commit

Permalink
Merge pull request #174 from ImmoweltGroup/update-to-latest-node-lts
Browse files Browse the repository at this point in the history
BREAKING: updated to latest nodejs lts
  • Loading branch information
Roman Heckendorf authored Jan 17, 2020
2 parents 8ee44f0 + d0a247f commit c2e5a47
Show file tree
Hide file tree
Showing 5 changed files with 3,649 additions and 3,770 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "@immowelt/eslint-config-immowelt-react"
"extends": "@immowelt/eslint-config-immowelt-base"
}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.17.0
12.14.1
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
sudo: false
language: node_js
node_js:
- 12
cache:
directories:
- node_modules
notifications:
email: false
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.6.0
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.21.1
- export PATH="$HOME/.yarn/bin:$PATH"
install:
- yarn
Expand Down
31 changes: 18 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,32 @@
"src"
],
"engines": {
"node": ">=8.11.4",
"yarn": ">=1.6.0"
"node": ">=12.14.1",
"yarn": ">=1.21.1"
},
"dependencies": {
"identity-obj-proxy": "3.0.0"
},
"devDependencies": {
"@immowelt/eslint-config-immowelt-react": "2.1.1",
"@immowelt/jest-preset-node": "1.1.1",
"eslint": "5.15.1",
"jest": "23.6.0",
"@immowelt/eslint-config-immowelt-base": "1.3.0",
"@immowelt/jest-preset-node": "2.1.0",
"@semantic-release/github": "6.0.1",
"@semantic-release/npm": "6.0.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"eslint": "6.8.0",
"eslint-plugin-compat": "3.3.0",
"eslint-plugin-flowtype": "4.6.0",
"eslint-plugin-import": "2.20.0",
"jest": "24.9.0",
"prettier": "1.19.1",
"@semantic-release/github": "5.5.8",
"@semantic-release/npm": "5.3.5",
"semantic-release": "15.9.15"
"semantic-release": "16.0.2"
},
"peerDependencies": {
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.2",
"jest": "^23.0.0",
"babel-jest": "^23.0.0"
"babel-jest": "23.x || 24.x",
"enzyme": "3.x",
"enzyme-adapter-react-16": "1.x",
"jest": "23.x || 24.x"
},
"keywords": [
"immowelt",
Expand Down
Loading

0 comments on commit c2e5a47

Please sign in to comment.