Skip to content

Commit 849d810

Browse files
⬆️ Dependabot: (deps-dev): Bump rollup-plugin-dts
Bumps [rollup-plugin-dts](https://github.com/Swatinem/rollup-plugin-dts) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/Swatinem/rollup-plugin-dts/releases) - [Changelog](https://github.com/Swatinem/rollup-plugin-dts/blob/master/CHANGELOG.md) - [Commits](Swatinem/rollup-plugin-dts@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: rollup-plugin-dts dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 636348c commit 849d810

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"@babel/preset-react": "^7.16.0",
3535
"@rollup/plugin-babel": "^5.3.0",
3636
"prettier": "^2.5.1",
37-
"rollup": "^2.70.1",
38-
"rollup-plugin-dts": "^4.2.1",
37+
"rollup": "^2.75.6",
38+
"rollup-plugin-dts": "^4.2.2",
3939
"rollup-plugin-terser": "^7.0.2",
4040
"rollup-plugin-typescript2": "^0.31.1",
41-
"typescript": "^4.6.3"
41+
"typescript": "^4.7.3"
4242
}
4343
}

packages/singlepage-router/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"@rollup/plugin-babel": "^5.3.0",
3636
"@rollup/plugin-multi-entry": "^4.1.0",
3737
"prettier": "^2.5.1",
38-
"rollup": "^2.70.1",
39-
"rollup-plugin-dts": "^4.2.1",
38+
"rollup": "^2.75.6",
39+
"rollup-plugin-dts": "^4.2.2",
4040
"rollup-plugin-terser": "^7.0.2",
4141
"rollup-plugin-typescript2": "^0.31.1",
42-
"typescript": "^4.6.3"
42+
"typescript": "^4.7.3"
4343
}
4444
}

packages/virtual-dom/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"@babel/preset-env": "^7.16.11",
3535
"@rollup/plugin-babel": "^5.3.0",
3636
"prettier": "^2.5.1",
37-
"rollup": "^2.70.1",
38-
"rollup-plugin-dts": "^4.2.1",
37+
"rollup": "^2.75.6",
38+
"rollup-plugin-dts": "^4.2.2",
3939
"rollup-plugin-terser": "^7.0.2",
4040
"rollup-plugin-typescript2": "^0.31.1",
41-
"typescript": "^4.6.3"
41+
"typescript": "^4.7.3"
4242
}
4343
}

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,10 +1773,10 @@ resolve@^1.14.2, resolve@^1.20.0:
17731773
path-parse "^1.0.7"
17741774
supports-preserve-symlinks-flag "^1.0.0"
17751775

1776-
rollup-plugin-dts@^4.2.1:
1777-
version "4.2.1"
1778-
resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-4.2.1.tgz#c17968a0f7c5ae70a9e0ab37e715f3ef63da01c7"
1779-
integrity sha512-eaxQZNUJ5iQcxNGlpJ1CUgG4OSVqWjDZ3nNSWBIoGrpcote2aNphSe1RJOaSYkb8dwn3o+rYm1vvld/5z3EGSQ==
1776+
rollup-plugin-dts@^4.2.2:
1777+
version "4.2.2"
1778+
resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-4.2.2.tgz#82876b8784213af29b02cf260b45e404ff835ce1"
1779+
integrity sha512-A3g6Rogyko/PXeKoUlkjxkP++8UDVpgA7C+Tdl77Xj4fgEaIjPSnxRmR53EzvoYy97VMVwLAOcWJudaVAuxneQ==
17801780
dependencies:
17811781
magic-string "^0.26.1"
17821782
optionalDependencies:
@@ -1804,10 +1804,10 @@ rollup-plugin-typescript2@^0.31.1:
18041804
resolve "^1.20.0"
18051805
tslib "^2.3.1"
18061806

1807-
rollup@^2.70.1:
1808-
version "2.70.1"
1809-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.70.1.tgz#824b1f1f879ea396db30b0fc3ae8d2fead93523e"
1810-
integrity sha512-CRYsI5EuzLbXdxC6RnYhOuRdtz4bhejPMSWjsFLfVM/7w/85n2szZv6yExqUXsBdz5KT8eoubeyDUDjhLHEslA==
1807+
rollup@^2.75.6:
1808+
version "2.75.6"
1809+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.75.6.tgz#ac4dc8600f95942a0180f61c7c9d6200e374b439"
1810+
integrity sha512-OEf0TgpC9vU6WGROJIk1JA3LR5vk/yvqlzxqdrE2CzzXnqKXNzbAwlWUXis8RS3ZPe7LAq+YUxsRa0l3r27MLA==
18111811
optionalDependencies:
18121812
fsevents "~2.3.2"
18131813

@@ -2000,10 +2000,10 @@ turbo@^1.2.2:
20002000
turbo-windows-32 "1.2.2"
20012001
turbo-windows-64 "1.2.2"
20022002

2003-
typescript@^4.6.3:
2004-
version "4.6.3"
2005-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c"
2006-
integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==
2003+
typescript@^4.7.3:
2004+
version "4.7.3"
2005+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.3.tgz#8364b502d5257b540f9de4c40be84c98e23a129d"
2006+
integrity sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==
20072007

20082008
unicode-canonical-property-names-ecmascript@^2.0.0:
20092009
version "2.0.0"

0 commit comments

Comments
 (0)