11.diff (1864B)
1 diff --git a/package.json b/package.json 2 index ef4db91..83c2828 100644 3 --- a/package.json 4 +++ b/package.json 5 @@ -39,7 +39,7 @@ 6 "@eslint/eslintrc": "^3", 7 "@next/bundle-analyzer": "^15.3.1", 8 "@types/node": "^20", 9 - "@types/plotly.js": "^2.35.5", 10 + "@types/plotly.js": "^3.0.0", 11 "@types/react": "^19", 12 "@types/react-dom": "^19", 13 "@types/react-plotly.js": "^2.6.3", 14 diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml 15 index 016a676..d19b89e 100644 16 --- a/pnpm-lock.yaml 17 +++ b/pnpm-lock.yaml 18 @@ -94,8 +94,8 @@ importers: 19 specifier: ^20 20 version: 20.17.30 21 '@types/plotly.js': 22 - specifier: ^2.35.5 23 - version: 2.35.5 24 + specifier: ^3.0.0 25 + version: 3.0.6 26 '@types/react': 27 specifier: ^19 28 version: 19.1.2 29 @@ -1082,8 +1082,8 @@ packages: 30 '@types/pbf@3.0.5': 31 resolution: {integrity: sha512-j3pOPiEcWZ34R6a6mN07mUkM4o4Lwf6hPNt8eilOeZhTFbxFXmKhvXl9Y28jotFPaI1bpPDJsbCprUoNke6OrA==} 32 33 - '@types/plotly.js@2.35.5': 34 - resolution: {integrity: sha512-9xczlf0FBsYXlUfKX4OsKBQs4d6CPRuRpfXXi5lp276yHi1BaI+FiVq6jXwt7JlDq84nMjWWU5LIN2Rpeg+vhg==} 35 + '@types/plotly.js@3.0.6': 36 + resolution: {integrity: sha512-K+EhZsMUZ2Zjna5gaDOaEfdwKLtHUT7sSsBw2gbRT2mOLWVl9pI4FF8EDH2ytNAdgM/Gh6UhgfRiAtHfDAcY5g==} 37 38 '@types/react-dom@19.1.2': 39 resolution: {integrity: sha512-XGJkWF41Qq305SKWEILa1O8vzhb3aOo3ogBlSmiqNko/WmRb6QIaweuZCXjKygVDXpzXb5wyxKTSOsmkuqj+Qw==} 40 @@ -4726,7 +4726,7 @@ snapshots: 41 42 '@types/pbf@3.0.5': {} 43 44 - '@types/plotly.js@2.35.5': {} 45 + '@types/plotly.js@3.0.6': {} 46 47 '@types/react-dom@19.1.2(@types/react@19.1.2)': 48 dependencies: 49 @@ -4734,7 +4734,7 @@ snapshots: 50 51 '@types/react-plotly.js@2.6.3': 52 dependencies: 53 - '@types/plotly.js': 2.35.5 54 + '@types/plotly.js': 3.0.6 55 '@types/react': 19.1.2 56 57 '@types/react@19.1.2':