Merge pull request #21 from zdam-egzamin-zawodowy/bump-packages

Bump packages
This commit is contained in:
Dawid Wysokiński 2021-08-07 11:33:52 +02:00 committed by GitHub
commit 4950bbe916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 277 additions and 403 deletions

View File

@ -5,7 +5,8 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"postbuild": "yarn run sitemap",
"sitemap": "next-sitemap",
"start": "next start",
"start:production": "NODE_ENV=production yarn run start",
"codegen": "graphql-codegen",

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url><loc>https://zdamegzaminzawodowy.pl</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2021-08-04T06:10:21.710Z</lastmod></url>
<url><loc>https://zdamegzaminzawodowy.pl/polityka-prywatnosci</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2021-08-04T06:10:21.711Z</lastmod></url>
<url><loc>https://zdamegzaminzawodowy.pl</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2021-08-07T09:32:37.074Z</lastmod></url>
<url><loc>https://zdamegzaminzawodowy.pl/polityka-prywatnosci</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2021-08-07T09:32:37.075Z</lastmod></url>
</urlset>

View File

@ -1,5 +1,5 @@
import {
createMuiTheme,
createTheme as createMuiTheme,
responsiveFontSizes,
Theme,
} from '@material-ui/core/styles';

671
yarn.lock

File diff suppressed because it is too large Load Diff