Skip to content

Commit

Permalink
chore(deps): update jest monorepo to v29 (major) (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 27, 2022
1 parent 9bc83f8 commit 5e1c724
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions templates/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@
"@rollup/plugin-replace": "4.0.0",
"@rollup/plugin-strip": "2.1.0",
"@rollup/plugin-url": "7.0.0",
"@types/jest": "28.1.8",
"@types/jest": "29.2.0",
"@wang1212/eslint-config": "0.2.1",
"babel-jest": "28.1.3",
"babel-jest": "29.2.1",
"commitizen": "4.2.5",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.26.0",
"eslint-formatter-pretty": "4.1.0",
"husky": "8.0.1",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"jest": "29.2.1",
"jest-environment-jsdom": "29.2.1",
"lint-staged": "13.0.3",
"markdown-styles": "3.2.0",
"prettier": "2.7.1",
Expand Down
8 changes: 4 additions & 4 deletions templates/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
"@rollup/plugin-strip": "2.1.0",
"@rollup/plugin-url": "7.0.0",
"@rollup/plugin-virtual": "2.1.0",
"@types/jest": "28.1.8",
"@types/jest": "29.2.0",
"@types/node": "18.11.4",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"@wang1212/eslint-config": "0.2.1",
"babel-jest": "28.1.3",
"babel-jest": "29.2.1",
"browser-sync": "2.27.10",
"commitizen": "4.2.5",
"concurrently": "7.5.0",
Expand All @@ -93,8 +93,8 @@
"eslint-formatter-pretty": "4.1.0",
"fs-extra": "10.1.0",
"husky": "8.0.1",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"jest": "29.2.1",
"jest-environment-jsdom": "29.2.1",
"lint-staged": "13.0.3",
"markdown-styles": "3.2.0",
"prettier": "2.7.1",
Expand Down

0 comments on commit 5e1c724

Please sign in to comment.