build(deps): update latest
This commit is contained in:
parent
eba92ed64b
commit
170bdae725
@ -8,7 +8,7 @@ WORKDIR /usr/src/app
|
||||
|
||||
FROM node-pnpm AS builder
|
||||
COPY ./ ./
|
||||
RUN pnpm install --global turbo@2.0.14
|
||||
RUN pnpm install --global turbo@2.1.0
|
||||
RUN turbo prune @repo/api --docker
|
||||
|
||||
FROM node-pnpm AS installer
|
||||
|
@ -8,7 +8,7 @@ WORKDIR /usr/src/app
|
||||
|
||||
FROM node-pnpm AS builder
|
||||
COPY ./ ./
|
||||
RUN pnpm install --global turbo@2.0.14
|
||||
RUN pnpm install --global turbo@2.1.0
|
||||
RUN turbo prune @repo/website --docker
|
||||
|
||||
FROM node-pnpm AS installer
|
||||
|
@ -3,7 +3,7 @@
|
||||
"version": "1.0.0-staging.3",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
|
||||
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
|
||||
"engines": {
|
||||
"node": ">=22.0.0",
|
||||
"pnpm": ">=9.5.0"
|
||||
@ -30,7 +30,7 @@
|
||||
"prettier-plugin-tailwindcss": "0.6.6",
|
||||
"replace-in-files-cli": "3.0.0",
|
||||
"semantic-release": "23.1.1",
|
||||
"turbo": "2.0.14",
|
||||
"turbo": "2.1.0",
|
||||
"typescript": "catalog:"
|
||||
},
|
||||
"pnpm": {
|
||||
|
2368
pnpm-lock.yaml
2368
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -5,24 +5,24 @@ packages:
|
||||
catalog:
|
||||
# Utils
|
||||
"deepmerge": "4.3.1"
|
||||
"ky": "1.6.0"
|
||||
"ky": "1.7.1"
|
||||
|
||||
# React.js/Next.js
|
||||
"next": "14.2.5"
|
||||
"next-intl": "3.17.3"
|
||||
"next": "14.2.7"
|
||||
"next-intl": "3.19.0"
|
||||
"next-themes": "0.3.0"
|
||||
"react": "18.3.1"
|
||||
"react-dom": "18.3.1"
|
||||
"react-icons": "5.3.0"
|
||||
"@types/react": "18.3.3"
|
||||
"@types/react": "18.3.5"
|
||||
"@types/react-dom": "18.3.0"
|
||||
"sharp": "0.33.4"
|
||||
"sharp": "0.33.5"
|
||||
|
||||
# TypeScript
|
||||
"typescript": "5.5.4"
|
||||
"@total-typescript/ts-reset": "0.5.1"
|
||||
"@types/node": "22.3.0"
|
||||
"tsx": "4.17.0"
|
||||
"@total-typescript/ts-reset": "0.6.0"
|
||||
"@types/node": "22.5.1"
|
||||
"tsx": "4.19.0"
|
||||
|
||||
# AdonisJS
|
||||
"@adonisjs/auth": "9.2.3"
|
||||
@ -31,7 +31,7 @@ catalog:
|
||||
"@adonisjs/lucid": "21.2.0"
|
||||
"@adonisjs/limiter": "2.3.2"
|
||||
"pg": "8.12.0"
|
||||
"better-sqlite3": "11.1.2"
|
||||
"better-sqlite3": "11.2.1"
|
||||
"@adonisjs/assembler": "7.7.0"
|
||||
"@vinejs/vine": "2.1.0"
|
||||
"luxon": "3.5.0"
|
||||
@ -57,13 +57,13 @@ catalog:
|
||||
"eslint-config-conventions": "14.4.0"
|
||||
"eslint-plugin-promise": "7.1.0"
|
||||
"eslint-plugin-unicorn": "55.0.0"
|
||||
"eslint-config-next": "14.2.5"
|
||||
"eslint-config-next": "14.2.7"
|
||||
"eslint-plugin-storybook": "0.8.0"
|
||||
"eslint-plugin-tailwindcss": "3.17.4"
|
||||
"eslint-plugin-import-x": "3.1.0"
|
||||
|
||||
# Storybook
|
||||
"@chromatic-com/storybook": "1.6.1"
|
||||
"@chromatic-com/storybook": "1.8.0"
|
||||
"@storybook/addon-a11y": "8.2.9"
|
||||
"@storybook/addon-essentials": "8.2.9"
|
||||
"@storybook/addon-interactions": "8.2.9"
|
||||
@ -81,21 +81,21 @@ catalog:
|
||||
"storybook-dark-mode": "4.0.2"
|
||||
|
||||
# Testing
|
||||
"playwright": "1.46.0"
|
||||
"@playwright/test": "1.46.0"
|
||||
"axe-playwright": "2.0.1"
|
||||
"playwright": "1.46.1"
|
||||
"@playwright/test": "1.46.1"
|
||||
"axe-playwright": "2.0.2"
|
||||
"start-server-and-test": "2.0.5"
|
||||
"@vitest/browser": "2.0.5"
|
||||
"@vitest/coverage-istanbul": "2.0.5"
|
||||
"c8": "10.1.2"
|
||||
"@vitest/ui": "2.0.5"
|
||||
"vitest": "2.0.5"
|
||||
"@testing-library/react": "16.0.0"
|
||||
"@testing-library/react": "16.0.1"
|
||||
|
||||
# CSS
|
||||
"postcss": "8.4.41"
|
||||
"tailwindcss": "3.4.10"
|
||||
"@fontsource/montserrat": "5.0.18"
|
||||
"@fontsource/montserrat": "5.0.19"
|
||||
"clsx": "2.1.0"
|
||||
"cva": "1.0.0-beta.1"
|
||||
"tailwind-merge": "2.5.2"
|
||||
|
Reference in New Issue
Block a user