Files
vscode/test/monaco/package.json
dependabot[bot] 3dbb1e8b99 Bump postcss from 8.5.8 to 8.5.12 in /test/monaco (#312766)
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.8 to 8.5.12.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.5.8...8.5.12)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.12
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-27 09:20:00 -07:00

28 lines
693 B
JSON

{
"name": "test-monaco",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"private": true,
"scripts": {
"compile": "node ../../node_modules/typescript/bin/tsc",
"bundle-webpack": "webpack --config ./webpack.config.js --bail",
"esm-check": "node esm-check/esm-check.js",
"test": "node runner.js"
},
"devDependencies": {
"@types/chai": "^4.2.14",
"axe-playwright": "^2.1.0",
"chai": "^4.2.0",
"css-loader": "^6.9.1",
"file-loader": "^6.2.0",
"style-loader": "^3.3.2",
"warnings-to-errors-webpack-plugin": "^2.3.0",
"webpack": "^5.105.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"postcss": "^8.5.12"
}
}