Compare commits

...

2 Commits

Author SHA1 Message Date
c0f5a26715 chore(deps): update dependency tailwindcss to v3.4.15
All checks were successful
Lint / Lint (push) Successful in 43s
SonarQube Scan / SonarQube Trigger (push) Successful in 1m18s
2024-11-16 01:04:46 +00:00
ed5f24d6b2 chore(deps): update dependency postcss to v8.4.49
All checks were successful
Lint / Lint (push) Successful in 35s
SonarQube Scan / SonarQube Trigger (push) Successful in 1m0s
2024-11-16 00:03:05 +00:00
2 changed files with 21 additions and 21 deletions

38
package-lock.json generated
View File

@ -29,8 +29,8 @@
"@types/react-dom": "18.3.1", "@types/react-dom": "18.3.1",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-config-next": "14.2.17", "eslint-config-next": "14.2.17",
"postcss": "8.4.48", "postcss": "8.4.49",
"tailwindcss": "3.4.14", "tailwindcss": "3.4.15",
"turbo": "2.2.3", "turbo": "2.2.3",
"typescript": "5.6.3" "typescript": "5.6.3"
} }
@ -5637,9 +5637,9 @@
} }
}, },
"node_modules/postcss": { "node_modules/postcss": {
"version": "8.4.48", "version": "8.4.49",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.48.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz",
"integrity": "sha512-GCRK8F6+Dl7xYniR5a4FYbpBzU8XnZVeowqsQFYdcXuSbChgiks7qybSkbvnaeqv0G0B+dd9/jJgH8kkLDQeEA==", "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==",
"funding": [ "funding": [
{ {
"type": "opencollective", "type": "opencollective",
@ -7768,33 +7768,33 @@
} }
}, },
"node_modules/tailwindcss": { "node_modules/tailwindcss": {
"version": "3.4.14", "version": "3.4.15",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.15.tgz",
"integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==", "integrity": "sha512-r4MeXnfBmSOuKUWmXe6h2CcyfzJCEk4F0pptO5jlnYSIViUkVmsawj80N5h2lO3gwcmSb4n3PuN+e+GC1Guylw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@alloc/quick-lru": "^5.2.0", "@alloc/quick-lru": "^5.2.0",
"arg": "^5.0.2", "arg": "^5.0.2",
"chokidar": "^3.5.3", "chokidar": "^3.6.0",
"didyoumean": "^1.2.2", "didyoumean": "^1.2.2",
"dlv": "^1.1.3", "dlv": "^1.1.3",
"fast-glob": "^3.3.0", "fast-glob": "^3.3.2",
"glob-parent": "^6.0.2", "glob-parent": "^6.0.2",
"is-glob": "^4.0.3", "is-glob": "^4.0.3",
"jiti": "^1.21.0", "jiti": "^1.21.6",
"lilconfig": "^2.1.0", "lilconfig": "^2.1.0",
"micromatch": "^4.0.5", "micromatch": "^4.0.8",
"normalize-path": "^3.0.0", "normalize-path": "^3.0.0",
"object-hash": "^3.0.0", "object-hash": "^3.0.0",
"picocolors": "^1.0.0", "picocolors": "^1.1.1",
"postcss": "^8.4.23", "postcss": "^8.4.47",
"postcss-import": "^15.1.0", "postcss-import": "^15.1.0",
"postcss-js": "^4.0.1", "postcss-js": "^4.0.1",
"postcss-load-config": "^4.0.1", "postcss-load-config": "^4.0.2",
"postcss-nested": "^6.0.1", "postcss-nested": "^6.2.0",
"postcss-selector-parser": "^6.0.11", "postcss-selector-parser": "^6.1.2",
"resolve": "^1.22.2", "resolve": "^1.22.8",
"sucrase": "^3.32.0" "sucrase": "^3.35.0"
}, },
"bin": { "bin": {
"tailwind": "lib/cli.js", "tailwind": "lib/cli.js",

View File

@ -30,8 +30,8 @@
"@types/react-dom": "18.3.1", "@types/react-dom": "18.3.1",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-config-next": "14.2.17", "eslint-config-next": "14.2.17",
"postcss": "8.4.48", "postcss": "8.4.49",
"tailwindcss": "3.4.14", "tailwindcss": "3.4.15",
"turbo": "2.2.3", "turbo": "2.2.3",
"typescript": "5.6.3" "typescript": "5.6.3"
} }