Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump autoprefixer from 9.8.8 to 10.4.8 in /frontend #24

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
c23c70e
Bump async from 2.6.3 to 2.6.4 in /frontend (#1)
dependabot[bot] Aug 21, 2022
d3ab096
Bump minimist from 1.2.5 to 1.2.6 in /frontend (#2)
dependabot[bot] Aug 21, 2022
2abbbde
Bump eventsource from 1.1.0 to 1.1.2 in /frontend (#3)
dependabot[bot] Aug 21, 2022
0737f26
Bump terser from 4.8.0 to 4.8.1 in /frontend (#4)
dependabot[bot] Aug 21, 2022
2a49f29
Bump guava from 31.0.1-jre to 31.1-jre (#6)
dependabot[bot] Aug 21, 2022
c6a5268
Bump exec-maven-plugin from 3.0.0 to 3.1.0 (#9)
dependabot[bot] Aug 21, 2022
c29e5ce
Bump drasyl-node from 0.7.0 to 0.8.0 (#8)
dependabot[bot] Aug 21, 2022
2a0aa6c
Bump geoip2 from 3.0.0 to 3.0.1 (#7)
dependabot[bot] Aug 21, 2022
632063d
Bump url-parse from 1.5.3 to 1.5.10 in /frontend (#12)
dependabot[bot] Aug 21, 2022
4314c5d
Bump spring.version from 2.6.4 to 2.7.3 (#5)
dependabot[bot] Aug 21, 2022
dab09d7
Bump junit-jupiter from 5.8.2 to 5.9.0 (#13)
dependabot[bot] Aug 21, 2022
00d42a3
Bump maven-assembly-plugin from 3.3.0 to 3.4.2 (#14)
dependabot[bot] Aug 21, 2022
c9127bd
Bump nanoid from 3.1.30 to 3.3.4 in /frontend (#11)
dependabot[bot] Aug 21, 2022
0e9b05a
Bump typescript from 4.4.4 to 4.7.4 in /frontend (#18)
dependabot[bot] Aug 21, 2022
95cffa9
Bump follow-redirects from 1.14.4 to 1.15.1 in /frontend (#16)
dependabot[bot] Aug 21, 2022
e6a3839
Bump @types/jest from 26.0.24 to 28.1.7 in /frontend (#17)
dependabot[bot] Aug 21, 2022
2b888a8
use more pregnant placeholder value
HeikoBornholdt Aug 22, 2022
1e4146d
[ImgBot] Optimize images (#22)
imgbot[bot] Aug 22, 2022
42001a1
Bump postcss from 7.0.39 to 8.4.16 in /frontend (#15)
dependabot[bot] Aug 22, 2022
442ffae
Bump @testing-library/jest-dom from 5.14.1 to 5.16.5 in /frontend (#19)
dependabot[bot] Aug 22, 2022
9a9e981
Bump @types/node from 12.20.36 to 18.7.9 in /frontend (#20)
dependabot[bot] Aug 22, 2022
7c94302
Bump @testing-library/user-event from 12.8.3 to 14.4.3 in /frontend (…
dependabot[bot] Aug 22, 2022
506a7b3
Bump autoprefixer from 9.8.8 to 10.4.8 in /frontend
dependabot[bot] Aug 22, 2022
d18e84a
Bump @testing-library/react from 11.2.7 to 12.1.5 in /frontend (#10)
dependabot[bot] Aug 22, 2022
16c9d27
Bump typescript from 4.7.4 to 4.8.2 in /frontend (#25)
dependabot[bot] Aug 29, 2022
346ea02
Bump @types/node from 18.7.9 to 18.7.13 in /frontend (#26)
dependabot[bot] Aug 29, 2022
0b2b40f
Bump @craco/craco from 6.4.0 to 6.4.5 in /frontend (#29)
dependabot[bot] Aug 29, 2022
0cd2b19
Bump @types/jest from 28.1.7 to 28.1.8 in /frontend (#28)
dependabot[bot] Aug 29, 2022
5b35cf8
Bump web-vitals from 1.1.2 to 3.0.0 in /frontend (#27)
dependabot[bot] Aug 29, 2022
b822df4
Bump web-vitals from 3.0.0 to 3.0.1 in /frontend (#31)
dependabot[bot] Sep 5, 2022
5ae9020
Bump @types/node from 18.7.13 to 18.7.15 in /frontend (#30)
dependabot[bot] Sep 5, 2022
269aa0a
Bump react-map-gl from 5.3.17 to 6.1.19 in /frontend (#32)
dependabot[bot] Sep 5, 2022
6e8ee06
Merge branch 'master' into dependabot/npm_and_yarn/frontend/autoprefi…
HeikoBornholdt Sep 5, 2022
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
10 changes: 5 additions & 5 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<spring.version>2.6.4</spring.version>
<spring.version>2.7.3</spring.version>
</properties>

<dependencies>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.maxmind.geoip2</groupId>
<artifactId>geoip2</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -42,19 +42,19 @@
<dependency>
<groupId>org.drasyl</groupId>
<artifactId>drasyl-node</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.0.1-jre</version>
<version>31.1-jre</version>
</dependency>

<!-- Test -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.8.2</version>
<version>5.9.0</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ logging.level.root: INFO
spring:
data:
mongodb:
uri: "mongodb+srv://..."
uri: "mongodb+srv://change-me-application.yml"

network:
geoip-salt: ""
Expand Down
22 changes: 11 additions & 11 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.2.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@craco/craco": "^6.4.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^28.1.8",
"@types/node": "^18.7.15",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.8",
"bip39": "^3.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-identicons": "^1.2.5",
"react-map-gl": "^5.3.15",
"react-map-gl": "^6.1.19",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
"typescript": "^4.8.2",
"web-vitals": "^3.0.1"
},
"scripts": {
"start": "craco start",
Expand Down Expand Up @@ -48,8 +48,8 @@
]
},
"devDependencies": {
"autoprefixer": "^9.8.6",
"postcss": "^7.0.36",
"autoprefixer": "^10.4.8",
"postcss": "^8.4.16",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.10"
},
"proxy": "http://localhost:8080"
Expand Down
Binary file modified frontend/public/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/public/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 1 addition & 40 deletions frontend/src/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading