Browse Source

Clean devDependencies / dependency to match new policy

tags/9.5.0.56709
Mathieu Suen 2 years ago
parent
commit
30f9a874db
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      server/sonar-web/package.json

+ 5
- 5
server/sonar-web/package.json View File

@@ -43,11 +43,12 @@
"rehype-raw": "4.0.2",
"rehype-react": "5.0.0",
"rehype-slug": "3.0.0",
"remark": "11.0.2",
"remark-custom-blocks": "2.5.1",
"remark-react": "7",
"remark-rehype": "6.0.0",
"unist-util-visit": "2.0.2",
"valid-url": "1.0.9",
"whatwg-fetch": "3.6.2"
"valid-url": "1.0.9"
},
"devDependencies": {
"@emotion/jest": "11.8.0",
@@ -112,9 +113,8 @@
"postcss-custom-properties": "9.1.1",
"prettier": "1.19.1",
"react-select-event": "5.4.0",
"remark": "11.0.2",
"remark-react": "7",
"typescript": "4.6.3"
"typescript": "4.6.3",
"whatwg-fetch": "3.6.2"
},
"scripts": {
"start": "node scripts/start.js",

Loading…
Cancel
Save