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: steps:
- name: install - name: install
image: node:26 image: node:25
commands: commands:
- yarn install --frozen-lockfile - yarn install --frozen-lockfile
- name: lint - name: lint
image: node:26 image: node:25
commands: commands:
- yarn lint - yarn lint
- name: build - name: build
image: node:26 image: node:25
commands: commands:
- yarn build - yarn build
- name: unit-tests - name: unit-tests
image: node:26 image: node:25
environment: environment:
NODE_OPTIONS: --no-webstorage NODE_OPTIONS: --no-webstorage
commands: commands:
@@ -67,7 +67,7 @@ trigger:
steps: steps:
- name: publish-npm - name: publish-npm
image: node:26 image: node:25
environment: environment:
NEXUS_NPM_TOKEN: NEXUS_NPM_TOKEN:
from_secret: nexus_npm_token from_secret: nexus_npm_token
+1 -1
View File
@@ -84,7 +84,7 @@
"react-dom": "^19.0.0", "react-dom": "^19.0.0",
"react-router-dom": "^7.0.0", "react-router-dom": "^7.0.0",
"storybook": "^10.2.10", "storybook": "^10.2.10",
"tailwindcss": "^3.4.16", "tailwindcss": "^4.0.0",
"typescript": "^5.6.2", "typescript": "^5.6.2",
"typescript-eslint": "^8.56.0", "typescript-eslint": "^8.56.0",
"vite": "^7.0.0", "vite": "^7.0.0",
+50 -585
View File
File diff suppressed because it is too large Load Diff