diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bdc9f57..42d4536 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,13 +33,8 @@ dependencies: specifier: ^8.56.0 version: 8.56.0 eslint-config-next: -<<<<<<< Updated upstream - specifier: ^14.0.3 - version: 14.0.4(eslint@8.56.0)(typescript@5.3.3) -======= specifier: ^14.0.4 - version: 14.0.4(eslint@8.56.0)(typescript@5.3.2) ->>>>>>> Stashed changes + version: 14.0.4(eslint@8.56.0)(typescript@5.3.3) flowbite: specifier: ^2.2.1 version: 2.2.1 @@ -1981,11 +1976,7 @@ packages: dev: true optional: true -<<<<<<< Updated upstream /@typescript-eslint/parser@6.14.0(eslint@8.56.0)(typescript@5.3.3): -======= - /@typescript-eslint/parser@6.14.0(eslint@8.56.0)(typescript@5.3.2): ->>>>>>> Stashed changes resolution: {integrity: sha512-QjToC14CKacd4Pa7JK4GeB/vHmWFJckec49FR4hmIRf97+KXole0T97xxu9IFiPxVQ1DBWrQ5wreLwAGwWAVQA==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -2001,11 +1992,7 @@ packages: '@typescript-eslint/visitor-keys': 6.14.0 debug: 4.3.4(supports-color@8.1.1) eslint: 8.56.0 -<<<<<<< Updated upstream typescript: 5.3.3 -======= - typescript: 5.3.2 ->>>>>>> Stashed changes transitivePeerDependencies: - supports-color dev: false @@ -3281,11 +3268,7 @@ packages: engines: {node: '>=10'} dev: false -<<<<<<< Updated upstream /eslint-config-next@14.0.4(eslint@8.56.0)(typescript@5.3.3): -======= - /eslint-config-next@14.0.4(eslint@8.56.0)(typescript@5.3.2): ->>>>>>> Stashed changes resolution: {integrity: sha512-9/xbOHEQOmQtqvQ1UsTQZpnA7SlDMBtuKJ//S4JnoyK3oGLhILKXdBgu/UO7lQo/2xOykQULS1qQ6p2+EpHgAQ==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 @@ -3296,11 +3279,7 @@ packages: dependencies: '@next/eslint-plugin-next': 14.0.4 '@rushstack/eslint-patch': 1.6.1 -<<<<<<< Updated upstream '@typescript-eslint/parser': 6.14.0(eslint@8.56.0)(typescript@5.3.3) -======= - '@typescript-eslint/parser': 6.14.0(eslint@8.56.0)(typescript@5.3.2) ->>>>>>> Stashed changes eslint: 8.56.0 eslint-import-resolver-node: 0.3.9 eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.14.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.56.0) @@ -3308,11 +3287,7 @@ packages: eslint-plugin-jsx-a11y: 6.8.0(eslint@8.56.0) eslint-plugin-react: 7.33.2(eslint@8.56.0) eslint-plugin-react-hooks: 4.6.0(eslint@8.56.0) -<<<<<<< Updated upstream typescript: 5.3.3 -======= - typescript: 5.3.2 ->>>>>>> Stashed changes transitivePeerDependencies: - eslint-import-resolver-webpack - supports-color @@ -3372,11 +3347,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: -<<<<<<< Updated upstream '@typescript-eslint/parser': 6.14.0(eslint@8.56.0)(typescript@5.3.3) -======= - '@typescript-eslint/parser': 6.14.0(eslint@8.56.0)(typescript@5.3.2) ->>>>>>> Stashed changes debug: 3.2.7(supports-color@8.1.1) eslint: 8.56.0 eslint-import-resolver-node: 0.3.9 @@ -3395,11 +3366,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: -<<<<<<< Updated upstream '@typescript-eslint/parser': 6.14.0(eslint@8.56.0)(typescript@5.3.3) -======= - '@typescript-eslint/parser': 6.14.0(eslint@8.56.0)(typescript@5.3.2) ->>>>>>> Stashed changes array-includes: 3.1.7 array.prototype.findlastindex: 1.2.3 array.prototype.flat: 1.3.2 diff --git a/src/pages/zastepstwa.tsx b/src/pages/zastepstwa.tsx index 7b4efd1..14a19ba 100644 --- a/src/pages/zastepstwa.tsx +++ b/src/pages/zastepstwa.tsx @@ -121,7 +121,7 @@ export const getStaticProps: GetStaticProps = async () => { }); }); - return { props: { form: { time, tables } } }; + return { props: { form: { time, tables } }, revalidate: 3600 }; } catch (error) { console.error(error); } @@ -131,5 +131,6 @@ export const getStaticProps: GetStaticProps = async () => { error: true, message: "Wystąpił błąd podczas pobierania danych", }, + revalidate: 3600, }; };