File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Build stage
2- FROM node:18 AS build
2+ FROM node:22 AS build
33
44WORKDIR /app
55
Original file line number Diff line number Diff line change 4545opentelemetry-exporter-otlp-proto-grpc
4646opentelemetry-exporter-otlp-proto-http
4747azure-monitor-events-extension
48- opentelemetry-sdk == 1.39.1
49- opentelemetry-api == 1.39.1
50- opentelemetry-semantic-conventions == 0.60b1
51- opentelemetry-instrumentation == 0.60b1
48+ opentelemetry-sdk == 1.39.0
49+ opentelemetry-api == 1.39.0
50+ opentelemetry-semantic-conventions == 0.60b0
51+ opentelemetry-instrumentation == 0.60b0
5252azure-monitor-opentelemetry == 1.8.3
5353azure-ai-projects == 1.0.0
Original file line number Diff line number Diff line change 2424 "clsx" : " ^2.1.1" ,
2525 "lucide-react" : " ^0.562.0" ,
2626 "postcss" : " ^8.5.6" ,
27+ "@tailwindcss/postcss" : " ^4.1.11" ,
2728 "react" : " ^19.2.3" ,
2829 "react-dom" : " ^19.2.3" ,
2930 "react-dropzone" : " ^14.3.8" ,
Original file line number Diff line number Diff line change 11export default {
22 plugins : {
3- tailwindcss : { } ,
3+ '@ tailwindcss/postcss' : { } ,
44 autoprefixer : { } ,
55 } ,
66}
You can’t perform that action at this time.
0 commit comments