Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 28, 2023
1 parent 7011205 commit bb9765f
Show file tree
Hide file tree
Showing 11 changed files with 102 additions and 102 deletions.
2 changes: 1 addition & 1 deletion config/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion config/semantic-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"@socialgouv/e2esdk-config-typescript": "workspace:*",
"@types/node": "^18.15.5",
"tsup": "^6.7.0",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@docusaurus/types": "^2.4.0",
"@tsconfig/docusaurus": "^1.0.7",
"@types/node": "^18.15.5",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"jest": "^29.5.0",
"sceau": "^1.3.0",
"tsup": "^6.7.0",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"@socialgouv/e2esdk-config-typescript": "workspace:*",
"sceau": "^1.3.0",
"tsup": "^6.7.0",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"jest": "^29.5.0",
"sceau": "^1.3.0",
"tsup": "^6.7.0",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"rollup-plugin-visualizer": "^5.9.0",
"sceau": "^1.3.0",
"tsup": "^6.7.0",
"typescript": "^4.9.5",
"typescript": "^5.0.0",
"vite": "^4.2.1",
"vite-plugin-wasm": "^3.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/keygen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"@socialgouv/e2esdk-config-typescript": "workspace:*",
"sceau": "^1.3.0",
"tsup": "^6.7.0",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"react": "^18.2.0",
"sceau": "^1.3.0",
"tsup": "^6.7.0",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"nodemon": "^2.0.21",
"npm-run-all": "^4.1.5",
"pino-pretty": "^10.0.0",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
},
"nodemonConfig": {
"watch": [
Expand Down
Loading

0 comments on commit bb9765f

Please sign in to comment.