Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0b65d02

Browse files
committed
Bump versions [skip ci]
1 parent66f7d64 commit0b65d02

File tree

36 files changed

+46
-46
lines changed

36 files changed

+46
-46
lines changed

‎apps/api-documenter/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@microsoft/api-documenter",
3-
"version":"7.19.0",
3+
"version":"7.19.1",
44
"description":"Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type":"git",

‎apps/api-extractor/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@microsoft/api-extractor",
3-
"version":"7.28.6",
3+
"version":"7.28.7",
44
"description":"Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
55
"keywords": [
66
"typescript",

‎apps/heft/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@rushstack/heft",
3-
"version":"0.46.6",
3+
"version":"0.46.7",
44
"description":"Build all your JavaScript projects the same way: A way that works.",
55
"keywords": [
66
"toolchain",

‎apps/rundown/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@rushstack/rundown",
3-
"version":"1.0.207",
3+
"version":"1.0.208",
44
"description":"Detect load time regressions by running an app, tracing require() calls, and generating a deterministic report",
55
"repository": {
66
"type":"git",

‎heft-plugins/heft-dev-cert-plugin/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@rushstack/heft-dev-cert-plugin",
3-
"version":"0.1.51",
3+
"version":"0.1.52",
44
"description":"A Heft plugin for generating and using local development certificates",
55
"repository": {
66
"type":"git",
@@ -18,7 +18,7 @@
1818
"_phase:test":"heft test --no-build"
1919
},
2020
"peerDependencies": {
21-
"@rushstack/heft":"^0.46.6"
21+
"@rushstack/heft":"^0.46.7"
2222
},
2323
"dependencies": {
2424
"@rushstack/debug-certificate-manager":"workspace:*",

‎heft-plugins/heft-jest-plugin/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@rushstack/heft-jest-plugin",
3-
"version":"0.3.21",
3+
"version":"0.3.22",
44
"description":"Heft plugin for Jest",
55
"repository": {
66
"type":"git",
@@ -18,7 +18,7 @@
1818
"_phase:test":"heft test --no-build"
1919
},
2020
"peerDependencies": {
21-
"@rushstack/heft":"^0.46.6"
21+
"@rushstack/heft":"^0.46.7"
2222
},
2323
"dependencies": {
2424
"@jest/core":"~27.4.2",

‎heft-plugins/heft-sass-plugin/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@rushstack/heft-sass-plugin",
3-
"version":"0.5.2",
3+
"version":"0.5.3",
44
"description":"Heft plugin for SASS",
55
"repository": {
66
"type":"git",
@@ -18,7 +18,7 @@
1818
"_phase:test":"heft test --no-build"
1919
},
2020
"peerDependencies": {
21-
"@rushstack/heft":"^0.46.6"
21+
"@rushstack/heft":"^0.46.7"
2222
},
2323
"dependencies": {
2424
"@rushstack/heft-config-file":"workspace:*",

‎heft-plugins/heft-serverless-stack-plugin/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@rushstack/heft-serverless-stack-plugin",
3-
"version":"0.1.32",
3+
"version":"0.1.33",
44
"description":"Heft plugin for building apps using the Serverless Stack (SST) framework",
55
"repository": {
66
"type":"git",
@@ -17,7 +17,7 @@
1717
"_phase:test":"heft test --no-build"
1818
},
1919
"peerDependencies": {
20-
"@rushstack/heft":"^0.46.6"
20+
"@rushstack/heft":"^0.46.7"
2121
},
2222
"dependencies": {
2323
"@rushstack/node-core-library":"workspace:*"

‎heft-plugins/heft-storybook-plugin/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@rushstack/heft-storybook-plugin",
3-
"version":"0.1.67",
3+
"version":"0.1.68",
44
"description":"Heft plugin for supporting UI development using Storybook",
55
"repository": {
66
"type":"git",
@@ -18,7 +18,7 @@
1818
"_phase:test":"heft test --no-build"
1919
},
2020
"peerDependencies": {
21-
"@rushstack/heft":"^0.46.6"
21+
"@rushstack/heft":"^0.46.7"
2222
},
2323
"dependencies": {
2424
"@rushstack/node-core-library":"workspace:*"

‎heft-plugins/heft-webpack4-plugin/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@rushstack/heft-webpack4-plugin",
3-
"version":"0.5.2",
3+
"version":"0.5.3",
44
"description":"Heft plugin for Webpack 4",
55
"repository": {
66
"type":"git",
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
"peerDependencies": {
26-
"@rushstack/heft":"^0.46.6",
26+
"@rushstack/heft":"^0.46.7",
2727
"@types/webpack":"^4",
2828
"webpack":"~4.44.2"
2929
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp