File tree Expand file tree Collapse file tree 8 files changed +16
-10
lines changed Expand file tree Collapse file tree 8 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Unreleased
4
+
5
+ - Update to use TypeScript v5. ([ #231 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/231 ) )
6
+
3
7
## 0.21.0 (2025-01-13)
4
8
5
9
- Add Vesting tab. ([ #425 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/425 ) )
Original file line number Diff line number Diff line change 29
29
"ava" : " ^6.0.0" ,
30
30
"rimraf" : " ^5.0.0" ,
31
31
"ts-node" : " ^10.4.0" ,
32
- "typescript" : " ^4.9 .0" ,
32
+ "typescript" : " ^5.0 .0" ,
33
33
"semver" : " ^7.6.0"
34
34
},
35
35
"dependencies" : {
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
- - Update Contracts Wizard license to AGPLv3. ([ #424 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/424 ) )
5
+ - Update to use TypeScript v5. ([ #231 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/231 ) )
6
+
7
+ - ** Breaking changes** :
8
+ - Update Contracts Wizard license to AGPLv3. ([ #424 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/424 ) )
6
9
7
10
## 0.4.6 (2024-11-20)
8
11
Original file line number Diff line number Diff line change 35
35
"semver" : " ^7.6.0" ,
36
36
"solidity-ast" : " ^0.4.18" ,
37
37
"ts-node" : " ^10.4.0" ,
38
- "typescript" : " ^4.9 .0"
38
+ "typescript" : " ^5.0 .0"
39
39
},
40
40
"dependencies" : {
41
41
"array.prototype.flatmap" : " ^1.2.4"
Original file line number Diff line number Diff line change 33
33
"svelte-preprocess" : " ^5.0.0" ,
34
34
"tailwindcss" : " ^3.0.15" ,
35
35
"tslib" : " ^2.0.0" ,
36
- "typescript" : " ^4.9 .0"
36
+ "typescript" : " ^5.0 .0"
37
37
},
38
38
"dependencies" : {
39
39
"file-saver" : " ^2.0.5" ,
Original file line number Diff line number Diff line change 1
- import { SolcInputSources } from '@openzeppelin/wizard/get-imports' ;
1
+ import type { SolcInputSources } from '@openzeppelin/wizard/get-imports' ;
2
2
3
3
export type Message = ResizeMessage | TabChangeMessage | UnsupportedVersionMessage | DefenderDeployMessage ;
4
4
Original file line number Diff line number Diff line change 8
8
"resolveJsonModule" : true ,
9
9
"lib" : [" es2019" , " es2019.array" ],
10
10
"forceConsistentCasingInFileNames" : true ,
11
- "importsNotUsedAsValues" : " error" ,
12
11
"isolatedModules" : true
13
12
},
14
13
"ts-node" : {
Original file line number Diff line number Diff line change @@ -5605,10 +5605,10 @@ typed-array-length@^1.0.6:
5605
5605
is-typed-array "^1.1.13"
5606
5606
possible-typed-array-names "^1.0.0"
5607
5607
5608
- typescript@^4.9 .0 :
5609
- version "4.9.5 "
5610
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5 .tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a "
5611
- integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g ==
5608
+ typescript@^5.0 .0 :
5609
+ version "5.7.3 "
5610
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3 .tgz#919b44a7dbb8583a9b856d162be24a54bf80073e "
5611
+ integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw ==
5612
5612
5613
5613
typescript@^5.0.3 :
5614
5614
version "5.6.3"
You can’t perform that action at this time.
0 commit comments