Skip to content

Commit

Permalink
v1.23.5 upgrade to latest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
im6 committed Aug 8, 2020
1 parent b34a02a commit 4f00fee
Show file tree
Hide file tree
Showing 10 changed files with 651 additions and 600 deletions.
2 changes: 1 addition & 1 deletion dist/public/adminPanel.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/public/adminPanel.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/public/main.css

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions dist/public/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/public/newColor.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/public/newColor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/server/index.js

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vp",
"version": "1.23.4",
"version": "1.23.5",
"description": "source code of react.colorpk.com",
"engines": {
"npm": ">=6.13.4",
Expand Down Expand Up @@ -28,12 +28,12 @@
},
"homepage": "https://github.com/im6/vp#readme",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/core": "7.11.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.10.4",
"@babel/preset-env": "7.11.0",
"@babel/preset-react": "^7.10.4",
"@testing-library/react": "^10.4.7",
"autoprefixer": "^9.8.5",
"@testing-library/react": "^10.4.8",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.1.0",
"bulma": "^0.9.0",
"clean-webpack-plugin": "^3.0.0",
Expand All @@ -42,16 +42,16 @@
"core-js": "^3.6.5",
"css-loader": "^4.2.1",
"dotenv": "^8.2.0",
"eslint": "^7.5.0",
"eslint": "^7.6.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.18.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "7.20.3",
"eslint-plugin-react": "7.20.5",
"husky": "^4.2.5",
"jest": "^26.1.0",
"jest": "^26.2.2",
"js-cookie": "^2.2.1",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
Expand All @@ -62,11 +62,11 @@
"react-color": "^2.18.1",
"redux-logger": "^3.0.6",
"redux-observable": "^1.2.0",
"rxjs": "^6.6.0",
"sass-loader": "^9.0.2",
"webpack": "^4.43.0",
"rxjs": "^6.6.2",
"sass-loader": "^9.0.3",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-node-externals": "^2.5.0"
"webpack-node-externals": "^2.5.1"
},
"dependencies": {
"axios": "^0.19.2",
Expand All @@ -84,14 +84,14 @@
"mysql": "^2.18.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"redis": "^3.0.2",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"regenerator-runtime": "^0.13.5",
"regenerator-runtime": "^0.13.7",
"serialize-javascript": "^4.0.0",
"uuid": "^8.2.0"
"uuid": "^8.3.0"
},
"prettier": {
"endOfLine": "auto",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Html.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const Html = ({
<div id="csrf" data-token={csrfToken} />
<script
dangerouslySetInnerHTML={{
__html: `window.${reduxName}=${serialize(initState)}`,
__html: `window.${reduxName}=${serialize(initState)};`,
}}
/>
<script src={script} type="text/javascript" />
Expand Down
Loading

0 comments on commit 4f00fee

Please sign in to comment.