This commit is contained in:
Sol Irvine
2023-11-12 17:11:15 +09:00
parent 1575bb6ccf
commit 6374869de8
40 changed files with 191 additions and 223 deletions

View File

@@ -37,7 +37,7 @@
"next-gtm": "latest",
"next-intl": "latest",
"prettier-plugin-organize-imports": "^3.2.3",
"react": "latest",
"react": "canary",
"react-dom": "canary",
"react-ga": "^3.3.1",
"react-gtm-module": "^2.0.11",
@@ -50,18 +50,18 @@
"@tailwindcss/typography": "^0.5.9",
"@types/js-cookie": "^3.0.3",
"@types/negotiator": "^0.6.1",
"@types/node": "20.4.4",
"@types/react": "18.2.16",
"@types/react-dom": "18.2.7",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "^10.4.14",
"eslint": "^8.45.0",
"eslint": "latest",
"eslint-config-next": "latest",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-unicorn": "^48.0.0",
"eslint-plugin-unicorn": "latest",
"lint-staged": "^13.2.3",
"postcss": "^8.4.27",
"prettier": "3.0.1",
"prettier-plugin-tailwindcss": "^0.4.1",
"prettier-plugin-tailwindcss": "latest",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6"
}