Compare commits

..
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 63 additions and 593 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
+2 -2
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",
@@ -92,6 +92,6 @@
"yjs": "^13.6.24" "yjs": "^13.6.24"
}, },
"dependencies": { "dependencies": {
"@types/node": "^26.0.0" "@types/node": "^25.3.0"
} }
} }
+56 -586
View File
File diff suppressed because it is too large Load Diff