Compare commits

..

3 Commits

Author SHA1 Message Date
3f196f5f94 chore(deps): update dependency tailwindcss to v4
Some checks failed
Check / Lint and Check (push) Failing after 46s
Check / Lint and Check (pull_request) Failing after 42s
2025-05-09 11:01:05 +00:00
2924b7ccdf chore(deps): update dependency tailwindcss to v3.4.17
All checks were successful
Check / Lint and Check (push) Successful in 39s
2025-05-09 10:04:04 +00:00
a83856ef2b chore(deps): pin dependency eslint-config-prettier to v10.0.2
All checks were successful
Check / Lint and Check (push) Successful in 38s
2025-05-09 10:00:05 +00:00
2 changed files with 15 additions and 14 deletions

27
package-lock.json generated
View File

@ -37,7 +37,7 @@
"@types/react-dom": "19.1.3",
"eslint": "9.26.0",
"eslint-config-next": "15.3.2",
"eslint-config-prettier": "^10.0.2",
"eslint-config-prettier": "10.0.2",
"postcss": "8.5.3",
"tailwindcss": "4.1.5",
"turbo": "2.5.3",
@ -3505,18 +3505,6 @@
"postcss": "^8.4.32"
}
},
"node_modules/cssnano/node_modules/lilconfig": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
"integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
"license": "MIT",
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/antonk52"
}
},
"node_modules/csso": {
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
@ -4132,6 +4120,7 @@
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.0.2.tgz",
"integrity": "sha512-1105/17ZIMjmCOJOPNfVdbXafLCLj3hPmkmB7dLgt7XsQ/zkxSuDerE/xgO3RxoHysR1N1whmquY0lSn2O0VLg==",
"dev": true,
"license": "MIT",
"bin": {
"eslint-config-prettier": "build/bin/cli.js"
},
@ -5683,6 +5672,18 @@
"node": ">= 0.8.0"
}
},
"node_modules/lilconfig": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
"integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
"license": "MIT",
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/antonk52"
}
},
"node_modules/locate-path": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",

View File

@ -38,7 +38,7 @@
"@types/react-dom": "19.1.3",
"eslint": "9.26.0",
"eslint-config-next": "15.3.2",
"eslint-config-prettier": "^10.0.2",
"eslint-config-prettier": "10.0.2",
"postcss": "8.5.3",
"tailwindcss": "4.1.5",
"turbo": "2.5.3",