Compare commits

...

2 Commits

Author SHA1 Message Date
a8ea3890e6 chore(deps): update dependency tailwindcss to v3.4.14
All checks were successful
Lint / Lint (push) Successful in 39s
SonarQube Scan / SonarQube Trigger (push) Successful in 1m9s
2024-10-19 01:03:40 +00:00
78af150d77 chore(deps): update dependency @types/node to v20.16.12
All checks were successful
Lint / Lint (push) Successful in 45s
SonarQube Scan / SonarQube Trigger (push) Successful in 1m13s
2024-10-19 00:02:04 +00:00
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -24,13 +24,13 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
"eslint-config-next": "14.2.15",
"postcss": "8.4.47",
"tailwindcss": "3.4.13",
"tailwindcss": "3.4.14",
"turbo": "2.1.3",
"typescript": "5.6.3"
}
@ -1821,9 +1821,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "20.16.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.11.tgz",
"integrity": "sha512-y+cTCACu92FyA5fgQSAI8A1H429g7aSK2HsO7K4XYUWc4dY5IUz55JSDIYT6/VsOLfGy8vmvQYC2hfb0iF16Uw==",
"version": "20.16.12",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.12.tgz",
"integrity": "sha512-LfPFB0zOeCeCNQV3i+67rcoVvoN5n0NVuR2vLG0O5ySQMgchuZlC4lgz546ZOJyDtj5KIgOxy+lacOimfqZAIA==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -7517,9 +7517,9 @@
}
},
"node_modules/tailwindcss": {
"version": "3.4.13",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz",
"integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==",
"version": "3.4.14",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz",
"integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==",
"license": "MIT",
"dependencies": {
"@alloc/quick-lru": "^5.2.0",

View File

@ -25,13 +25,13 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
"eslint-config-next": "14.2.15",
"postcss": "8.4.47",
"tailwindcss": "3.4.13",
"tailwindcss": "3.4.14",
"turbo": "2.1.3",
"typescript": "5.6.3"
}