|
47 | 47 | "@finos/perspective-viewer-openlayers": "workspace:^", |
48 | 48 | "@finos/perspective-workspace": "workspace:^", |
49 | 49 | "@fontsource/roboto-mono": "4.5.10", |
50 | | - "@playwright/test": "1.37.1", |
| 50 | + "@playwright/test": "^1.47", |
51 | 51 | "@types/ws": "^7.2.2", |
52 | 52 | "@zip.js/zip.js": "^2.7.27", |
53 | 53 | "auto-changelog": "^2.4.0", |
|
57 | 57 | "dotenv": "^8.1.0", |
58 | 58 | "esbuild": "^0.14.54", |
59 | 59 | "fs-extra": "^8.1.0", |
60 | | - "glob": "^7.2.0", |
| 60 | + "glob": "^11", |
61 | 61 | "glob-gitignore": "^1.0.14", |
62 | | - "html-webpack-plugin": "^5.1.0", |
63 | 62 | "husky": "^7.0.4", |
64 | 63 | "inquirer": "^7.0.0", |
65 | | - "jsdoc-to-markdown": "^8.0.0", |
66 | | - "less": "^4.1.3", |
67 | | - "less-loader": "^7.2.1", |
68 | 64 | "minimatch": "^5.1.2", |
69 | | - "minimist": "^1.2.0", |
70 | 65 | "mkdirp": "^0.5.1", |
71 | | - "npm-pack-here": "^1.2.0", |
72 | 66 | "npm-run-all": "^4.1.3", |
73 | 67 | "octokit": "^1.7.2", |
74 | 68 | "prettier": "^2.7.1", |
75 | | - "pretty-error": "^4.0.0", |
76 | | - "puppeteer": "^13.1.3", |
77 | | - "rimraf": "^2.6.2", |
78 | | - "sinon": "^7.3.1", |
| 69 | + "puppeteer": "^23", |
| 70 | + "rimraf": "^6", |
79 | 71 | "stoppable": "^1.1.0", |
80 | 72 | "style-loader": "^3.3.1", |
81 | 73 | "superstore-arrow": "3.0.0", |
82 | 74 | "tar": "^6.1.13", |
83 | | - "term-img": "^4.1.0", |
84 | | - "timezone-mock": "^1.3.6", |
85 | | - "tiny-glob": "^0.2.9", |
86 | 75 | "ts-loader": "^6.2.0", |
87 | 76 | "ts-node": "^10.9.2", |
88 | 77 | "tsx": "^4.7.1", |
89 | | - "typedoc": "^0.24.8", |
90 | | - "typedoc-plugin-markdown": "^3.15.4", |
91 | | - "typedoc-plugin-no-inherit": "^1.4.0", |
92 | 78 | "typescript": "5.1.6", |
93 | 79 | "webpack": "^5.60.0", |
94 | | - "webpack-cli": "^4.7.0", |
95 | | - "webpack-dev-server": "^4.11.1" |
| 80 | + "webpack-cli": "^4.7.0" |
96 | 81 | }, |
97 | 82 | "scripts": { |
98 | 83 | "preinstall": "npx only-allow pnpm", |
|
123 | 108 | "fix": "node tools/perspective-scripts/fix.mjs", |
124 | 109 | "version": "node tools/perspective-scripts/version.mjs", |
125 | 110 | "jlab_link": "pip3 install ./python/perspective --no-build-isolation" |
126 | | - }, |
127 | | - "dependencies": { |
128 | | - "canvas": "^2.11.2", |
129 | | - "fast-xml-parser": "^4.4.0", |
130 | | - "gif-encoder-2": "^1.0.5", |
131 | | - "gifencoder": "^2.0.1", |
132 | | - "svg-parser": "^2.0.4" |
133 | 111 | } |
134 | 112 | } |
0 commit comments