1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

feat(skills): add C/C++

This commit is contained in:
Divlo
2021-10-01 08:51:07 +02:00
parent a4effb52f9
commit a30355582e
10 changed files with 2269 additions and 3724 deletions

View File

@@ -34,56 +34,56 @@
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-brands-svg-icons": "5.15.4",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/react-fontawesome": "0.1.15",
"@fortawesome/react-fontawesome": "0.1.16",
"classnames": "2.3.1",
"html-react-parser": "1.3.0",
"html-react-parser": "1.4.0",
"next": "11.1.2",
"next-pwa": "5.3.1",
"next-pwa": "5.4.0",
"next-themes": "0.0.15",
"next-translate": "1.1.0",
"next-translate": "1.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"read-pkg": "7.0.0",
"sharp": "0.29.1",
"sharp": "0.29.2",
"universal-cookie": "4.0.4"
},
"devDependencies": {
"@commitlint/cli": "13.2.0",
"@commitlint/cli": "13.2.1",
"@commitlint/config-conventional": "13.2.0",
"@lhci/cli": "0.8.2",
"@saithodev/semantic-release-backmerge": "1.5.3",
"@saithodev/semantic-release-backmerge": "2.0.0",
"@semantic-release/git": "10.0.0",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "12.1.1",
"@testing-library/react": "12.1.2",
"@types/jest": "27.0.2",
"@types/node": "16.10.2",
"@types/react": "17.0.26",
"@typescript-eslint/eslint-plugin": "4.32.0",
"autoprefixer": "10.3.6",
"babel-jest": "27.2.4",
"cypress": "8.5.0",
"@types/node": "16.11.6",
"@types/react": "17.0.33",
"@typescript-eslint/eslint-plugin": "4.33.0",
"autoprefixer": "10.3.7",
"babel-jest": "27.3.1",
"cypress": "8.7.0",
"dockerfilelint": "1.8.0",
"editorconfig-checker": "4.0.2",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "8.3.0",
"eslint-config-standard-with-typescript": "21.0.1",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-unicorn": "36.0.0",
"husky": "7.0.2",
"jest": "27.2.4",
"lint-staged": "11.1.2",
"markdownlint-cli": "0.28.1",
"eslint-plugin-promise": "5.1.1",
"eslint-plugin-unicorn": "37.0.1",
"husky": "7.0.4",
"jest": "27.3.1",
"lint-staged": "11.2.4",
"markdownlint-cli": "0.29.0",
"next-secure-headers": "2.2.0",
"postcss": "8.3.8",
"postcss": "8.3.11",
"prettier": "2.4.1",
"semantic-release": "18.0.0",
"start-server-and-test": "1.14.0",
"tailwindcss": "2.2.16",
"typescript": "4.4.3",
"tailwindcss": "2.2.17",
"typescript": "4.4.4",
"vercel": "23.1.2"
}
}