Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Bump react-dom from 16.8.6 to 16.12.0 #29

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
105 changes: 53 additions & 52 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,65 +17,66 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mavajsunco/super-simple-chat.git"
"url": "https://github.com/AJ-7885/React-WebSocket-Super-Simple-Chatroom.git"
},
"bugs": {
"url": "https://github.com/mavajsunco/super-simple-chat.git/issues"
"url": "https://github.com/AJ-7885/React-WebSocket-Super-Simple-Chatroom/issues"
},
"homepage": "https://github.com/mavajsunco/super-simple-chat",
"author": "AJ at MAVAJ SUN CO ([email protected] )",
"homepage": "https://github.com/AJ-7885/React-WebSocket-Super-Simple-Chatroom",
"author": "AJ-7885",
"license": "MIT",
"contributors": [],
"dependencies": {
"babel-core": "^6.7.6",
"babel-loader": "^6.3.2",
"babel-preset-react": "^6.23.0",
"express": "^4.14.1",
"isomorphic-fetch": "^2.2.1",
"minimist": "^1.2.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-icons": "^2.2.3",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"socket.io": "^1.7.2",
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.17.0"
"babel-core": "6.26.3",
"babel-loader": "8.0.6",
"babel-preset-react": "6.23.0",
"express": "4.17.0",
"isomorphic-fetch": "2.2.1",
"minimist": "1.2.0",
"react": "16.8.6",
"react-dom": "16.12.0",
"react-icons": "3.7.0",
"react-redux": "7.0.3",
"react-router": "5.0.0",
"redux": "4.0.1",
"redux-thunk": "2.3.0",
"socket.io": "2.2.0",
"webpack-dev-middleware": "3.7.0",
"webpack-hot-middleware": "2.25.0"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-cli": "^6.22.2",
"babel-loader": "^6.3.2",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"babel-register": "^6.23.0",
"css-loader": "^0.26.1",
"expect": "^1.20.2",
"expect.js": "^0.3.1",
"fetch-mock": "^5.9.4",
"istanbul-instrumenter-loader": "^2.0.0",
"jsdom": "^9.11.0",
"json-loader": "^0.5.4",
"karma": "^1.5.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.2",
"live-reload": "^1.1.0",
"mocha": "^3.2.0",
"node-sass": "^4.3.0",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"postcss-loader": "^1.2.2",
"react-addons-test-utils": "^15.4.2",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"supertest": "^3.0.0",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
"autoprefixer-loader": "3.2.0",
"babel-cli": "6.26.0",
"babel-loader": "8.0.6",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"babel-register": "6.26.0",
"css-loader": "2.1.1",
"expect": "24.8.0",
"expect.js": "0.3.1",
"fetch-mock": "7.3.3",
"istanbul-instrumenter-loader": "3.0.1",
"jsdom": "15.1.0",
"json-loader": "0.5.7",
"karma": "4.1.0",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "1.1.2",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.5",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "3.0.5",
"live-reload": "1.1.0",
"mocha": "6.1.4",
"node-sass": "4.12.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
"postcss-loader": "3.0.0",
"react-addons-test-utils": "15.6.2",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"supertest": "4.0.2",
"webpack": "4.32.1",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "3.4.1"
}
}
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
The MIT License

Copyright 1978-2017 MAVAJ SUN CO.
Copyright 1978-2017 AJ-7885.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class App extends Component {
<div className="App">
<div className="App-header">

<h2>Welcome to Super Simple Chat Application<small> by MAVAJ SUN CO</small></h2>
<h2>Welcome to Super Simple Chat Application<small> by AJ</small></h2>
</div>

{!this.state.showChatRoom &&
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License

Copyright 1978-2017 MAVAJ SUN CO.
Copyright 1978-2020 AJ-7885.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading