1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-10-05 13:06:10 +02:00

Compare commits

..

2 Commits

Author SHA1 Message Date
semantic-release-bot
5185c6758b
chore(release): 3.2.2 [skip ci] 2024-02-02 16:31:35 +00:00
b633eef833
fix: remove npm vulnerability by updating html-w3c-validator 2024-02-02 17:30:25 +01:00
5 changed files with 2520 additions and 4457 deletions

View File

@ -1,4 +1,5 @@
{ {
"$schema": "https://raw.githubusercontent.com/theoludwig/html-w3c-validator/master/schema/html-w3c-validatorrc-schema.json",
"urls": ["http://127.0.0.1:3000/", "http://127.0.0.1:3000/blog"], "urls": ["http://127.0.0.1:3000/", "http://127.0.0.1:3000/blog"],
"files": ["./public/curriculum-vitae/index.html"], "files": ["./public/curriculum-vitae/index.html"],
"severities": ["error"] "severities": ["error"]

View File

@ -12,7 +12,7 @@
"modern-normalize": "2.0.0" "modern-normalize": "2.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "20.11.8", "@types/node": "20.11.16",
"date-and-time": "3.1.1", "date-and-time": "3.1.1",
"vite": "5.0.12", "vite": "5.0.12",
"vite-plugin-html": "3.2.2" "vite-plugin-html": "3.2.2"
@ -668,9 +668,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "20.11.8", "version": "20.11.16",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.8.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.16.tgz",
"integrity": "sha512-i7omyekpPTNdv4Jb/Rgqg0RU8YqLcNsI12quKSDkRXNfx7Wxdm6HhK1awT3xTgEkgxPn3bvnSpiEAc7a7Lpyow==", "integrity": "sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"undici-types": "~5.26.4" "undici-types": "~5.26.4"

View File

@ -13,7 +13,7 @@
"modern-normalize": "2.0.0" "modern-normalize": "2.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "20.11.8", "@types/node": "20.11.16",
"date-and-time": "3.1.1", "date-and-time": "3.1.1",
"vite": "5.0.12", "vite": "5.0.12",
"vite-plugin-html": "3.2.2" "vite-plugin-html": "3.2.2"

6946
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "theoludwig", "name": "theoludwig",
"version": "3.2.1", "version": "3.2.2",
"private": true, "private": true,
"repository": { "repository": {
"type": "git", "type": "git",
@ -68,14 +68,14 @@
"@total-typescript/ts-reset": "0.5.1", "@total-typescript/ts-reset": "0.5.1",
"@tsconfig/strictest": "2.0.2", "@tsconfig/strictest": "2.0.2",
"@types/negotiator": "0.6.3", "@types/negotiator": "0.6.3",
"@types/node": "20.11.8", "@types/node": "20.11.16",
"@types/react": "18.2.48", "@types/react": "18.2.51",
"@types/unist": "3.0.2", "@types/unist": "3.0.2",
"@typescript-eslint/eslint-plugin": "6.19.1", "@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.19.1", "@typescript-eslint/parser": "6.20.0",
"autoprefixer": "10.4.17", "autoprefixer": "10.4.17",
"curriculum-vitae": "file:./curriculum-vitae", "curriculum-vitae": "file:./curriculum-vitae",
"cypress": "13.6.3", "cypress": "13.6.4",
"editorconfig-checker": "5.1.2", "editorconfig-checker": "5.1.2",
"eslint": "8.56.0", "eslint": "8.56.0",
"eslint-config-conventions": "13.1.0", "eslint-config-conventions": "13.1.0",
@ -86,11 +86,11 @@
"eslint-plugin-promise": "6.1.1", "eslint-plugin-promise": "6.1.1",
"eslint-plugin-tailwindcss": "3.14.1", "eslint-plugin-tailwindcss": "3.14.1",
"eslint-plugin-unicorn": "50.0.1", "eslint-plugin-unicorn": "50.0.1",
"html-w3c-validator": "1.5.1", "html-w3c-validator": "1.6.1",
"husky": "9.0.6", "husky": "9.0.10",
"lint-staged": "15.2.0", "lint-staged": "15.2.1",
"markdownlint-cli2": "0.12.1", "markdownlint-cli2": "0.12.1",
"markdownlint-rule-relative-links": "2.2.0", "markdownlint-rule-relative-links": "2.3.1",
"postcss": "8.4.33", "postcss": "8.4.33",
"prettier": "3.2.4", "prettier": "3.2.4",
"prettier-plugin-tailwindcss": "0.5.11", "prettier-plugin-tailwindcss": "0.5.11",