2
2
mirror of https://github.com/Thream/website.git synced 2024-07-06 18:40:12 +02:00

fix: update dependencies to latest

This commit is contained in:
Théo LUDWIG 2023-07-02 19:34:20 +02:00
parent 7e76598f7f
commit 84662c7765
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B
8 changed files with 2306 additions and 2289 deletions

View File

@ -16,7 +16,7 @@ jobs:
language: ['javascript']
steps:
- uses: 'actions/checkout@v3.5.2'
- uses: 'actions/checkout@v3.5.3'
- name: 'Initialize CodeQL'
uses: 'github/codeql-action/init@v2'

View File

@ -10,7 +10,7 @@ jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v3.5.2'
- uses: 'actions/checkout@v3.5.3'
- name: 'Setup Node.js'
uses: 'actions/setup-node@v3.6.0'

View File

@ -10,7 +10,7 @@ jobs:
lint:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v3.5.2'
- uses: 'actions/checkout@v3.5.3'
- name: 'Setup Node.js'
uses: 'actions/setup-node@v3.6.0'

View File

@ -8,7 +8,7 @@ jobs:
release:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v3.5.2'
- uses: 'actions/checkout@v3.5.3'
with:
fetch-depth: 0
persist-credentials: false

View File

@ -10,7 +10,7 @@ jobs:
test-unit:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v3.5.2'
- uses: 'actions/checkout@v3.5.3'
- name: 'Setup Node.js'
uses: 'actions/setup-node@v3.6.0'
@ -27,7 +27,7 @@ jobs:
test-e2e:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v3.5.0'
- uses: 'actions/checkout@v3.5.3'
- name: 'Setup Node.js'
uses: 'actions/setup-node@v3.6.0'

View File

@ -1,9 +1,9 @@
FROM node:18.16.0 AS builder-dependencies
FROM node:18.16.1 AS builder-dependencies
WORKDIR /usr/src/application
COPY ./package*.json ./
RUN npm install
FROM node:18.16.0 AS builder
FROM node:18.16.1 AS builder
WORKDIR /usr/src/application
COPY --from=builder-dependencies /usr/src/application/node_modules ./node_modules
COPY ./ ./

4507
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,8 +18,8 @@
"lint:commit": "commitlint",
"lint:editorconfig": "editorconfig-checker",
"lint:markdown": "markdownlint-cli2",
"lint:eslint": "eslint \".\" --ignore-path \".gitignore\"",
"lint:prettier": "prettier \".\" --check --ignore-path \".gitignore\"",
"lint:eslint": "eslint . --ignore-path .gitignore",
"lint:prettier": "prettier . --check --ignore-path .gitignore",
"lint:staged": "lint-staged",
"test:unit": "cypress run --component",
"test:html-w3c-validator": "start-server-and-test \"start\" \"http://127.0.0.1:3000\" \"html-w3c-validator\"",
@ -30,83 +30,83 @@
"postinstall": "husky install"
},
"dependencies": {
"@fontsource/montserrat": "4.5.14",
"@fontsource/roboto": "4.5.8",
"@fontsource/montserrat": "5.0.3",
"@fontsource/roboto": "5.0.3",
"@heroicons/react": "1.0.6",
"@sinclair/typebox": "0.28.10",
"@thream/socketio-jwt": "3.1.0",
"@sinclair/typebox": "0.29.0",
"@thream/socketio-jwt": "3.1.1",
"axios": "1.4.0",
"clsx": "1.2.1",
"date-and-time": "3.0.0",
"date-and-time": "3.0.2",
"emoji-mart": "3.0.1",
"katex": "0.16.7",
"next": "13.2.4",
"katex": "0.16.8",
"next": "13.4.7",
"next-pwa": "5.6.0",
"next-themes": "0.2.1",
"next-translate": "2.0.5",
"next-translate": "2.4.4",
"pretty-bytes": "6.1.0",
"react": "18.2.0",
"react-component-form": "4.1.0",
"react-component-form": "4.1.1",
"react-dom": "18.2.0",
"react-infinite-scroll-component": "6.1.0",
"react-markdown": "8.0.7",
"react-responsive": "9.0.2",
"react-swipeable": "7.0.0",
"react-swipeable": "7.0.1",
"react-syntax-highlighter": "15.5.0",
"react-textarea-autosize": "8.4.1",
"react-textarea-autosize": "8.5.1",
"read-pkg": "8.0.0",
"rehype-katex": "6.0.3",
"remark-breaks": "3.0.3",
"remark-gfm": "3.0.1",
"remark-math": "5.1.1",
"sharp": "0.32.1",
"socket.io-client": "4.6.1",
"socket.io-client": "4.7.1",
"unified": "10.1.2",
"unist-util-visit": "4.1.2",
"universal-cookie": "4.0.4"
},
"devDependencies": {
"@commitlint/cli": "17.6.3",
"@commitlint/config-conventional": "17.6.3",
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@saithodev/semantic-release-backmerge": "3.2.0",
"@semantic-release/git": "10.0.1",
"@tsconfig/strictest": "2.0.1",
"@types/emoji-mart": "3.0.9",
"@types/hast": "2.3.4",
"@types/katex": "0.16.0",
"@types/node": "20.1.4",
"@types/react": "18.2.6",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-responsive": "8.0.5",
"@types/react-syntax-highlighter": "15.5.6",
"@types/react-syntax-highlighter": "15.5.7",
"@types/unist": "2.0.6",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"autoprefixer": "10.4.14",
"cypress": "12.12.0",
"editorconfig-checker": "5.0.1",
"eslint": "8.40.0",
"eslint-config-conventions": "9.0.0",
"eslint-config-next": "13.2.4",
"cypress": "12.16.0",
"editorconfig-checker": "5.1.1",
"eslint": "8.44.0",
"eslint-config-conventions": "10.0.0",
"eslint-config-next": "13.4.7",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "47.0.0",
"html-w3c-validator": "1.3.0",
"html-w3c-validator": "1.4.0",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"markdownlint-cli2": "0.7.1",
"markdownlint-rule-relative-links": "1.2.0",
"mockttp": "3.7.4",
"next-translate-plugin": "2.0.5",
"lint-staged": "13.2.3",
"markdownlint-cli2": "0.8.1",
"markdownlint-rule-relative-links": "2.1.0",
"mockttp": "3.7.5",
"next-translate-plugin": "2.4.4",
"plop": "3.1.2",
"postcss": "8.4.23",
"postcss": "8.4.24",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.2.8",
"semantic-release": "21.0.2",
"prettier-plugin-tailwindcss": "0.3.0",
"semantic-release": "21.0.6",
"start-server-and-test": "2.0.0",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"vercel": "29.3.0"
"vercel": "31.0.1"
}
}