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

Commitb6bb223

Browse files
committed
Merge branch 'master' into v4.3.0
2 parents1dc6bc7 +2667418 commitb6bb223

File tree

3 files changed

+21
-14
lines changed

3 files changed

+21
-14
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"redux-ts",
3-
"version":"4.2.0-rc.6",
3+
"version":"4.2.0-rc.7",
44
"description":"Utils to define redux reducer/action in typescript",
55
"main":"dist/redux-ts.production.min.js",
66
"types":"lib/index.d.ts",

‎tsconfig.json‎

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
{
2-
"compilerOptions": {
3-
"module":"commonjs",
4-
"target":"es5",
5-
"noImplicitAny":true,
6-
"experimentalDecorators":true,
7-
"declaration":true,
8-
"outDir":"./lib",
9-
"lib": ["dom","es5","es2015.promise","es2015.core"]
10-
},
11-
"exclude": ["node_modules","tests","lib","dist"]
12-
}
1+
{
2+
"compilerOptions": {
3+
"module":"commonjs",
4+
"target":"es5",
5+
"noImplicitAny":true,
6+
"experimentalDecorators":true,
7+
"declaration":true,
8+
"outDir":"./lib",
9+
"lib": ["dom","es5","es2015.promise","es2015.core"]
10+
},
11+
"exclude": ["node_modules","tests","lib","dist"]
12+
}

‎yarn.lock‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,11 @@ buffer-from@^1.0.0:
557557
version "1.0.0"
558558
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.0.0.tgz#4cb8832d23612589b0406e9e2956c17f06fdf531"
559559

560+
buffer-from@^1.1.0:
561+
version "1.1.1"
562+
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
563+
integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==
564+
560565
buffer-shims@^1.0.0:
561566
version "1.0.0"
562567
resolved "https://registry.yarnpkg.com/buffer-shims/-/buffer-shims-1.0.0.tgz#9978ce317388c649ad8793028c3477ef044a8b51"
@@ -2019,7 +2024,8 @@ log-symbols@2.2.0:
20192024
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
20202025
integrity sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==
20212026
dependencies:
2022-
chalk "^2.0.1"
2027+
p-locate "^3.0.0"
2028+
path-exists "^3.0.0"
20232029

20242030
loose-envify@^1.0.0, loose-envify@^1.1.0:
20252031
version "1.3.0"
@@ -2815,6 +2821,7 @@ react@^16.7.0:
28152821
"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.4, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6:
28162822
version "2.3.6"
28172823
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf"
2824+
integrity sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==
28182825
dependencies:
28192826
core-util-is "~1.0.0"
28202827
inherits "~2.0.3"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp