1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-12-08 00:44:30 +01:00

build(deps): update latest

This commit is contained in:
Divlo 2022-07-01 23:12:47 +02:00
parent bc065a2e19
commit b9b76e839a
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9
9 changed files with 8747 additions and 9857 deletions

View File

@ -11,7 +11,6 @@
},
"rules": {
"prettier/prettier": "error",
"unicorn/prefer-node-protocol": "off",
"@typescript-eslint/no-misused-promises": "off"
"unicorn/prefer-node-protocol": "error"
}
}

View File

@ -1,15 +1,15 @@
FROM node:16.15.0 AS dependencies
FROM node:16.15.1 AS dependencies
WORKDIR /usr/src/app
COPY ./package*.json ./
RUN npm install
FROM node:16.15.0 AS builder
FROM node:16.15.1 AS builder
WORKDIR /usr/src/app
COPY ./ ./
COPY --from=dependencies /usr/src/app/node_modules ./node_modules
RUN npm run build
FROM node:16.15.0 AS runner
FROM node:16.15.1 AS runner
WORKDIR /usr/src/app
ENV NODE_ENV=production
COPY --from=builder /usr/src/app/next.config.js ./next.config.js

View File

@ -1,5 +1,5 @@
import fs from 'fs'
import { fileURLToPath } from 'url'
import fs from 'node:fs'
import { fileURLToPath } from 'node:url'
import ejs from 'ejs'
import date from 'date-and-time'

File diff suppressed because it is too large Load Diff

View File

@ -5,15 +5,15 @@
"type": "module",
"scripts": {},
"dependencies": {
"date-and-time": "2.3.1",
"ejs": "3.1.7",
"date-and-time": "2.4.0",
"ejs": "3.1.8",
"modern-normalize": "1.1.0"
},
"devDependencies": {
"@parcel/config-default": "2.5.0",
"@parcel/core": "2.5.0",
"@parcel/optimizer-data-url": "2.5.0",
"@parcel/transformer-inline-string": "2.5.0",
"parcel": "2.5.0"
"@parcel/config-default": "2.6.2",
"@parcel/core": "2.6.2",
"@parcel/optimizer-data-url": "2.6.2",
"@parcel/transformer-inline-string": "2.6.2",
"parcel": "2.6.2"
}
}

View File

@ -1,4 +1,4 @@
import fs from 'fs'
import fs from 'node:fs'
import { render } from '../index.js'

15718
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,8 +7,8 @@
"url": "https://github.com/Divlo/Divlo"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"scripts": {
"dev": "next dev",
@ -32,71 +32,71 @@
"postinstall": "husky install"
},
"dependencies": {
"@fontsource/montserrat": "4.5.10",
"@fontsource/montserrat": "4.5.11",
"@fortawesome/fontawesome-svg-core": "6.1.1",
"@fortawesome/free-brands-svg-icons": "6.1.1",
"@fortawesome/free-solid-svg-icons": "6.1.1",
"@fortawesome/react-fontawesome": "0.1.18",
"@fortawesome/react-fontawesome": "0.2.0",
"classnames": "2.3.1",
"date-and-time": "2.3.1",
"date-and-time": "2.4.0",
"gray-matter": "4.0.3",
"html-react-parser": "1.4.12",
"next": "12.1.6",
"html-react-parser": "2.0.0",
"next": "12.2.0",
"next-mdx-remote": "4.0.3",
"next-pwa": "5.5.2",
"next-themes": "0.1.1",
"next-pwa": "5.5.4",
"next-themes": "0.2.0",
"next-translate": "1.4.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"read-pkg": "7.1.0",
"rehype-raw": "6.1.1",
"rehype-slug": "5.0.1",
"remark-gfm": "3.0.1",
"sharp": "0.30.4",
"sharp": "0.30.7",
"shiki": "0.10.1",
"unified": "10.1.2",
"unist-util-visit": "4.1.0",
"universal-cookie": "4.0.4"
},
"devDependencies": {
"@commitlint/cli": "16.2.4",
"@commitlint/config-conventional": "16.2.4",
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@lhci/cli": "0.9.0",
"@saithodev/semantic-release-backmerge": "2.1.2",
"@semantic-release/git": "10.0.1",
"@tailwindcss/typography": "0.5.2",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.1.1",
"@testing-library/react": "13.3.0",
"@types/jest": "27.5.0",
"@types/node": "17.0.31",
"@types/react": "18.0.8",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/unist": "2.0.6",
"@typescript-eslint/eslint-plugin": "5.22.0",
"@typescript-eslint/eslint-plugin": "5.30.3",
"autoprefixer": "10.4.7",
"cypress": "9.6.0",
"editorconfig-checker": "4.0.2",
"eslint": "8.14.0",
"eslint": "8.18.0",
"eslint-config-conventions": "2.0.0",
"eslint-config-next": "12.1.6",
"eslint-config-next": "12.2.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-unicorn": "42.0.0",
"html-w3c-validator": "1.2.0",
"husky": "7.0.4",
"husky": "8.0.1",
"jest": "27.5.1",
"jsonresume-theme-custom": "file:./jsonresume-theme-custom",
"lint-staged": "12.4.1",
"lint-staged": "13.0.3",
"markdownlint-cli": "0.31.1",
"next-secure-headers": "2.2.0",
"postcss": "8.4.13",
"prettier": "2.6.2",
"prettier-plugin-tailwindcss": "0.1.10",
"semantic-release": "19.0.2",
"postcss": "8.4.14",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "0.1.11",
"semantic-release": "19.0.3",
"start-server-and-test": "1.14.0",
"tailwindcss": "3.0.24",
"typescript": "4.6.4",
"vercel": "24.2.0"
"tailwindcss": "3.1.4",
"typescript": "4.7.4",
"vercel": "25.2.3"
}
}

View File

@ -1,5 +1,5 @@
import fs from 'fs'
import path from 'path'
import fs from 'node:fs'
import path from 'node:path'
import type { MDXRemoteSerializeResult } from 'next-mdx-remote'
import { nodeTypes } from '@mdx-js/mdx'