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

Sync #27

Merged
merged 20 commits into from
Oct 13, 2024
Merged

Sync #27

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
1b88c7c
Merge pull request #2 from antonKrizmanic/stage
antonKrizmanic Oct 3, 2024
e3620f2
Merge pull request #3 from antonKrizmanic/stage
antonKrizmanic Oct 3, 2024
16a3f29
Merge pull request #4 from antonKrizmanic/stage
antonKrizmanic Oct 6, 2024
274f887
Merge pull request #11 from antonKrizmanic/stage
antonKrizmanic Oct 12, 2024
f9d778b
Merge pull request #12 from antonKrizmanic/stage
antonKrizmanic Oct 12, 2024
1c2f258
Merge pull request #13 from antonKrizmanic/stage
antonKrizmanic Oct 12, 2024
c9ca2ce
Merge pull request #14 from antonKrizmanic/stage
antonKrizmanic Oct 12, 2024
b5dc08a
Merge pull request #15 from antonKrizmanic/stage
antonKrizmanic Oct 13, 2024
2243959
Merge pull request #16 from antonKrizmanic/stage
antonKrizmanic Oct 13, 2024
df439da
Merge pull request #17 from antonKrizmanic/stage
antonKrizmanic Oct 13, 2024
e6fc794
Update dependency axios to v1.7.4 [SECURITY]
renovate[bot] Oct 13, 2024
33ea383
Update dependency next to v14.2.10 [SECURITY]
renovate[bot] Oct 13, 2024
b1e465a
Merge pull request #18 from antonKrizmanic/renovate/npm-axios-vulnera…
antonKrizmanic Oct 13, 2024
1312b93
Update dependency webpack to v5.94.0 [SECURITY]
renovate[bot] Oct 13, 2024
801fa5b
Merge pull request #19 from antonKrizmanic/renovate/npm-next-vulnerab…
antonKrizmanic Oct 13, 2024
77e1222
Merge pull request #20 from antonKrizmanic/renovate/npm-webpack-vulne…
antonKrizmanic Oct 13, 2024
764922c
Update dependency colorette to v2.0.20
renovate[bot] Oct 13, 2024
edb1406
Merge pull request #22 from antonKrizmanic/renovate/colorette-2.x
antonKrizmanic Oct 13, 2024
e589012
Merge pull request #25 from antonKrizmanic/stage
antonKrizmanic Oct 13, 2024
a36c3e3
Merge pull request #26 from antonKrizmanic/stage
antonKrizmanic Oct 13, 2024
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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"@mui/icons-material": "^6.1.3",
"@mui/material": "^6.1.3",
"@mui/material-nextjs": "^6.1.3",
"axios": "1.6.5",
"axios": "1.7.4",
"clsx": "1.2.1",
"colorette": "2.0.19",
"colorette": "2.0.20",
"mobx": "6.12.0",
"mobx-react-lite": "3.4.3",
"next": "14.0.3",
"next": "14.2.10",
"next-react-svg": "1.2.0",
"noty": "3.2.0-beta-deprecated",
"pixelmatch": "5.3.0",
Expand All @@ -40,7 +40,7 @@
"react-dom": "18.2.0",
"sass": "1.69.7",
"typescript": "5.0.2",
"webpack": "5.89.0"
"webpack": "5.94.0"
},
"devDependencies": {
"@next/bundle-analyzer": "14.0.3",
Expand Down
Loading