Updated some packages and tina
Some checks failed
A gitea test / Random test (pull_request) Has been cancelled

This commit was merged in pull request #9.
This commit is contained in:
2023-09-05 00:52:21 +02:00
parent 5b9b42f788
commit 835d8ef596
5 changed files with 2730 additions and 3890 deletions

View File

@@ -11,20 +11,20 @@
"bullshit:build": "tinacms dev -c \"next build\""
},
"devDependencies": {
"@svgr/webpack": "^6.3.1",
"@tinacms/cli": "^1.5.14",
"@svgr/webpack": "^8.0.1",
"@tinacms/cli": "^1.5.29",
"@types/js-cookie": "^3.0.0",
"@types/node": "^16.11.7",
"@types/react": "^17.0.35",
"@types/sanitize-html": "^2.9.0",
"@types/styled-components": "^5.1.15",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^6.5.0",
"autoprefixer": "^10.4.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.13.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.3.11",
"postcss": "^8.4.21",
"postcss-import": "^14.0.2",
"postcss-nesting": "^10.1.0"
},
@@ -39,8 +39,8 @@
"sanitize-html": "^2.11.0",
"sass": "^1.66.1",
"styled-jsx": "^3.2.5",
"tailwindcss": "^3.2.4",
"tinacms": "^1.5.6",
"tailwindcss": "^3.3.2",
"tinacms": "^1.5.20",
"typescript": "^4.5.2"
}
}