mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-16 13:21:04 +01:00
3dbb1e8b99
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>
28 lines
693 B
JSON
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"
|
|
}
|
|
}
|