build(deps): update latest

This commit is contained in:
Walid 2023-02-10 12:26:37 +01:00
parent b2bacee909
commit bb304f8805
Signed by: Walidoux
GPG Key ID: CCF21881FE8BEBAF
2 changed files with 1367 additions and 1029 deletions

View File

@ -1,36 +1,8 @@
{
"name": "next-app-boilerplate",
"version": "0.0.0",
"private": true,
"license": "MIT",
"keywords": [
"template",
"tailwindcss",
"tsx",
"jsx",
"plopjs",
"fontsource",
"next-translate",
"nextjs",
"react",
"semantic-release",
"husky"
],
"author": {
"name": "Walid",
"email": "contact@walidkorchi.com",
"url": "https://walidkorchi.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Walidoux/next-app-boilerplate"
},
"bugs": {
"url": "https://github.com/Walidoux/next-app-boilerplate/issues"
},
"homepage": "https://next-app-boilerplate.vercel.app",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "next dev",
"build": "next build",
@ -45,38 +17,69 @@
"generate": "plop"
},
"dependencies": {
"@fontsource/open-sans": "^4.5.11",
"classnames": "^2.3.1",
"@fontsource/open-sans": "^4.5.14",
"classnames": "^2.3.2",
"js-cookie": "^3.0.1",
"next": "^12.2.5",
"next-translate": "^1.5.0",
"next": "^13.1.6",
"next-translate": "^1.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@commitlint/cli": "^17.1.1",
"@commitlint/config-conventional": "^17.1.0",
"@semantic-release/changelog": "^6.0.1",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@types/js-cookie": "^3.0.2",
"@types/node": "18.7.13",
"@types/react": "18.0.17",
"@walidoux/eslint-config": "^1.0.1",
"@walidoux/prettier-config": "^1.0.0",
"autoprefixer": "^10.4.8",
"editorconfig-checker": "^4.0.2",
"eslint": "^8.23.0",
"husky": "^8.0.1",
"@types/node": "18.13.0",
"@types/react": "18.0.27",
"@walidoux/eslint-config": "^1.0.2",
"@walidoux/prettier-config": "^1.0.1",
"autoprefixer": "^10.4.13",
"editorconfig-checker": "^5.0.1",
"eslint": "^8.33.0",
"husky": "^8.0.3",
"nano-staged": "^0.8.0",
"plop": "^3.1.1",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"react-icons": "^4.4.0",
"semantic-release": "^19.0.5",
"tailwindcss": "^3.1.8",
"plop": "^3.1.2",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.2",
"react-icons": "^4.7.1",
"semantic-release": "^20.1.0",
"tailwindcss": "^3.2.6",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
"typescript": "^4.9.5"
},
"keywords": [
"boilerplate",
"nextjs",
"react",
"typescript",
"tsx",
"tailwindcss",
"jsx",
"plopjs",
"fontsource",
"next-translate",
"conventional-commit",
"semantic-release",
"husky"
],
"author": {
"name": "Walidoux",
"email": "contact@walidkorchi.com",
"url": "https://walidkorchi.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Walidoux/next-app-boilerplate"
},
"bugs": {
"url": "https://github.com/Walidoux/next-app-boilerplate/issues"
},
"homepage": "https://next-app-boilerplate.vercel.app",
"publishConfig": {
"access": "public"
},
"prettier": "@walidoux/prettier-config",
"eslintConfig": {
@ -99,6 +102,9 @@
}
},
"nano-staged": {
"*": [
"editorconfig-checker"
],
"**/*.js": [
"eslint --fix",
"prettier --ignore-path .eslintignore --write"

2286
yarn.lock

File diff suppressed because it is too large Load Diff