Skip to content

Commit 7a7e6ca

Browse files
authored
Merge pull request #19 from Proskynete/dev
Dev
2 parents b10cc9c + ea09075 commit 7a7e6ca

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_modules/
22
coverage/
3+
build/
34

45
yarn-error.log
56
yarn.lock

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vertical-timeline-component-react",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "A simple component for create a vertical timeline with Reactjs",
55
"main": "build/index.js",
66
"repository": "https://github.com/Proskynete/vertical-timeline-component-react",
@@ -36,35 +36,35 @@
3636
"coveralls": "^3.1.0",
3737
"enzyme": "^3.9.0",
3838
"enzyme-adapter-react-16": "^1.12.1",
39-
"jest": "^26.0.1",
39+
"jest": "^26.1.0",
4040
"path": "^0.12.7",
4141
"prop-types": "^15.7.2",
4242
"react": "^16.13.1",
4343
"react-dom": "^16.13.1",
4444
"styled-components": "^5.1.1",
45-
"webpack": "^4.43.0",
45+
"webpack": "^4.44.0",
4646
"webpack-cli": "^3.3.12"
4747
},
4848
"devDependencies": {
49-
"@babel/core": "^7.6.4",
50-
"@babel/plugin-transform-runtime": "^7.9.0",
51-
"@babel/polyfill": "^7.8.7",
52-
"@babel/preset-env": "^7.6.3",
53-
"@babel/preset-react": "^7.6.3",
54-
"@babel/runtime": "^7.9.0",
49+
"@babel/core": "^7.10.5",
50+
"@babel/plugin-transform-runtime": "^7.10.5",
51+
"@babel/polyfill": "^7.10.4",
52+
"@babel/preset-env": "^7.10.4",
53+
"@babel/preset-react": "^7.10.4",
54+
"@babel/runtime": "^7.10.5",
5555
"babel-eslint": "^10.0.3",
56-
"babel-jest": "^26.0.1",
57-
"babel-loader": "^8.0.0",
56+
"babel-jest": "^26.1.0",
57+
"babel-loader": "^8.1.0",
5858
"eslint": "7.2.0",
5959
"eslint-config-airbnb": "^18.2.0",
6060
"eslint-config-airbnb-base": "^14.2.0",
6161
"eslint-config-prettier": "^6.11.0",
6262
"eslint-import-resolver-alias": "^1.1.2",
6363
"eslint-import-resolver-meteor": "^0.4.0",
64-
"eslint-plugin-import": "^2.21.2",
64+
"eslint-plugin-import": "^2.22.0",
6565
"eslint-plugin-jsx-a11y": "^6.2.3",
6666
"eslint-plugin-prettier": "^3.1.3",
67-
"eslint-plugin-react": "^7.20.0",
67+
"eslint-plugin-react": "^7.20.5",
6868
"eslint-plugin-react-hooks": "0.0.0-33c3af284",
6969
"react-test-renderer": "^16.8.6"
7070
}

0 commit comments

Comments
 (0)