This repository was archived by the owner on Mar 6, 2025. It is now read-only.
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
"author" : " Dan Bright, dan@uplandsdynamic.com" ,
3
3
"license" : " GPLv3" ,
4
4
"name" : " simple-photo-management-react-frontend" ,
5
- "version" : " 1.1.1 -beta" ,
5
+ "version" : " 1.1.2 -beta" ,
6
6
"private" : true ,
7
7
"description" : " React frontend for Django REST Simple Photo Management application" ,
8
8
"main" : " index.js" ,
12
12
"@fortawesome/free-regular-svg-icons" : " *" ,
13
13
"@fortawesome/free-solid-svg-icons" : " *" ,
14
14
"@fortawesome/react-fontawesome" : " *" ,
15
- "@popperjs/core" : " ^2.9.3 " ,
15
+ "@popperjs/core" : " * " ,
16
16
"acorn" : " *" ,
17
17
"axios" : " *" ,
18
18
"bootstrap" : " *" ,
22
22
"lodash.clonedeep" : " *" ,
23
23
"moment" : " *" ,
24
24
"moment-timezone" : " *" ,
25
- "popper.js" : " *" ,
26
25
"react" : " *" ,
27
26
"react-app-polyfill" : " *" ,
28
27
"react-dom" : " *" ,
51
50
" not op_mini all"
52
51
],
53
52
"devDependencies" : {
54
- "eslint-plugin-react" : " ^7.24 .0"
53
+ "eslint-plugin-react" : " ^7.28 .0"
55
54
},
56
55
"resolutions" : {
57
56
"set-value" : " ^4.0.1" ,
63
62
"browserlist" : " *" ,
64
63
"optimist" : " *" ,
65
64
"minimist" : " *" ,
66
- "react-dev-utils" :" *"
65
+ "react-dev-utils" :" *" ,
66
+ "postcss" : " *"
67
67
}
68
68
}
Original file line number Diff line number Diff line change 1
- const APP_VERSION = "[client 1.1.1 -beta]" ;
1
+ const APP_VERSION = "[client 1.1.2 -beta]" ;
2
2
export default APP_VERSION ;
You can’t perform that action at this time.
0 commit comments