2 changed files with 11 additions and 11 deletions
+5 -5
View File
@@ -13,22 +13,22 @@ trigger:
steps:
- name: install
image: node:25
image: node:26
commands:
- yarn install --frozen-lockfile
- name: lint
image: node:25
image: node:26
commands:
- yarn lint
- name: build
image: node:25
image: node:26
commands:
- yarn build
- name: unit-tests
image: node:25
image: node:26
environment:
NODE_OPTIONS: --no-webstorage
commands:
@@ -67,7 +67,7 @@ trigger:
steps:
- name: publish-npm
image: node:25
image: node:26
environment:
NEXUS_NPM_TOKEN:
from_secret: nexus_npm_token
+6 -6
View File
@@ -2051,9 +2051,9 @@
ts-dedent "^2.0.0"
"@storybook/addon-themes@^10.2.10":
version "10.2.17"
resolved "https://nexus.beatrice.wtf/repository/npm-group/@storybook/addon-themes/-/addon-themes-10.2.17.tgz#33cbb5a443b0b5041cbdb891eebf8aae700ed051"
integrity sha512-5AJ6h/i967CEDG3DNstfgKo9ysDNIOb1pnbn8VbcD/Fw8D2dZm7pLkTAQOnxu6lFQaIU10DIiVp7cviBMasDUg==
version "10.2.19"
resolved "https://nexus.beatrice.wtf/repository/npm-group/@storybook/addon-themes/-/addon-themes-10.2.19.tgz#40f861a7b1d661acbd5049d6a5c46fe948df3a7d"
integrity sha512-TzcX/aqzZrQUypDATywLOenVoa1CTXBthODoY9odLsLLrxVaoeqsAdulkmOjeppKR1FigcERyIjIWPB8W48dag==
dependencies:
ts-dedent "^2.0.0"
@@ -2415,9 +2415,9 @@
eslint-visitor-keys "^5.0.0"
"@vitejs/plugin-react@^5.0.0":
version "5.1.4"
resolved "https://nexus.beatrice.wtf/repository/npm-group/@vitejs/plugin-react/-/plugin-react-5.1.4.tgz#5b477e060bf612a7394c4febacc5de33a219b0e4"
integrity sha512-VIcFLdRi/VYRU8OL/puL7QXMYafHmqOnwTZY50U1JPlCNj30PxCMx65c494b1K9be9hX83KVt0+gTEwTWLqToA==
version "5.2.0"
resolved "https://nexus.beatrice.wtf/repository/npm-group/@vitejs/plugin-react/-/plugin-react-5.2.0.tgz#108bd0f566f288ce3566982df4eff137ded7b15f"
integrity sha512-YmKkfhOAi3wsB1PhJq5Scj3GXMn3WvtQ/JC0xoopuHoXSdmtdStOpFrYaT1kie2YgFBcIe64ROzMYRjCrYOdYw==
dependencies:
"@babel/core" "^7.29.0"
"@babel/plugin-transform-react-jsx-self" "^7.27.1"