Browse Source

SONAR-18948 Update jest and types dependencies

tags/10.1.0.73491
Kevin Silva 1 year ago
parent
commit
40caa6816f
3 changed files with 487 additions and 348 deletions
  1. 1
    1
      server/sonar-web/design-system/package.json
  2. 6
    6
      server/sonar-web/package.json
  3. 480
    341
      server/sonar-web/yarn.lock

+ 1
- 1
server/sonar-web/design-system/package.json View File

@@ -33,7 +33,7 @@
"eslint-plugin-local-rules": "1.3.2",
"eslint-plugin-typescript-sort-keys": "2.3.0",
"history": "5.3.0",
"jest": "29.3.1",
"jest": "29.5.0",
"postcss": "8.4.21",
"postcss-calc": "8.2.4",
"postcss-custom-properties": "12.1.11",

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

@@ -55,18 +55,18 @@
"@types/d3-selection": "3.0.5",
"@types/d3-shape": "3.1.1",
"@types/d3-zoom": "3.0.2",
"@types/diff": "5.0.2",
"@types/diff": "5.0.3",
"@types/dompurify": "2.4.0",
"@types/enzyme": "3.10.12",
"@types/jest": "29.2.6",
"@types/jest": "29.5.0",
"@types/lodash": "4.14.191",
"@types/node": "18.11.18",
"@types/node": "18.15.11",
"@types/react": "16.14.34",
"@types/react-dom": "16.9.17",
"@types/react-helmet": "6.1.6",
"@types/react-modal": "3.13.1",
"@types/react-virtualized": "9.21.21",
"@types/valid-url": "1.0.3",
"@types/valid-url": "1.0.4",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"autoprefixer": "10.4.14",
@@ -90,8 +90,8 @@
"eslint-plugin-testing-library": "5.10.2",
"fs-extra": "11.1.1",
"http-proxy": "1.18.1",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest-junit": "15.0.0",
"jsdom": "21.1.1",
"path-browserify": "1.0.1",

+ 480
- 341
server/sonar-web/yarn.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save