Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 509aa69

Browse files
author
Dan Bright
committed
Upgrade dependencies
1 parent 0c234e6 commit 509aa69

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

react/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Dan Bright, dan@uplandsdynamic.com",
33
"license": "GPLv3",
44
"name": "simple-photo-management-react-frontend",
5-
"version": "1.1.1-beta",
5+
"version": "1.1.2-beta",
66
"private": true,
77
"description": "React frontend for Django REST Simple Photo Management application",
88
"main": "index.js",
@@ -12,7 +12,7 @@
1212
"@fortawesome/free-regular-svg-icons": "*",
1313
"@fortawesome/free-solid-svg-icons": "*",
1414
"@fortawesome/react-fontawesome": "*",
15-
"@popperjs/core": "^2.9.3",
15+
"@popperjs/core": "*",
1616
"acorn": "*",
1717
"axios": "*",
1818
"bootstrap": "*",
@@ -22,7 +22,6 @@
2222
"lodash.clonedeep": "*",
2323
"moment": "*",
2424
"moment-timezone": "*",
25-
"popper.js": "*",
2625
"react": "*",
2726
"react-app-polyfill": "*",
2827
"react-dom": "*",
@@ -51,7 +50,7 @@
5150
"not op_mini all"
5251
],
5352
"devDependencies": {
54-
"eslint-plugin-react": "^7.24.0"
53+
"eslint-plugin-react": "^7.28.0"
5554
},
5655
"resolutions": {
5756
"set-value": "^4.0.1",
@@ -63,6 +62,7 @@
6362
"browserlist": "*",
6463
"optimist": "*",
6564
"minimist": "*",
66-
"react-dev-utils":"*"
65+
"react-dev-utils":"*",
66+
"postcss": "*"
6767
}
6868
}

react/src/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
const APP_VERSION = "[client 1.1.1-beta]";
1+
const APP_VERSION = "[client 1.1.2-beta]";
22
export default APP_VERSION;

0 commit comments

Comments
 (0)