Skip to content

Commit 0a02b7b

Browse files
committed
Update loadable
1 parent c6dba47 commit 0a02b7b

File tree

2 files changed

+25
-18
lines changed

2 files changed

+25
-18
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"@apollo/react-testing": "^3.1.3",
1010
"@babel/core": "7.7.4",
1111
"@koa/router": "^8.0.5",
12-
"@loadable/babel-plugin": "5.13.2",
13-
"@loadable/component": "5.13.2",
14-
"@loadable/server": "5.13.2",
12+
"@loadable/babel-plugin": "^5.13.2",
13+
"@loadable/component": "^5.15.0",
14+
"@loadable/server": "^5.15.1",
1515
"@reduxjs/toolkit": "^1.2.2",
1616
"@sentry/browser": "^5.11.1",
1717
"@svgr/webpack": "4.3.3",
@@ -246,6 +246,6 @@
246246
},
247247
"proxy": "https://v2.velog.io/",
248248
"devDependencies": {
249-
"@loadable/webpack-plugin": "^5.7.1"
249+
"@loadable/webpack-plugin": "^5.15.1"
250250
}
251251
}

yarn.lock

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,35 +1164,35 @@
11641164
path-to-regexp "1.x"
11651165
urijs "^1.19.2"
11661166

1167-
"@loadable/[email protected]":
1167+
"@loadable/babel-plugin@^5.13.2":
11681168
version "5.13.2"
11691169
resolved "https://registry.yarnpkg.com/@loadable/babel-plugin/-/babel-plugin-5.13.2.tgz#373cddc64ee5437814f7dca1c1b6a7b2c1665a9f"
11701170
integrity sha512-vSZUVeTH1S1sDbk8Tzft0plZSkN7W4zmVR5w/Bmy4UmvBiu9lin7ztrDpoUTUzxpoups+OJbTc/OosvN0aMXWg==
11711171
dependencies:
11721172
"@babel/plugin-syntax-dynamic-import" "^7.7.4"
11731173

1174-
"@loadable/component@5.13.2":
1175-
version "5.13.2"
1176-
resolved "https://registry.yarnpkg.com/@loadable/component/-/component-5.13.2.tgz#219b679c9e76bb5dd247923a3195ad3ef92cf977"
1177-
integrity sha512-eCtJhCFfUg7dzEBc5O4ZNfG0wftCLVSzpfOw9qPYJ16T/bmvrGRDdY8q/ARM4o90MOFlJzIRepnuXnqxB5ZUyQ==
1174+
"@loadable/component@^5.15.0":
1175+
version "5.15.0"
1176+
resolved "https://registry.yarnpkg.com/@loadable/component/-/component-5.15.0.tgz#48b9524237be553f48b158f8c9152593f3f3fded"
1177+
integrity sha512-g63rQzypPOZi0BeGsK4ST2MYhsFR+i7bhL8k/McUoWDNMDuTTdUlQ2GACKxqh5sI/dNC/6nVoPrycMnSylnAgQ==
11781178
dependencies:
11791179
"@babel/runtime" "^7.7.7"
11801180
hoist-non-react-statics "^3.3.1"
11811181
react-is "^16.12.0"
11821182

1183-
"@loadable/server@5.13.2":
1184-
version "5.13.2"
1185-
resolved "https://registry.yarnpkg.com/@loadable/server/-/server-5.13.2.tgz#e8a4e9bb08a3112772d5d171c0fa905e0c13c8c9"
1186-
integrity sha512-2Nn4YdpAuXngP5H3OQ1TlmdILLx35jyCZ0iOVWAf0ihdkWBYXbAiwOTYt+r2vQiXIGeAaQc44GkKgod8Vp5S8g==
1183+
"@loadable/server@^5.15.1":
1184+
version "5.15.1"
1185+
resolved "https://registry.yarnpkg.com/@loadable/server/-/server-5.15.1.tgz#fe8e8b2a631ad0ae48dfb765ec96d758ed5206dd"
1186+
integrity sha512-LdwzskjMtCMDJoz73JhbkBzTfaopx8U/Bfb0uKkqTxrsjH0uC+h4+cPo5mqKYyHz/dwPRf7aJsvQNcLQZdKHHw==
11871187
dependencies:
11881188
lodash "^4.17.15"
11891189

1190-
"@loadable/webpack-plugin@^5.7.1":
1191-
version "5.7.1"
1192-
resolved "https://registry.yarnpkg.com/@loadable/webpack-plugin/-/webpack-plugin-5.7.1.tgz#9fe4b19c347eaa72f8ff366ae9a9d2b724f86124"
1193-
integrity sha512-tURNYwPUahbM4Miz/mwMD+PZGnMpknRukwt4RViVX6tYOt06a5U92xJTv7t54C4tHdtCIEOmDrqCo97sfIu4mg==
1190+
"@loadable/webpack-plugin@^5.15.1":
1191+
version "5.15.1"
1192+
resolved "https://registry.yarnpkg.com/@loadable/webpack-plugin/-/webpack-plugin-5.15.1.tgz#826891c76611d22b5e8259709664f9f18ab91526"
1193+
integrity sha512-DqGJmazsh9XEG4CtMbaR+Ay+6+iw3NvzYqzqVIb7nsTi7UB38gEQJkT/enXdCkMZhLNSYL2HAr4rbFerhfyL2Q==
11941194
dependencies:
1195-
mkdirp "^0.5.1"
1195+
make-dir "^3.0.2"
11961196

11971197
"@mrmlnc/readdir-enhanced@^2.2.1":
11981198
version "2.2.1"
@@ -8300,6 +8300,13 @@ make-dir@^3.0.0:
83008300
dependencies:
83018301
semver "^6.0.0"
83028302

8303+
make-dir@^3.0.2:
8304+
version "3.1.0"
8305+
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
8306+
integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==
8307+
dependencies:
8308+
semver "^6.0.0"
8309+
83038310
make-error@^1.1.1:
83048311
version "1.3.5"
83058312
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.5.tgz#efe4e81f6db28cadd605c70f29c831b58ef776c8"

0 commit comments

Comments
 (0)