Skip to content

Commit

Permalink
Merge pull request #4271 from easyops-cn/renovate/next-typescript-5.x
Browse files Browse the repository at this point in the history
chore(deps): Update dependency typescript to ^5.5.2 (next)
  • Loading branch information
weareoutman committed Jun 21, 2024
2 parents bb4141a + 5204a12 commit ae147f0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/sub-routes.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ for (const port of Cypress.env("ports")) {
cy.get("@console.info").should("have.callCount", 7);

cy.contains("Go 6").click();
cy.contains("Push query");
cy.contains("2/undefined");
cy.expectMainContents([
...fixedContents,
"Push query undefined, 1/undefined, 2/undefined",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"ts-jest-resolver": "^2.0.1",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"workspaces": [
"bricks/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/build-next-bricks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"postcss-preset-env": "^9.5.14",
"prettier": "^3.3.2",
"style-loader": "^4.0.0",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"webpack": "^5.92.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"jest-environment-jsdom": "^29.7.0",
"pascal-case": "^4.0.0",
"ts-jest-resolver": "^2.0.1",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13271,10 +13271,10 @@ typescript@5.4.2:
resolved "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==

"typescript@>=3 < 6", typescript@^5.4.5:
version "5.4.5"
resolved "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
"typescript@>=3 < 6", typescript@^5.5.2:
version "5.5.2"
resolved "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==

typescript@~5.1.0:
version "5.1.6"
Expand Down

0 comments on commit ae147f0

Please sign in to comment.