Skip to content

Commit 6c057b2

Browse files
committed
feat(Upgrade all dependencies): Upgrade babel/core to @babel/core and everythign else follows
BREAKING CHANGE: Any dependencies on older version of babel will break #116
1 parent 2572d40 commit 6c057b2

File tree

6 files changed

+5274
-3702
lines changed

6 files changed

+5274
-3702
lines changed

.babelrc

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
{
22
"presets": [
3-
"es2015",
4-
"stage-0",
5-
"react"
3+
[
4+
"@babel/preset-env",
5+
{
6+
"targets": {
7+
"esmodules": true
8+
}
9+
}
10+
],
11+
"@babel/react"
612
],
7-
"plugins": ["transform-object-rest-spread", "transform-runtime"]
13+
"plugins": [
14+
"@babel/plugin-proposal-class-properties",
15+
"@babel/plugin-transform-async-to-generator",
16+
"@babel/plugin-transform-runtime"
17+
]
818
}

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
10.10.0

.storybook/manager-head.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +0,0 @@
1-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" type="text/javascript"></script>
2-
3-
<script>
4-
window.onload = function(){
5-
$(function(){
6-
$('.Pane a').click(function(evt){
7-
window.location.reload();
8-
evt.preventDefault();
9-
})
10-
})
11-
}
12-
</script>

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ cache:
55
notifications:
66
email: false
77
node_js:
8-
- '7'
9-
- '6'
8+
- '10'
109
before_script:
1110
- npm prune
1211
after_success:

package.json

Lines changed: 49 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -39,63 +39,64 @@
3939
},
4040
"homepage": "https://github.com/rcdexta/react-trello",
4141
"dependencies": {
42-
"immutability-helper": "^2.4.0",
43-
"lodash": "^4.17.4",
44-
"prop-types": "^15.6.0",
45-
"react-redux": "^5.0.3",
46-
"smooth-dnd": "0.6.2",
47-
"redux": "^3.6.0",
48-
"redux-actions": "^1.2.2",
42+
"immutability-helper": "^2.8.1",
43+
"lodash": "^4.17.11",
44+
"prop-types": "^15.6.2",
45+
"react-redux": "^5.0.7",
46+
"redux": "^4.0.0",
47+
"redux-actions": "^2.6.1",
4948
"redux-logger": "^3.0.6",
50-
"uuid": "^3.1.0",
51-
"styled-components": "^2.1.1"
49+
"smooth-dnd": "0.6.2",
50+
"styled-components": "^3.4.10",
51+
"uuid": "^3.3.2"
5252
},
5353
"devDependencies": {
54-
"@storybook/addon-info": "^3.2.12",
55-
"@storybook/addon-options": "^3.2.12",
56-
"@storybook/cli": "^3.2.12",
57-
"@storybook/react": "^3.2.12",
58-
"@storybook/storybook-deployer": "^2.0.0",
59-
"autoprefixer": "^7.1.1",
60-
"babel-cli": "^6.26.0",
61-
"babel-core": "^6.26.0",
62-
"babel-eslint": "^8.2.1",
63-
"babel-jest": "^21.0.0",
64-
"babel-plugin-transform-async-to-generator": "^6.24.1",
65-
"babel-plugin-transform-object-rest-spread": "^6.23.0",
66-
"babel-plugin-transform-runtime": "^6.23.0",
67-
"babel-preset-es2015": "^6.24.1",
68-
"babel-preset-react": "^6.24.1",
69-
"babel-preset-stage-0": "^6.22.0",
70-
"chai": "^4.0.1",
71-
"chai-enzyme": "^0.7.1",
54+
"@babel/plugin-proposal-class-properties": "^7.1.0",
55+
"babel-loader": "^8.0.4",
56+
"@babel/cli": "7.1.2",
57+
"@babel/core": "^7.1.2",
58+
"@babel/plugin-transform-async-to-generator": "7.1.0",
59+
"@babel/plugin-transform-runtime": "7.1.0",
60+
"@babel/preset-env": "7.1.0",
61+
"@babel/preset-react": " 7.0.0",
62+
"@storybook/addon-info": "^v4.0.0-alpha.20",
63+
"@storybook/addon-options": "^v4.0.0-alpha.20",
64+
"@storybook/cli": "^v4.0.0-alpha.20",
65+
"@storybook/react": "4.0.0-alpha.20",
66+
"@storybook/storybook-deployer": "^2.3.0",
67+
"autoprefixer": "^9.1.5",
68+
"babel-core": "^7.0.0-0",
69+
"babel-eslint": "^10.0.1",
70+
"babel-jest": "^23.6.0",
71+
"chai": "^4.2.0",
72+
"chai-enzyme": "^1.0.0-beta.1",
7273
"codecov.io": "^0.1.6",
73-
"commitizen": "^2.9.6",
74-
"css-loader": "^0.28.4",
75-
"cz-conventional-changelog": "^2.0.0",
76-
"enzyme": "^2.8.2",
77-
"eslint": "^4.14.0",
78-
"eslint-config-prettier": "^2.9.0",
79-
"eslint-config-standard": "^10.2.1",
80-
"eslint-config-standard-react": "^5.0.0",
81-
"eslint-plugin-import": "^2.3.0",
82-
"eslint-plugin-node": "^5.0.0",
83-
"eslint-plugin-prettier": "^2.4.0",
84-
"eslint-plugin-promise": "^3.5.0",
85-
"eslint-plugin-react": "^7.0.1",
86-
"eslint-plugin-standard": "^3.0.1",
74+
"commitizen": "^3.0.2",
75+
"css-loader": "^1.0.0",
76+
"cz-conventional-changelog": "^2.1.0",
77+
"enzyme": "^3.7.0",
78+
"eslint": "^5.6.1",
79+
"eslint-config-prettier": "^3.1.0",
80+
"eslint-config-standard": "^12.0.0",
81+
"eslint-config-standard-react": "^7.0.2",
82+
"eslint-plugin-import": "^2.14.0",
83+
"eslint-plugin-node": "^7.0.1",
84+
"eslint-plugin-prettier": "^3.0.0",
85+
"eslint-plugin-promise": "^4.0.1",
86+
"eslint-plugin-react": "^7.11.1",
87+
"eslint-plugin-standard": "^4.0.0",
8788
"eventsource-polyfill": "^0.9.6",
88-
"extract-text-webpack-plugin": "^2.1.0",
89-
"husky": "^0.14.3",
89+
"extract-text-webpack-plugin": "^3.0.2",
90+
"husky": "^1.1.2",
9091
"jest": "^21.0.1",
9192
"jest-cli": "^21.0.1",
92-
"jsdom": "^9.12.0",
93-
"mocha": "^3.4.2",
93+
"jsdom": "^12.2.0",
94+
"mocha": "^5.2.0",
9495
"node-sass": "^4.5.3",
95-
"prettier": "1.10.2",
96-
"pretty-quick": "^1.4.1",
96+
"prettier": "1.14.3",
97+
"pretty-quick": "^1.7.0",
9798
"react": "^16.2.0",
98-
"react-addons-test-utils": "^15.5.1",
99+
"react-addons-test-utils": "^15.6.2",
99100
"react-dom": "^16.2.0",
100101
"react-test-renderer": "^15.4.2",
101102
"sass-loader": "^6.0.6",

0 commit comments

Comments
 (0)