Skip to content

Commit

Permalink
Merge branch 'update-dependencies'
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueWill committed Nov 19, 2021
2 parents e98ebd9 + 6cc8d53 commit 1af8993
Show file tree
Hide file tree
Showing 3 changed files with 1,826 additions and 1,912 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,19 @@
"private": true,
"dependencies": {
"classnames": "^2.3.1",
"jspdf": "^2.3.1",
"jspdf": "^2.4.0",
"lodash.chunk": "^4.2.0",
"lodash.startswith": "^4.2.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-app-polyfill": "^2.0.0",
"react-dom": "^17.0.2",
"react-redux": "^7.2.4",
"react-scripts": "4.0.3",
"react-select": "^4.3.0",
"redux": "^4.1.0",
"react-redux": "^7.2.6",
"react-select": "^4.3.1",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0"
"redux-thunk": "^2.4.0",
"reselect": "^4.1.4"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -29,11 +28,12 @@
"prettify": "prettier --write src/**/*.js"
},
"devDependencies": {
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
"deep-freeze": "^0.0.1",
"enzyme": "^3.11.0",
"lodash.clonedeep": "^4.5.0",
"prettier": "1"
"prettier": "1",
"react-scripts": "4.0.3"
},
"browserslist": [
">0.2%",
Expand Down
2 changes: 1 addition & 1 deletion src/constants/application.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// General application constants.
export const version = '0.15.1';
export const version = '0.16.0';
export const docUrl = 'https://github.com/TrueWill/embracer';
Loading

0 comments on commit 1af8993

Please sign in to comment.