Compare commits

..

3 Commits

Author SHA1 Message Date
ac5ab6acce chore(deps): update dependency tailwindcss to v4
All checks were successful
Lint / Lint (push) Successful in 33s
Lint / Lint (pull_request) Successful in 30s
2025-02-22 02:03:04 +00:00
f632ce0e8a chore(deps): update dependency postcss to v8.5.3
All checks were successful
Lint / Lint (push) Successful in 32s
2025-02-22 01:02:50 +00:00
efac1f21ad chore(deps): update dependency @types/node to v22.13.5
All checks were successful
Lint / Lint (push) Successful in 34s
2025-02-22 00:02:09 +00:00
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -24,12 +24,12 @@
"tailwindcss-animate": "^1.0.7" "tailwindcss-animate": "^1.0.7"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "22.13.4", "@types/node": "22.13.5",
"@types/react": "19.0.9", "@types/react": "19.0.9",
"@types/react-dom": "19.0.3", "@types/react-dom": "19.0.3",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-config-next": "15.1.7", "eslint-config-next": "15.1.7",
"postcss": "8.5.2", "postcss": "8.5.3",
"tailwindcss": "4.0.8", "tailwindcss": "4.0.8",
"turbo": "2.4.2", "turbo": "2.4.2",
"typescript": "5.7.3" "typescript": "5.7.3"
@ -1831,9 +1831,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "22.13.4", "version": "22.13.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.4.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.5.tgz",
"integrity": "sha512-ywP2X0DYtX3y08eFVx5fNIw7/uIv8hYUKgXoK8oayJlLnKcRfEYCxWMVE1XagUdVtCJlZT1AU4LXEABW+L1Peg==", "integrity": "sha512-+lTU0PxZXn0Dr1NBtC7Y8cR21AJr87dLLU953CWA6pMxxv/UDc7jYAY90upcrie1nRcD6XNG5HOYEDtgW5TxAg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -5345,9 +5345,9 @@
} }
}, },
"node_modules/postcss": { "node_modules/postcss": {
"version": "8.5.2", "version": "8.5.3",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.2.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz",
"integrity": "sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==", "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
"funding": [ "funding": [
{ {
"type": "opencollective", "type": "opencollective",

View File

@ -25,12 +25,12 @@
"tailwindcss-animate": "^1.0.7" "tailwindcss-animate": "^1.0.7"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "22.13.4", "@types/node": "22.13.5",
"@types/react": "19.0.9", "@types/react": "19.0.9",
"@types/react-dom": "19.0.3", "@types/react-dom": "19.0.3",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-config-next": "15.1.7", "eslint-config-next": "15.1.7",
"postcss": "8.5.2", "postcss": "8.5.3",
"tailwindcss": "4.0.8", "tailwindcss": "4.0.8",
"turbo": "2.4.2", "turbo": "2.4.2",
"typescript": "5.7.3" "typescript": "5.7.3"