Author SHA1 Message Date
renovate 1aedaabeb3 chore(deps): update dependency tailwindcss to v4
continuous-integration/drone/pr Build is failing
2026-03-13 22:17:04 +00:00
3 changed files with 56 additions and 591 deletions
+5 -5
View File
@@ -13,22 +13,22 @@ trigger:
steps:
- name: install
image: node:26
image: node:25
commands:
- yarn install --frozen-lockfile
- name: lint
image: node:26
image: node:25
commands:
- yarn lint
- name: build
image: node:26
image: node:25
commands:
- yarn build
- name: unit-tests
image: node:26
image: node:25
environment:
NODE_OPTIONS: --no-webstorage
commands:
@@ -67,7 +67,7 @@ trigger:
steps:
- name: publish-npm
image: node:26
image: node:25
environment:
NEXUS_NPM_TOKEN:
from_secret: nexus_npm_token
+1 -1
View File
@@ -84,7 +84,7 @@
"react-dom": "^19.0.0",
"react-router-dom": "^7.0.0",
"storybook": "^10.2.10",
"tailwindcss": "^3.4.16",
"tailwindcss": "^4.0.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.56.0",
"vite": "^7.0.0",
+50 -585
View File
File diff suppressed because it is too large Load Diff