From 58f375d63c5d713715b66d9f03d5ee213eab26f6 Mon Sep 17 00:00:00 2001 From: Shiono Yoshihide Date: Fri, 24 Sep 2021 08:15:32 +0900 Subject: [PATCH 01/14] Bump electron-store from 8.0.0 to 8.0.1 --- examples/custom-build-options/package.json | 2 +- examples/custom-main-entry/package.json | 2 +- examples/custom-renderer-port/package.json | 2 +- examples/ipc-communication/package.json | 2 +- examples/store-data/package.json | 2 +- examples/with-javascript-ant-design/package.json | 2 +- examples/with-javascript-emotion/package.json | 2 +- examples/with-javascript-material-ui/package.json | 2 +- examples/with-javascript-tailwindcss/package.json | 2 +- examples/with-javascript/package.json | 2 +- examples/with-typescript-ant-design/package.json | 2 +- examples/with-typescript-emotion/package.json | 2 +- examples/with-typescript-material-ui/package.json | 2 +- examples/with-typescript-tailwindcss/package.json | 2 +- examples/with-typescript/package.json | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/examples/custom-build-options/package.json b/examples/custom-build-options/package.json index 85fe627a..b7fac520 100644 --- a/examples/custom-build-options/package.json +++ b/examples/custom-build-options/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "electron-serve": "^1.1.0", - "electron-store": "^8.0.0" + "electron-store": "^8.0.1" }, "devDependencies": { "electron": "^13.1.7", diff --git a/examples/custom-main-entry/package.json b/examples/custom-main-entry/package.json index d22bc278..99ee5976 100644 --- a/examples/custom-main-entry/package.json +++ b/examples/custom-main-entry/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "electron-serve": "^1.1.0", - "electron-store": "^8.0.0" + "electron-store": "^8.0.1" }, "devDependencies": { "electron": "^13.1.7", diff --git a/examples/custom-renderer-port/package.json b/examples/custom-renderer-port/package.json index fec155ad..41a12cc9 100644 --- a/examples/custom-renderer-port/package.json +++ b/examples/custom-renderer-port/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "electron-serve": "^1.1.0", - "electron-store": "^8.0.0" + "electron-store": "^8.0.1" }, "devDependencies": { "electron": "^13.1.7", diff --git a/examples/ipc-communication/package.json b/examples/ipc-communication/package.json index d22bc278..99ee5976 100644 --- a/examples/ipc-communication/package.json +++ b/examples/ipc-communication/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "electron-serve": "^1.1.0", - "electron-store": "^8.0.0" + "electron-store": "^8.0.1" }, "devDependencies": { "electron": "^13.1.7", diff --git a/examples/store-data/package.json b/examples/store-data/package.json index d22bc278..99ee5976 100644 --- a/examples/store-data/package.json +++ b/examples/store-data/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "electron-serve": "^1.1.0", - "electron-store": "^8.0.0" + "electron-store": "^8.0.1" }, "devDependencies": { "electron": "^13.1.7", diff --git a/examples/with-javascript-ant-design/package.json b/examples/with-javascript-ant-design/package.json index 311afa12..016c70c5 100644 --- a/examples/with-javascript-ant-design/package.json +++ b/examples/with-javascript-ant-design/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "electron-serve": "^1.1.0", - "electron-store": "^8.0.0" + "electron-store": "^8.0.1" }, "devDependencies": { "@babel/core": "^7.14.8", diff --git a/examples/with-javascript-emotion/package.json b/examples/with-javascript-emotion/package.json index 5b44ae21..e73fafa8 100644 --- a/examples/with-javascript-emotion/package.json +++ b/examples/with-javascript-emotion/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "electron-serve": "^1.1.0", - "electron-store": "^8.0.0" + "electron-store": "^8.0.1" }, "devDependencies": { "@emotion/babel-plugin": "^11.3.0", diff --git a/examples/with-javascript-material-ui/package.json b/examples/with-javascript-material-ui/package.json index 42f591f8..915b61eb 100644 --- a/examples/with-javascript-material-ui/package.json +++ b/examples/with-javascript-material-ui/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "electron-serve": "^1.1.0", - "electron-store": "^8.0.0" + "electron-store": "^8.0.1" }, "devDependencies": { "@material-ui/core": "^4.12.2", diff --git a/examples/with-javascript-tailwindcss/package.json b/examples/with-javascript-tailwindcss/package.json index bf717eea..1e559250 100644 --- a/examples/with-javascript-tailwindcss/package.json +++ b/examples/with-javascript-tailwindcss/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "electron-serve": "^1.1.0", - "electron-store": "^8.0.0" + "electron-store": "^8.0.1" }, "devDependencies": { "autoprefixer": "^10.3.1", diff --git a/examples/with-javascript/package.json b/examples/with-javascript/package.json index d22bc278..99ee5976 100644 --- a/examples/with-javascript/package.json +++ b/examples/with-javascript/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "electron-serve": "^1.1.0", - "electron-store": "^8.0.0" + "electron-store": "^8.0.1" }, "devDependencies": { "electron": "^13.1.7", diff --git a/examples/with-typescript-ant-design/package.json b/examples/with-typescript-ant-design/package.json index 7600f803..47090e2b 100644 --- a/examples/with-typescript-ant-design/package.json +++ b/examples/with-typescript-ant-design/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "electron-serve": "^1.1.0", - "electron-store": "^8.0.0" + "electron-store": "^8.0.1" }, "devDependencies": { "@babel/core": "^7.14.8", diff --git a/examples/with-typescript-emotion/package.json b/examples/with-typescript-emotion/package.json index 85856b6f..63660223 100644 --- a/examples/with-typescript-emotion/package.json +++ b/examples/with-typescript-emotion/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "electron-serve": "^1.1.0", - "electron-store": "^8.0.0" + "electron-store": "^8.0.1" }, "devDependencies": { "@emotion/babel-plugin": "^11.3.0", diff --git a/examples/with-typescript-material-ui/package.json b/examples/with-typescript-material-ui/package.json index 4dbfb1df..a2cd04ff 100644 --- a/examples/with-typescript-material-ui/package.json +++ b/examples/with-typescript-material-ui/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "electron-serve": "^1.1.0", - "electron-store": "^8.0.0" + "electron-store": "^8.0.1" }, "devDependencies": { "@material-ui/core": "^4.12.2", diff --git a/examples/with-typescript-tailwindcss/package.json b/examples/with-typescript-tailwindcss/package.json index 7f69196e..c7a8696c 100644 --- a/examples/with-typescript-tailwindcss/package.json +++ b/examples/with-typescript-tailwindcss/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "electron-serve": "^1.1.0", - "electron-store": "^8.0.0" + "electron-store": "^8.0.1" }, "devDependencies": { "@types/node": "^14.14.31", diff --git a/examples/with-typescript/package.json b/examples/with-typescript/package.json index bbf2bef2..048f98d0 100644 --- a/examples/with-typescript/package.json +++ b/examples/with-typescript/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "electron-serve": "^1.1.0", - "electron-store": "^8.0.0" + "electron-store": "^8.0.1" }, "devDependencies": { "@types/node": "^14.14.31", From 69bd3da190805bdf212177772986d547bd185750 Mon Sep 17 00:00:00 2001 From: Shiono Yoshihide Date: Fri, 24 Sep 2021 08:16:45 +0900 Subject: [PATCH 02/14] Bump electron from 13.1.7 to 15.0.0 --- examples/custom-build-options/package.json | 2 +- examples/custom-main-entry/package.json | 2 +- examples/custom-renderer-port/package.json | 2 +- examples/ipc-communication/package.json | 2 +- examples/store-data/package.json | 2 +- examples/with-javascript-ant-design/package.json | 2 +- examples/with-javascript-emotion/package.json | 2 +- examples/with-javascript-material-ui/package.json | 2 +- examples/with-javascript-tailwindcss/package.json | 2 +- examples/with-javascript/package.json | 2 +- examples/with-typescript-ant-design/package.json | 2 +- examples/with-typescript-emotion/package.json | 2 +- examples/with-typescript-material-ui/package.json | 2 +- examples/with-typescript-tailwindcss/package.json | 2 +- examples/with-typescript/package.json | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/examples/custom-build-options/package.json b/examples/custom-build-options/package.json index b7fac520..3deb7a78 100644 --- a/examples/custom-build-options/package.json +++ b/examples/custom-build-options/package.json @@ -20,7 +20,7 @@ "electron-store": "^8.0.1" }, "devDependencies": { - "electron": "^13.1.7", + "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.0.1", "nextron": "^7.0.0", diff --git a/examples/custom-main-entry/package.json b/examples/custom-main-entry/package.json index 99ee5976..eb0c4b1e 100644 --- a/examples/custom-main-entry/package.json +++ b/examples/custom-main-entry/package.json @@ -15,7 +15,7 @@ "electron-store": "^8.0.1" }, "devDependencies": { - "electron": "^13.1.7", + "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.0.1", "nextron": "^7.0.0", diff --git a/examples/custom-renderer-port/package.json b/examples/custom-renderer-port/package.json index 41a12cc9..6d1c821d 100644 --- a/examples/custom-renderer-port/package.json +++ b/examples/custom-renderer-port/package.json @@ -15,7 +15,7 @@ "electron-store": "^8.0.1" }, "devDependencies": { - "electron": "^13.1.7", + "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.0.1", "nextron": "^7.0.0", diff --git a/examples/ipc-communication/package.json b/examples/ipc-communication/package.json index 99ee5976..eb0c4b1e 100644 --- a/examples/ipc-communication/package.json +++ b/examples/ipc-communication/package.json @@ -15,7 +15,7 @@ "electron-store": "^8.0.1" }, "devDependencies": { - "electron": "^13.1.7", + "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.0.1", "nextron": "^7.0.0", diff --git a/examples/store-data/package.json b/examples/store-data/package.json index 99ee5976..eb0c4b1e 100644 --- a/examples/store-data/package.json +++ b/examples/store-data/package.json @@ -15,7 +15,7 @@ "electron-store": "^8.0.1" }, "devDependencies": { - "electron": "^13.1.7", + "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.0.1", "nextron": "^7.0.0", diff --git a/examples/with-javascript-ant-design/package.json b/examples/with-javascript-ant-design/package.json index 016c70c5..0cb481da 100644 --- a/examples/with-javascript-ant-design/package.json +++ b/examples/with-javascript-ant-design/package.json @@ -20,7 +20,7 @@ "antd": "^4.16.8", "babel-loader": "^8.2.2", "babel-plugin-import": "^1.13.3", - "electron": "^13.1.7", + "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.0.1", "nextron": "^7.0.0", diff --git a/examples/with-javascript-emotion/package.json b/examples/with-javascript-emotion/package.json index e73fafa8..8f8c73d6 100644 --- a/examples/with-javascript-emotion/package.json +++ b/examples/with-javascript-emotion/package.json @@ -18,7 +18,7 @@ "@emotion/babel-plugin": "^11.3.0", "@emotion/react": "^11.4.0", "@emotion/styled": "^11.3.0", - "electron": "^13.1.7", + "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.0.1", "nextron": "^7.0.0", diff --git a/examples/with-javascript-material-ui/package.json b/examples/with-javascript-material-ui/package.json index 915b61eb..f4e4c8a5 100644 --- a/examples/with-javascript-material-ui/package.json +++ b/examples/with-javascript-material-ui/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@material-ui/core": "^4.12.2", - "electron": "^13.1.7", + "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.0.1", "nextron": "^7.0.0", diff --git a/examples/with-javascript-tailwindcss/package.json b/examples/with-javascript-tailwindcss/package.json index 1e559250..8fdee66c 100644 --- a/examples/with-javascript-tailwindcss/package.json +++ b/examples/with-javascript-tailwindcss/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "autoprefixer": "^10.3.1", - "electron": "^13.1.7", + "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.0.1", "nextron": "^7.0.0", diff --git a/examples/with-javascript/package.json b/examples/with-javascript/package.json index 99ee5976..eb0c4b1e 100644 --- a/examples/with-javascript/package.json +++ b/examples/with-javascript/package.json @@ -15,7 +15,7 @@ "electron-store": "^8.0.1" }, "devDependencies": { - "electron": "^13.1.7", + "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.0.1", "nextron": "^7.0.0", diff --git a/examples/with-typescript-ant-design/package.json b/examples/with-typescript-ant-design/package.json index 47090e2b..79c89fd2 100644 --- a/examples/with-typescript-ant-design/package.json +++ b/examples/with-typescript-ant-design/package.json @@ -22,7 +22,7 @@ "antd": "^4.16.8", "babel-loader": "^8.2.2", "babel-plugin-import": "^1.13.3", - "electron": "^13.1.7", + "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.0.1", "nextron": "^7.0.0", diff --git a/examples/with-typescript-emotion/package.json b/examples/with-typescript-emotion/package.json index 63660223..ffcfbd2c 100644 --- a/examples/with-typescript-emotion/package.json +++ b/examples/with-typescript-emotion/package.json @@ -20,7 +20,7 @@ "@emotion/styled": "^11.3.0", "@types/node": "^14.14.31", "@types/react": "^16.9.49", - "electron": "^13.1.7", + "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.0.1", "nextron": "^7.0.0", diff --git a/examples/with-typescript-material-ui/package.json b/examples/with-typescript-material-ui/package.json index a2cd04ff..bd8de896 100644 --- a/examples/with-typescript-material-ui/package.json +++ b/examples/with-typescript-material-ui/package.json @@ -18,7 +18,7 @@ "@material-ui/core": "^4.12.2", "@types/node": "^14.14.31", "@types/react": "^16.9.49", - "electron": "^13.1.7", + "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.0.1", "nextron": "^7.0.0", diff --git a/examples/with-typescript-tailwindcss/package.json b/examples/with-typescript-tailwindcss/package.json index c7a8696c..7423608a 100644 --- a/examples/with-typescript-tailwindcss/package.json +++ b/examples/with-typescript-tailwindcss/package.json @@ -18,7 +18,7 @@ "@types/node": "^14.14.31", "@types/react": "^17.0.0", "autoprefixer": "^10.3.1", - "electron": "^13.1.7", + "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.0.1", "nextron": "^7.0.0", diff --git a/examples/with-typescript/package.json b/examples/with-typescript/package.json index 048f98d0..cc90f4c8 100644 --- a/examples/with-typescript/package.json +++ b/examples/with-typescript/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@types/node": "^14.14.31", "@types/react": "^16.9.49", - "electron": "^13.1.7", + "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.0.1", "nextron": "^7.0.0", From 7bb4b3c41e6f9458955464650e922531116d25ab Mon Sep 17 00:00:00 2001 From: Shiono Yoshihide Date: Fri, 24 Sep 2021 08:25:12 +0900 Subject: [PATCH 03/14] Bump next from 11.0.1 to 11.1.2 --- examples/custom-build-options/package.json | 2 +- examples/custom-main-entry/package.json | 2 +- examples/custom-renderer-port/package.json | 2 +- examples/ipc-communication/package.json | 2 +- examples/store-data/package.json | 2 +- examples/with-javascript-ant-design/package.json | 2 +- examples/with-javascript-emotion/package.json | 2 +- examples/with-javascript-material-ui/package.json | 2 +- examples/with-javascript-tailwindcss/package.json | 2 +- examples/with-javascript/package.json | 2 +- examples/with-typescript-ant-design/package.json | 2 +- examples/with-typescript-emotion/package.json | 2 +- examples/with-typescript-material-ui/package.json | 2 +- examples/with-typescript-tailwindcss/package.json | 2 +- examples/with-typescript/package.json | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/examples/custom-build-options/package.json b/examples/custom-build-options/package.json index 3deb7a78..a1bda96c 100644 --- a/examples/custom-build-options/package.json +++ b/examples/custom-build-options/package.json @@ -22,7 +22,7 @@ "devDependencies": { "electron": "^15.0.0", "electron-builder": "^22.11.7", - "next": "^11.0.1", + "next": "^11.1.2", "nextron": "^7.0.0", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/examples/custom-main-entry/package.json b/examples/custom-main-entry/package.json index eb0c4b1e..8db0c495 100644 --- a/examples/custom-main-entry/package.json +++ b/examples/custom-main-entry/package.json @@ -17,7 +17,7 @@ "devDependencies": { "electron": "^15.0.0", "electron-builder": "^22.11.7", - "next": "^11.0.1", + "next": "^11.1.2", "nextron": "^7.0.0", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/examples/custom-renderer-port/package.json b/examples/custom-renderer-port/package.json index 6d1c821d..86e0ed2a 100644 --- a/examples/custom-renderer-port/package.json +++ b/examples/custom-renderer-port/package.json @@ -17,7 +17,7 @@ "devDependencies": { "electron": "^15.0.0", "electron-builder": "^22.11.7", - "next": "^11.0.1", + "next": "^11.1.2", "nextron": "^7.0.0", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/examples/ipc-communication/package.json b/examples/ipc-communication/package.json index eb0c4b1e..8db0c495 100644 --- a/examples/ipc-communication/package.json +++ b/examples/ipc-communication/package.json @@ -17,7 +17,7 @@ "devDependencies": { "electron": "^15.0.0", "electron-builder": "^22.11.7", - "next": "^11.0.1", + "next": "^11.1.2", "nextron": "^7.0.0", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/examples/store-data/package.json b/examples/store-data/package.json index eb0c4b1e..8db0c495 100644 --- a/examples/store-data/package.json +++ b/examples/store-data/package.json @@ -17,7 +17,7 @@ "devDependencies": { "electron": "^15.0.0", "electron-builder": "^22.11.7", - "next": "^11.0.1", + "next": "^11.1.2", "nextron": "^7.0.0", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/examples/with-javascript-ant-design/package.json b/examples/with-javascript-ant-design/package.json index 0cb481da..e729f52b 100644 --- a/examples/with-javascript-ant-design/package.json +++ b/examples/with-javascript-ant-design/package.json @@ -22,7 +22,7 @@ "babel-plugin-import": "^1.13.3", "electron": "^15.0.0", "electron-builder": "^22.11.7", - "next": "^11.0.1", + "next": "^11.1.2", "nextron": "^7.0.0", "null-loader": "^4.0.1", "react": "^17.0.2", diff --git a/examples/with-javascript-emotion/package.json b/examples/with-javascript-emotion/package.json index 8f8c73d6..1b44cf95 100644 --- a/examples/with-javascript-emotion/package.json +++ b/examples/with-javascript-emotion/package.json @@ -20,7 +20,7 @@ "@emotion/styled": "^11.3.0", "electron": "^15.0.0", "electron-builder": "^22.11.7", - "next": "^11.0.1", + "next": "^11.1.2", "nextron": "^7.0.0", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/examples/with-javascript-material-ui/package.json b/examples/with-javascript-material-ui/package.json index f4e4c8a5..6ea64dde 100644 --- a/examples/with-javascript-material-ui/package.json +++ b/examples/with-javascript-material-ui/package.json @@ -18,7 +18,7 @@ "@material-ui/core": "^4.12.2", "electron": "^15.0.0", "electron-builder": "^22.11.7", - "next": "^11.0.1", + "next": "^11.1.2", "nextron": "^7.0.0", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/examples/with-javascript-tailwindcss/package.json b/examples/with-javascript-tailwindcss/package.json index 8fdee66c..104866f3 100644 --- a/examples/with-javascript-tailwindcss/package.json +++ b/examples/with-javascript-tailwindcss/package.json @@ -18,7 +18,7 @@ "autoprefixer": "^10.3.1", "electron": "^15.0.0", "electron-builder": "^22.11.7", - "next": "^11.0.1", + "next": "^11.1.2", "nextron": "^7.0.0", "postcss": "^8.3.6", "react": "^17.0.2", diff --git a/examples/with-javascript/package.json b/examples/with-javascript/package.json index eb0c4b1e..8db0c495 100644 --- a/examples/with-javascript/package.json +++ b/examples/with-javascript/package.json @@ -17,7 +17,7 @@ "devDependencies": { "electron": "^15.0.0", "electron-builder": "^22.11.7", - "next": "^11.0.1", + "next": "^11.1.2", "nextron": "^7.0.0", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/examples/with-typescript-ant-design/package.json b/examples/with-typescript-ant-design/package.json index 79c89fd2..b6296ebe 100644 --- a/examples/with-typescript-ant-design/package.json +++ b/examples/with-typescript-ant-design/package.json @@ -24,7 +24,7 @@ "babel-plugin-import": "^1.13.3", "electron": "^15.0.0", "electron-builder": "^22.11.7", - "next": "^11.0.1", + "next": "^11.1.2", "nextron": "^7.0.0", "null-loader": "^4.0.1", "react": "^17.0.2", diff --git a/examples/with-typescript-emotion/package.json b/examples/with-typescript-emotion/package.json index ffcfbd2c..90de687c 100644 --- a/examples/with-typescript-emotion/package.json +++ b/examples/with-typescript-emotion/package.json @@ -22,7 +22,7 @@ "@types/react": "^16.9.49", "electron": "^15.0.0", "electron-builder": "^22.11.7", - "next": "^11.0.1", + "next": "^11.1.2", "nextron": "^7.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/examples/with-typescript-material-ui/package.json b/examples/with-typescript-material-ui/package.json index bd8de896..420b7bef 100644 --- a/examples/with-typescript-material-ui/package.json +++ b/examples/with-typescript-material-ui/package.json @@ -20,7 +20,7 @@ "@types/react": "^16.9.49", "electron": "^15.0.0", "electron-builder": "^22.11.7", - "next": "^11.0.1", + "next": "^11.1.2", "nextron": "^7.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/examples/with-typescript-tailwindcss/package.json b/examples/with-typescript-tailwindcss/package.json index 7423608a..ceef9a28 100644 --- a/examples/with-typescript-tailwindcss/package.json +++ b/examples/with-typescript-tailwindcss/package.json @@ -20,7 +20,7 @@ "autoprefixer": "^10.3.1", "electron": "^15.0.0", "electron-builder": "^22.11.7", - "next": "^11.0.1", + "next": "^11.1.2", "nextron": "^7.0.0", "postcss": "^8.3.6", "react": "^17.0.2", diff --git a/examples/with-typescript/package.json b/examples/with-typescript/package.json index cc90f4c8..05e521ea 100644 --- a/examples/with-typescript/package.json +++ b/examples/with-typescript/package.json @@ -19,7 +19,7 @@ "@types/react": "^16.9.49", "electron": "^15.0.0", "electron-builder": "^22.11.7", - "next": "^11.0.1", + "next": "^11.1.2", "nextron": "^7.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", From 0a78a5e756fad2a62382b2fe98bcdd0d25abbbae Mon Sep 17 00:00:00 2001 From: Shiono Yoshihide Date: Fri, 24 Sep 2021 08:31:44 +0900 Subject: [PATCH 04/14] Bump @babel/core from 7.14.8 to 7.15.5 --- .../with-javascript-ant-design/package.json | 2 +- .../with-typescript-ant-design/package.json | 2 +- package.json | 14 +- yarn.lock | 511 +++++++++++++----- 4 files changed, 385 insertions(+), 144 deletions(-) diff --git a/examples/with-javascript-ant-design/package.json b/examples/with-javascript-ant-design/package.json index e729f52b..bd29c249 100644 --- a/examples/with-javascript-ant-design/package.json +++ b/examples/with-javascript-ant-design/package.json @@ -15,7 +15,7 @@ "electron-store": "^8.0.1" }, "devDependencies": { - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.5", "@zeit/next-css": "^1.0.1", "antd": "^4.16.8", "babel-loader": "^8.2.2", diff --git a/examples/with-typescript-ant-design/package.json b/examples/with-typescript-ant-design/package.json index b6296ebe..a3fe2261 100644 --- a/examples/with-typescript-ant-design/package.json +++ b/examples/with-typescript-ant-design/package.json @@ -15,7 +15,7 @@ "electron-store": "^8.0.1" }, "devDependencies": { - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.5", "@types/node": "^14.14.31", "@types/react": "^16.9.49", "@zeit/next-css": "^1.0.1", diff --git a/package.json b/package.json index e208d69c..8ad9e479 100644 --- a/package.json +++ b/package.json @@ -35,15 +35,15 @@ "prepublishOnly": "NODE_ENV=production npm run build" }, "dependencies": { - "@babel/core": "7.14.8", + "@babel/core": "7.15.5", "@babel/plugin-proposal-class-properties": "7.14.5", - "@babel/plugin-proposal-object-rest-spread": "7.14.7", + "@babel/plugin-proposal-object-rest-spread": "7.15.6", "@babel/plugin-proposal-optional-chaining": "7.14.5", - "@babel/plugin-transform-runtime": "7.14.5", - "@babel/preset-env": "7.14.8", - "@babel/preset-typescript": "7.14.5", - "@babel/runtime": "7.14.8", - "@babel/runtime-corejs3": "7.14.8", + "@babel/plugin-transform-runtime": "7.15.0", + "@babel/preset-env": "7.15.6", + "@babel/preset-typescript": "7.15.0", + "@babel/runtime": "7.15.4", + "@babel/runtime-corejs3": "7.15.4", "arg": "5.0.0", "babel-loader": "8.2.2", "chalk": "4.1.1", diff --git a/yarn.lock b/yarn.lock index 507a25d2..0ac3d2fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9,25 +9,30 @@ dependencies: "@babel/highlight" "^7.14.5" -"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5", "@babel/compat-data@^7.14.7": +"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5": version "7.14.7" resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08" integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw== -"@babel/core@7.14.8": - version "7.14.8" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010" - integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q== +"@babel/compat-data@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176" + integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA== + +"@babel/core@7.15.5": + version "7.15.5" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9" + integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg== dependencies: "@babel/code-frame" "^7.14.5" - "@babel/generator" "^7.14.8" - "@babel/helper-compilation-targets" "^7.14.5" - "@babel/helper-module-transforms" "^7.14.8" - "@babel/helpers" "^7.14.8" - "@babel/parser" "^7.14.8" - "@babel/template" "^7.14.5" - "@babel/traverse" "^7.14.8" - "@babel/types" "^7.14.8" + "@babel/generator" "^7.15.4" + "@babel/helper-compilation-targets" "^7.15.4" + "@babel/helper-module-transforms" "^7.15.4" + "@babel/helpers" "^7.15.4" + "@babel/parser" "^7.15.5" + "@babel/template" "^7.15.4" + "@babel/traverse" "^7.15.4" + "@babel/types" "^7.15.4" convert-source-map "^1.7.0" debug "^4.1.0" gensync "^1.0.0-beta.2" @@ -44,6 +49,15 @@ jsesc "^2.5.1" source-map "^0.5.0" +"@babel/generator@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.4.tgz#85acb159a267ca6324f9793986991ee2022a05b0" + integrity sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw== + dependencies: + "@babel/types" "^7.15.4" + jsesc "^2.5.1" + source-map "^0.5.0" + "@babel/helper-annotate-as-pure@^7.14.5": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61" @@ -51,6 +65,13 @@ dependencies: "@babel/types" "^7.14.5" +"@babel/helper-annotate-as-pure@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz#3d0e43b00c5e49fdb6c57e421601a7a658d5f835" + integrity sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA== + dependencies: + "@babel/types" "^7.15.4" + "@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.14.5.tgz#b939b43f8c37765443a19ae74ad8b15978e0a191" @@ -59,7 +80,7 @@ "@babel/helper-explode-assignable-expression" "^7.14.5" "@babel/types" "^7.14.5" -"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5": +"@babel/helper-compilation-targets@^7.13.0": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf" integrity sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw== @@ -69,7 +90,17 @@ browserslist "^4.16.6" semver "^6.3.0" -"@babel/helper-create-class-features-plugin@^7.14.5", "@babel/helper-create-class-features-plugin@^7.14.6": +"@babel/helper-compilation-targets@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz#cf6d94f30fbefc139123e27dd6b02f65aeedb7b9" + integrity sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ== + dependencies: + "@babel/compat-data" "^7.15.0" + "@babel/helper-validator-option" "^7.14.5" + browserslist "^4.16.6" + semver "^6.3.0" + +"@babel/helper-create-class-features-plugin@^7.14.5": version "7.14.8" resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.8.tgz#a6f8c3de208b1e5629424a9a63567f56501955fc" integrity sha512-bpYvH8zJBWzeqi1o+co8qOrw+EXzQ/0c74gVmY205AWXy9nifHrOg77y+1zwxX5lXE7Icq4sPlSQ4O2kWBrteQ== @@ -81,6 +112,18 @@ "@babel/helper-replace-supers" "^7.14.5" "@babel/helper-split-export-declaration" "^7.14.5" +"@babel/helper-create-class-features-plugin@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.4.tgz#7f977c17bd12a5fba363cb19bea090394bf37d2e" + integrity sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw== + dependencies: + "@babel/helper-annotate-as-pure" "^7.15.4" + "@babel/helper-function-name" "^7.15.4" + "@babel/helper-member-expression-to-functions" "^7.15.4" + "@babel/helper-optimise-call-expression" "^7.15.4" + "@babel/helper-replace-supers" "^7.15.4" + "@babel/helper-split-export-declaration" "^7.15.4" + "@babel/helper-create-regexp-features-plugin@^7.14.5": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz#c7d5ac5e9cf621c26057722fb7a8a4c5889358c4" @@ -119,6 +162,15 @@ "@babel/template" "^7.14.5" "@babel/types" "^7.14.5" +"@babel/helper-function-name@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz#845744dafc4381a4a5fb6afa6c3d36f98a787ebc" + integrity sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw== + dependencies: + "@babel/helper-get-function-arity" "^7.15.4" + "@babel/template" "^7.15.4" + "@babel/types" "^7.15.4" + "@babel/helper-get-function-arity@^7.14.5": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815" @@ -126,6 +178,13 @@ dependencies: "@babel/types" "^7.14.5" +"@babel/helper-get-function-arity@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz#098818934a137fce78b536a3e015864be1e2879b" + integrity sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA== + dependencies: + "@babel/types" "^7.15.4" + "@babel/helper-hoist-variables@^7.14.5": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz#e0dd27c33a78e577d7c8884916a3e7ef1f7c7f8d" @@ -133,6 +192,13 @@ dependencies: "@babel/types" "^7.14.5" +"@babel/helper-hoist-variables@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz#09993a3259c0e918f99d104261dfdfc033f178df" + integrity sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA== + dependencies: + "@babel/types" "^7.15.4" + "@babel/helper-member-expression-to-functions@^7.14.5", "@babel/helper-member-expression-to-functions@^7.14.7": version "7.14.7" resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.7.tgz#97e56244beb94211fe277bd818e3a329c66f7970" @@ -140,6 +206,13 @@ dependencies: "@babel/types" "^7.14.5" +"@babel/helper-member-expression-to-functions@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz#bfd34dc9bba9824a4658b0317ec2fd571a51e6ef" + integrity sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA== + dependencies: + "@babel/types" "^7.15.4" + "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3" @@ -147,7 +220,14 @@ dependencies: "@babel/types" "^7.14.5" -"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.14.8": +"@babel/helper-module-imports@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz#e18007d230632dea19b47853b984476e7b4e103f" + integrity sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA== + dependencies: + "@babel/types" "^7.15.4" + +"@babel/helper-module-transforms@^7.14.5": version "7.14.8" resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49" integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA== @@ -161,6 +241,20 @@ "@babel/traverse" "^7.14.8" "@babel/types" "^7.14.8" +"@babel/helper-module-transforms@^7.15.4": + version "7.15.7" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.7.tgz#7da80c8cbc1f02655d83f8b79d25866afe50d226" + integrity sha512-ZNqjjQG/AuFfekFTY+7nY4RgBSklgTu970c7Rj3m/JOhIu5KPBUuTA9AY6zaKcUvk4g6EbDXdBnhi35FAssdSw== + dependencies: + "@babel/helper-module-imports" "^7.15.4" + "@babel/helper-replace-supers" "^7.15.4" + "@babel/helper-simple-access" "^7.15.4" + "@babel/helper-split-export-declaration" "^7.15.4" + "@babel/helper-validator-identifier" "^7.15.7" + "@babel/template" "^7.15.4" + "@babel/traverse" "^7.15.4" + "@babel/types" "^7.15.6" + "@babel/helper-optimise-call-expression@^7.14.5": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c" @@ -168,6 +262,13 @@ dependencies: "@babel/types" "^7.14.5" +"@babel/helper-optimise-call-expression@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz#f310a5121a3b9cc52d9ab19122bd729822dee171" + integrity sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw== + dependencies: + "@babel/types" "^7.15.4" + "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9" @@ -182,6 +283,15 @@ "@babel/helper-wrap-function" "^7.14.5" "@babel/types" "^7.14.5" +"@babel/helper-remap-async-to-generator@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.15.4.tgz#2637c0731e4c90fbf58ac58b50b2b5a192fc970f" + integrity sha512-v53MxgvMK/HCwckJ1bZrq6dNKlmwlyRNYM6ypaRTdXWGOE2c1/SCa6dL/HimhPulGhZKw9W0QhREM583F/t0vQ== + dependencies: + "@babel/helper-annotate-as-pure" "^7.15.4" + "@babel/helper-wrap-function" "^7.15.4" + "@babel/types" "^7.15.4" + "@babel/helper-replace-supers@^7.14.5": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94" @@ -192,13 +302,30 @@ "@babel/traverse" "^7.14.5" "@babel/types" "^7.14.5" -"@babel/helper-simple-access@^7.14.5", "@babel/helper-simple-access@^7.14.8": +"@babel/helper-replace-supers@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.4.tgz#52a8ab26ba918c7f6dee28628b07071ac7b7347a" + integrity sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw== + dependencies: + "@babel/helper-member-expression-to-functions" "^7.15.4" + "@babel/helper-optimise-call-expression" "^7.15.4" + "@babel/traverse" "^7.15.4" + "@babel/types" "^7.15.4" + +"@babel/helper-simple-access@^7.14.8": version "7.14.8" resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924" integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg== dependencies: "@babel/types" "^7.14.8" +"@babel/helper-simple-access@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.15.4.tgz#ac368905abf1de8e9781434b635d8f8674bcc13b" + integrity sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg== + dependencies: + "@babel/types" "^7.15.4" + "@babel/helper-skip-transparent-expression-wrappers@^7.14.5": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4" @@ -206,6 +333,13 @@ dependencies: "@babel/types" "^7.14.5" +"@babel/helper-skip-transparent-expression-wrappers@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.15.4.tgz#707dbdba1f4ad0fa34f9114fc8197aec7d5da2eb" + integrity sha512-BMRLsdh+D1/aap19TycS4eD1qELGrCBJwzaY9IE8LrpJtJb+H7rQkPIdsfgnMtLBA6DJls7X9z93Z4U8h7xw0A== + dependencies: + "@babel/types" "^7.15.4" + "@babel/helper-split-export-declaration@^7.14.5": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz#22b23a54ef51c2b7605d851930c1976dd0bc693a" @@ -213,11 +347,23 @@ dependencies: "@babel/types" "^7.14.5" +"@babel/helper-split-export-declaration@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.15.4.tgz#aecab92dcdbef6a10aa3b62ab204b085f776e257" + integrity sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw== + dependencies: + "@babel/types" "^7.15.4" + "@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.8": version "7.14.8" resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c" integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow== +"@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.15.7": + version "7.15.7" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389" + integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w== + "@babel/helper-validator-option@^7.14.5": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3" @@ -233,14 +379,24 @@ "@babel/traverse" "^7.14.5" "@babel/types" "^7.14.5" -"@babel/helpers@^7.14.8": - version "7.14.8" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77" - integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw== +"@babel/helper-wrap-function@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.15.4.tgz#6f754b2446cfaf3d612523e6ab8d79c27c3a3de7" + integrity sha512-Y2o+H/hRV5W8QhIfTpRIBwl57y8PrZt6JM3V8FOo5qarjshHItyH5lXlpMfBfmBefOqSCpKZs/6Dxqp0E/U+uw== dependencies: - "@babel/template" "^7.14.5" - "@babel/traverse" "^7.14.8" - "@babel/types" "^7.14.8" + "@babel/helper-function-name" "^7.15.4" + "@babel/template" "^7.15.4" + "@babel/traverse" "^7.15.4" + "@babel/types" "^7.15.4" + +"@babel/helpers@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.15.4.tgz#5f40f02050a3027121a3cf48d497c05c555eaf43" + integrity sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ== + dependencies: + "@babel/template" "^7.15.4" + "@babel/traverse" "^7.15.4" + "@babel/types" "^7.15.4" "@babel/highlight@^7.14.5": version "7.14.5" @@ -256,22 +412,27 @@ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4" integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA== -"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e" - integrity sha512-ZoJS2XCKPBfTmL122iP6NM9dOg+d4lc9fFk3zxc8iDjvt8Pk4+TlsHSKhIPf6X+L5ORCdBzqMZDjL/WHj7WknQ== +"@babel/parser@^7.15.4", "@babel/parser@^7.15.5": + version "7.15.7" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.7.tgz#0c3ed4a2eb07b165dfa85b3cc45c727334c4edae" + integrity sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g== + +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz#dbdeabb1e80f622d9f0b583efb2999605e0a567e" + integrity sha512-eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog== dependencies: "@babel/helper-plugin-utils" "^7.14.5" - "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" + "@babel/helper-skip-transparent-expression-wrappers" "^7.15.4" "@babel/plugin-proposal-optional-chaining" "^7.14.5" -"@babel/plugin-proposal-async-generator-functions@^7.14.7": - version "7.14.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.7.tgz#784a48c3d8ed073f65adcf30b57bcbf6c8119ace" - integrity sha512-RK8Wj7lXLY3bqei69/cc25gwS5puEc3dknoFPFbqfy3XxYQBQFvu4ioWpafMBAB+L9NyptQK4nMOa5Xz16og8Q== +"@babel/plugin-proposal-async-generator-functions@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.4.tgz#f82aabe96c135d2ceaa917feb9f5fca31635277e" + integrity sha512-2zt2g5vTXpMC3OmK6uyjvdXptbhBXfA77XGrd3gh93zwG8lZYBLOBImiGBEG0RANu3JqKEACCz5CGk73OJROBw== dependencies: "@babel/helper-plugin-utils" "^7.14.5" - "@babel/helper-remap-async-to-generator" "^7.14.5" + "@babel/helper-remap-async-to-generator" "^7.15.4" "@babel/plugin-syntax-async-generators" "^7.8.4" "@babel/plugin-proposal-class-properties@7.14.5", "@babel/plugin-proposal-class-properties@^7.14.5": @@ -282,12 +443,12 @@ "@babel/helper-create-class-features-plugin" "^7.14.5" "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-proposal-class-static-block@^7.14.5": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.5.tgz#158e9e10d449c3849ef3ecde94a03d9f1841b681" - integrity sha512-KBAH5ksEnYHCegqseI5N9skTdxgJdmDoAOc0uXa+4QMYKeZD0w5IARh4FMlTNtaHhbB8v+KzMdTgxMMzsIy6Yg== +"@babel/plugin-proposal-class-static-block@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.15.4.tgz#3e7ca6128453c089e8b477a99f970c63fc1cb8d7" + integrity sha512-M682XWrrLNk3chXCjoPUQWOyYsB93B9z3mRyjtqqYJWDf2mfCdIYgDrA11cgNVhAQieaq6F2fn2f3wI0U4aTjA== dependencies: - "@babel/helper-create-class-features-plugin" "^7.14.5" + "@babel/helper-create-class-features-plugin" "^7.15.4" "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-syntax-class-static-block" "^7.14.5" @@ -339,16 +500,16 @@ "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-syntax-numeric-separator" "^7.10.4" -"@babel/plugin-proposal-object-rest-spread@7.14.7", "@babel/plugin-proposal-object-rest-spread@^7.14.7": - version "7.14.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.7.tgz#5920a2b3df7f7901df0205974c0641b13fd9d363" - integrity sha512-082hsZz+sVabfmDWo1Oct1u1AgbKbUAyVgmX4otIc7bdsRgHBXwTwb3DpDmD4Eyyx6DNiuz5UAATT655k+kL5g== +"@babel/plugin-proposal-object-rest-spread@7.15.6", "@babel/plugin-proposal-object-rest-spread@^7.15.6": + version "7.15.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.15.6.tgz#ef68050c8703d07b25af402cb96cf7f34a68ed11" + integrity sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg== dependencies: - "@babel/compat-data" "^7.14.7" - "@babel/helper-compilation-targets" "^7.14.5" + "@babel/compat-data" "^7.15.0" + "@babel/helper-compilation-targets" "^7.15.4" "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-syntax-object-rest-spread" "^7.8.3" - "@babel/plugin-transform-parameters" "^7.14.5" + "@babel/plugin-transform-parameters" "^7.15.4" "@babel/plugin-proposal-optional-catch-binding@^7.14.5": version "7.14.5" @@ -375,13 +536,13 @@ "@babel/helper-create-class-features-plugin" "^7.14.5" "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-proposal-private-property-in-object@^7.14.5": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.14.5.tgz#9f65a4d0493a940b4c01f8aa9d3f1894a587f636" - integrity sha512-62EyfyA3WA0mZiF2e2IV9mc9Ghwxcg8YTu8BS4Wss4Y3PY725OmS9M0qLORbJwLqFtGh+jiE4wAmocK2CTUK2Q== +"@babel/plugin-proposal-private-property-in-object@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.15.4.tgz#55c5e3b4d0261fd44fe637e3f624cfb0f484e3e5" + integrity sha512-X0UTixkLf0PCCffxgu5/1RQyGGbgZuKoI+vXP4iSbJSYwPb7hu06omsFGBvQ9lJEvwgrxHdS8B5nbfcd8GyUNA== dependencies: - "@babel/helper-annotate-as-pure" "^7.14.5" - "@babel/helper-create-class-features-plugin" "^7.14.5" + "@babel/helper-annotate-as-pure" "^7.15.4" + "@babel/helper-create-class-features-plugin" "^7.15.4" "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-syntax-private-property-in-object" "^7.14.5" @@ -521,24 +682,24 @@ dependencies: "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-block-scoping@^7.14.5": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.5.tgz#8cc63e61e50f42e078e6f09be775a75f23ef9939" - integrity sha512-LBYm4ZocNgoCqyxMLoOnwpsmQ18HWTQvql64t3GvMUzLQrNoV1BDG0lNftC8QKYERkZgCCT/7J5xWGObGAyHDw== +"@babel/plugin-transform-block-scoping@^7.15.3": + version "7.15.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.15.3.tgz#94c81a6e2fc230bcce6ef537ac96a1e4d2b3afaf" + integrity sha512-nBAzfZwZb4DkaGtOes1Up1nOAp9TDRRFw4XBzBBSG9QK7KVFmYzgj9o9sbPv7TX5ofL4Auq4wZnxCoPnI/lz2Q== dependencies: "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-classes@^7.14.5": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.5.tgz#0e98e82097b38550b03b483f9b51a78de0acb2cf" - integrity sha512-J4VxKAMykM06K/64z9rwiL6xnBHgB1+FVspqvlgCdwD1KUbQNfszeKVVOMh59w3sztHYIZDgnhOC4WbdEfHFDA== +"@babel/plugin-transform-classes@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.15.4.tgz#50aee17aaf7f332ae44e3bce4c2e10534d5d3bf1" + integrity sha512-Yjvhex8GzBmmPQUvpXRPWQ9WnxXgAFuZSrqOK/eJlOGIXwvv8H3UEdUigl1gb/bnjTrln+e8bkZUYCBt/xYlBg== dependencies: - "@babel/helper-annotate-as-pure" "^7.14.5" - "@babel/helper-function-name" "^7.14.5" - "@babel/helper-optimise-call-expression" "^7.14.5" + "@babel/helper-annotate-as-pure" "^7.15.4" + "@babel/helper-function-name" "^7.15.4" + "@babel/helper-optimise-call-expression" "^7.15.4" "@babel/helper-plugin-utils" "^7.14.5" - "@babel/helper-replace-supers" "^7.14.5" - "@babel/helper-split-export-declaration" "^7.14.5" + "@babel/helper-replace-supers" "^7.15.4" + "@babel/helper-split-export-declaration" "^7.15.4" globals "^11.1.0" "@babel/plugin-transform-computed-properties@^7.14.5": @@ -578,10 +739,10 @@ "@babel/helper-builder-binary-assignment-operator-visitor" "^7.14.5" "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-for-of@^7.14.5": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.14.5.tgz#dae384613de8f77c196a8869cbf602a44f7fc0eb" - integrity sha512-CfmqxSUZzBl0rSjpoQSFoR9UEj3HzbGuGNL21/iFTmjb5gFggJp3ph0xR1YBhexmLoKRHzgxuFvty2xdSt6gTA== +"@babel/plugin-transform-for-of@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.15.4.tgz#25c62cce2718cfb29715f416e75d5263fb36a8c2" + integrity sha512-DRTY9fA751AFBDh2oxydvVm4SYevs5ILTWLs6xKXps4Re/KG5nfUkr+TdHCrRWB8C69TlzVgA9b3RmGWmgN9LA== dependencies: "@babel/helper-plugin-utils" "^7.14.5" @@ -616,25 +777,25 @@ "@babel/helper-plugin-utils" "^7.14.5" babel-plugin-dynamic-import-node "^2.3.3" -"@babel/plugin-transform-modules-commonjs@^7.14.5": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.5.tgz#7aaee0ea98283de94da98b28f8c35701429dad97" - integrity sha512-en8GfBtgnydoao2PS+87mKyw62k02k7kJ9ltbKe0fXTHrQmG6QZZflYuGI1VVG7sVpx4E1n7KBpNlPb8m78J+A== +"@babel/plugin-transform-modules-commonjs@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.4.tgz#8201101240eabb5a76c08ef61b2954f767b6b4c1" + integrity sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA== dependencies: - "@babel/helper-module-transforms" "^7.14.5" + "@babel/helper-module-transforms" "^7.15.4" "@babel/helper-plugin-utils" "^7.14.5" - "@babel/helper-simple-access" "^7.14.5" + "@babel/helper-simple-access" "^7.15.4" babel-plugin-dynamic-import-node "^2.3.3" -"@babel/plugin-transform-modules-systemjs@^7.14.5": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.14.5.tgz#c75342ef8b30dcde4295d3401aae24e65638ed29" - integrity sha512-mNMQdvBEE5DcMQaL5LbzXFMANrQjd2W7FPzg34Y4yEz7dBgdaC+9B84dSO+/1Wba98zoDbInctCDo4JGxz1VYA== +"@babel/plugin-transform-modules-systemjs@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.15.4.tgz#b42890c7349a78c827719f1d2d0cd38c7d268132" + integrity sha512-fJUnlQrl/mezMneR72CKCgtOoahqGJNVKpompKwzv3BrEXdlPspTcyxrZ1XmDTIr9PpULrgEQo3qNKp6dW7ssw== dependencies: - "@babel/helper-hoist-variables" "^7.14.5" - "@babel/helper-module-transforms" "^7.14.5" + "@babel/helper-hoist-variables" "^7.15.4" + "@babel/helper-module-transforms" "^7.15.4" "@babel/helper-plugin-utils" "^7.14.5" - "@babel/helper-validator-identifier" "^7.14.5" + "@babel/helper-validator-identifier" "^7.14.9" babel-plugin-dynamic-import-node "^2.3.3" "@babel/plugin-transform-modules-umd@^7.14.5": @@ -645,10 +806,10 @@ "@babel/helper-module-transforms" "^7.14.5" "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-named-capturing-groups-regex@^7.14.7": - version "7.14.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.7.tgz#60c06892acf9df231e256c24464bfecb0908fd4e" - integrity sha512-DTNOTaS7TkW97xsDMrp7nycUVh6sn/eq22VaxWfEdzuEbRsiaOU0pqU7DlyUGHVsbQbSghvjKRpEl+nUCKGQSg== +"@babel/plugin-transform-named-capturing-groups-regex@^7.14.9": + version "7.14.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz#c68f5c5d12d2ebaba3762e57c2c4f6347a46e7b2" + integrity sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA== dependencies: "@babel/helper-create-regexp-features-plugin" "^7.14.5" @@ -667,10 +828,10 @@ "@babel/helper-plugin-utils" "^7.14.5" "@babel/helper-replace-supers" "^7.14.5" -"@babel/plugin-transform-parameters@^7.14.5": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.14.5.tgz#49662e86a1f3ddccac6363a7dfb1ff0a158afeb3" - integrity sha512-Tl7LWdr6HUxTmzQtzuU14SqbgrSKmaR77M0OKyq4njZLQTPfOvzblNKyNkGwOfEFCEx7KeYHQHDI0P3F02IVkA== +"@babel/plugin-transform-parameters@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.15.4.tgz#5f2285cc3160bf48c8502432716b48504d29ed62" + integrity sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ== dependencies: "@babel/helper-plugin-utils" "^7.14.5" @@ -695,10 +856,10 @@ dependencies: "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-runtime@7.14.5": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.14.5.tgz#30491dad49c6059f8f8fa5ee8896a0089e987523" - integrity sha512-fPMBhh1AV8ZyneiCIA+wYYUH1arzlXR1UMcApjvchDhfKxhy2r2lReJv8uHEyihi4IFIGlr1Pdx7S5fkESDQsg== +"@babel/plugin-transform-runtime@7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.0.tgz#d3aa650d11678ca76ce294071fda53d7804183b3" + integrity sha512-sfHYkLGjhzWTq6xsuQ01oEsUYjkHRux9fW1iUA68dC7Qd8BS1Unq4aZ8itmQp95zUzIcyR2EbNMTzAicFj+guw== dependencies: "@babel/helper-module-imports" "^7.14.5" "@babel/helper-plugin-utils" "^7.14.5" @@ -743,12 +904,12 @@ dependencies: "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-typescript@^7.14.5": - version "7.14.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.14.6.tgz#6e9c2d98da2507ebe0a883b100cde3c7279df36c" - integrity sha512-XlTdBq7Awr4FYIzqhmYY80WN0V0azF74DMPyFqVHBvf81ZUgc4X7ZOpx6O8eLDK6iM5cCQzeyJw0ynTaefixRA== +"@babel/plugin-transform-typescript@^7.15.0": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.15.4.tgz#db7a062dcf8be5fc096bc0eeb40a13fbfa1fa251" + integrity sha512-sM1/FEjwYjXvMwu1PJStH11kJ154zd/lpY56NQJ5qH2D0mabMv1CAy/kdvS9RP4Xgfj9fBBA3JiSLdDHgXdzOA== dependencies: - "@babel/helper-create-class-features-plugin" "^7.14.6" + "@babel/helper-create-class-features-plugin" "^7.15.4" "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-syntax-typescript" "^7.14.5" @@ -767,30 +928,30 @@ "@babel/helper-create-regexp-features-plugin" "^7.14.5" "@babel/helper-plugin-utils" "^7.14.5" -"@babel/preset-env@7.14.8": - version "7.14.8" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b" - integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg== +"@babel/preset-env@7.15.6": + version "7.15.6" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.6.tgz#0f3898db9d63d320f21b17380d8462779de57659" + integrity sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw== dependencies: - "@babel/compat-data" "^7.14.7" - "@babel/helper-compilation-targets" "^7.14.5" + "@babel/compat-data" "^7.15.0" + "@babel/helper-compilation-targets" "^7.15.4" "@babel/helper-plugin-utils" "^7.14.5" "@babel/helper-validator-option" "^7.14.5" - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5" - "@babel/plugin-proposal-async-generator-functions" "^7.14.7" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.15.4" + "@babel/plugin-proposal-async-generator-functions" "^7.15.4" "@babel/plugin-proposal-class-properties" "^7.14.5" - "@babel/plugin-proposal-class-static-block" "^7.14.5" + "@babel/plugin-proposal-class-static-block" "^7.15.4" "@babel/plugin-proposal-dynamic-import" "^7.14.5" "@babel/plugin-proposal-export-namespace-from" "^7.14.5" "@babel/plugin-proposal-json-strings" "^7.14.5" "@babel/plugin-proposal-logical-assignment-operators" "^7.14.5" "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5" "@babel/plugin-proposal-numeric-separator" "^7.14.5" - "@babel/plugin-proposal-object-rest-spread" "^7.14.7" + "@babel/plugin-proposal-object-rest-spread" "^7.15.6" "@babel/plugin-proposal-optional-catch-binding" "^7.14.5" "@babel/plugin-proposal-optional-chaining" "^7.14.5" "@babel/plugin-proposal-private-methods" "^7.14.5" - "@babel/plugin-proposal-private-property-in-object" "^7.14.5" + "@babel/plugin-proposal-private-property-in-object" "^7.15.4" "@babel/plugin-proposal-unicode-property-regex" "^7.14.5" "@babel/plugin-syntax-async-generators" "^7.8.4" "@babel/plugin-syntax-class-properties" "^7.12.13" @@ -809,25 +970,25 @@ "@babel/plugin-transform-arrow-functions" "^7.14.5" "@babel/plugin-transform-async-to-generator" "^7.14.5" "@babel/plugin-transform-block-scoped-functions" "^7.14.5" - "@babel/plugin-transform-block-scoping" "^7.14.5" - "@babel/plugin-transform-classes" "^7.14.5" + "@babel/plugin-transform-block-scoping" "^7.15.3" + "@babel/plugin-transform-classes" "^7.15.4" "@babel/plugin-transform-computed-properties" "^7.14.5" "@babel/plugin-transform-destructuring" "^7.14.7" "@babel/plugin-transform-dotall-regex" "^7.14.5" "@babel/plugin-transform-duplicate-keys" "^7.14.5" "@babel/plugin-transform-exponentiation-operator" "^7.14.5" - "@babel/plugin-transform-for-of" "^7.14.5" + "@babel/plugin-transform-for-of" "^7.15.4" "@babel/plugin-transform-function-name" "^7.14.5" "@babel/plugin-transform-literals" "^7.14.5" "@babel/plugin-transform-member-expression-literals" "^7.14.5" "@babel/plugin-transform-modules-amd" "^7.14.5" - "@babel/plugin-transform-modules-commonjs" "^7.14.5" - "@babel/plugin-transform-modules-systemjs" "^7.14.5" + "@babel/plugin-transform-modules-commonjs" "^7.15.4" + "@babel/plugin-transform-modules-systemjs" "^7.15.4" "@babel/plugin-transform-modules-umd" "^7.14.5" - "@babel/plugin-transform-named-capturing-groups-regex" "^7.14.7" + "@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9" "@babel/plugin-transform-new-target" "^7.14.5" "@babel/plugin-transform-object-super" "^7.14.5" - "@babel/plugin-transform-parameters" "^7.14.5" + "@babel/plugin-transform-parameters" "^7.15.4" "@babel/plugin-transform-property-literals" "^7.14.5" "@babel/plugin-transform-regenerator" "^7.14.5" "@babel/plugin-transform-reserved-words" "^7.14.5" @@ -839,11 +1000,11 @@ "@babel/plugin-transform-unicode-escapes" "^7.14.5" "@babel/plugin-transform-unicode-regex" "^7.14.5" "@babel/preset-modules" "^0.1.4" - "@babel/types" "^7.14.8" + "@babel/types" "^7.15.6" babel-plugin-polyfill-corejs2 "^0.2.2" babel-plugin-polyfill-corejs3 "^0.2.2" babel-plugin-polyfill-regenerator "^0.2.2" - core-js-compat "^3.15.0" + core-js-compat "^3.16.0" semver "^6.3.0" "@babel/preset-modules@^0.1.4": @@ -857,24 +1018,31 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/preset-typescript@7.14.5": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.14.5.tgz#aa98de119cf9852b79511f19e7f44a2d379bcce0" - integrity sha512-u4zO6CdbRKbS9TypMqrlGH7sd2TAJppZwn3c/ZRLeO/wGsbddxgbPDUZVNrie3JWYLQ9vpineKlsrWFvO6Pwkw== +"@babel/preset-typescript@7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.15.0.tgz#e8fca638a1a0f64f14e1119f7fe4500277840945" + integrity sha512-lt0Y/8V3y06Wq/8H/u0WakrqciZ7Fz7mwPDHWUJAXlABL5hiUG42BNlRXiELNjeWjO5rWmnNKlx+yzJvxezHow== dependencies: "@babel/helper-plugin-utils" "^7.14.5" "@babel/helper-validator-option" "^7.14.5" - "@babel/plugin-transform-typescript" "^7.14.5" + "@babel/plugin-transform-typescript" "^7.15.0" -"@babel/runtime-corejs3@7.14.8": - version "7.14.8" - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.14.8.tgz#68539e0129f13eb1ed9a9aa273d3542b93c88384" - integrity sha512-4dMD5QRBkumn45oweR0SxoNtt15oz3BUBAQ8cIx7HJqZTtE8zjpM0My8aHJHVnyf4XfRg6DNzaE1080WLBiC1w== +"@babel/runtime-corejs3@7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.15.4.tgz#403139af262b9a6e8f9ba04a6fdcebf8de692bf1" + integrity sha512-lWcAqKeB624/twtTc3w6w/2o9RqJPaNBhPGK6DKLSiwuVWC7WFkypWyNg+CpZoyJH0jVzv1uMtXZ/5/lQOLtCg== + dependencies: + core-js-pure "^3.16.0" + regenerator-runtime "^0.13.4" + +"@babel/runtime@7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a" + integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw== dependencies: - core-js-pure "^3.15.0" regenerator-runtime "^0.13.4" -"@babel/runtime@7.14.8", "@babel/runtime@^7.8.4": +"@babel/runtime@^7.8.4": version "7.14.8" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.8.tgz#7119a56f421018852694290b9f9148097391b446" integrity sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg== @@ -890,6 +1058,15 @@ "@babel/parser" "^7.14.5" "@babel/types" "^7.14.5" +"@babel/template@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.15.4.tgz#51898d35dcf3faa670c4ee6afcfd517ee139f194" + integrity sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg== + dependencies: + "@babel/code-frame" "^7.14.5" + "@babel/parser" "^7.15.4" + "@babel/types" "^7.15.4" + "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8": version "7.14.8" resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce" @@ -905,6 +1082,21 @@ debug "^4.1.0" globals "^11.1.0" +"@babel/traverse@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d" + integrity sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA== + dependencies: + "@babel/code-frame" "^7.14.5" + "@babel/generator" "^7.15.4" + "@babel/helper-function-name" "^7.15.4" + "@babel/helper-hoist-variables" "^7.15.4" + "@babel/helper-split-export-declaration" "^7.15.4" + "@babel/parser" "^7.15.4" + "@babel/types" "^7.15.4" + debug "^4.1.0" + globals "^11.1.0" + "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.4.4": version "7.14.8" resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728" @@ -913,6 +1105,14 @@ "@babel/helper-validator-identifier" "^7.14.8" to-fast-properties "^2.0.0" +"@babel/types@^7.15.4", "@babel/types@^7.15.6": + version "7.15.6" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f" + integrity sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig== + dependencies: + "@babel/helper-validator-identifier" "^7.14.9" + to-fast-properties "^2.0.0" + "@rollup/plugin-babel@^5.3.0": version "5.3.0" resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.3.0.tgz#9cb1c5146ddd6a4968ad96f209c50c62f92f9879" @@ -1250,6 +1450,17 @@ browserslist@^4.14.5, browserslist@^4.16.6: escalade "^3.1.1" node-releases "^1.1.71" +browserslist@^4.17.0: + version "4.17.1" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.1.tgz#a98d104f54af441290b7d592626dd541fa642eb9" + integrity sha512-aLD0ZMDSnF4lUt4ZDNgqi5BUn9BZ7YdQdI/cYlILrhdSSZJLU9aNZoD5/NBmM4SK34APB2e83MOsRt1EnkuyaQ== + dependencies: + caniuse-lite "^1.0.30001259" + electron-to-chromium "^1.3.846" + escalade "^3.1.1" + nanocolors "^0.1.5" + node-releases "^1.1.76" + buffer-from@^1.0.0: version "1.1.1" resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" @@ -1280,6 +1491,13 @@ caniuse-lite@^1.0.30001219: resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001246.tgz#fe17d9919f87124d6bb416ef7b325356d69dc76c" integrity sha512-Tc+ff0Co/nFNbLOrziBXmMVtpt9S2c2Y+Z9Nk9Khj09J+0zR9ejvIW5qkZAErCbOrVODCx/MN+GpB5FNBs5GFA== +caniuse-lite@^1.0.30001259: + version "1.0.30001260" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001260.tgz#e3be3f34ddad735ca4a2736fa9e768ef34316270" + integrity sha512-Fhjc/k8725ItmrvW5QomzxLeojewxvqiYCKeFcfFEhut28IVLdpHU19dneOmltZQIE5HNbawj1HYD+1f2bM1Dg== + dependencies: + nanocolors "^0.1.0" + chalk@4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad" @@ -1362,7 +1580,7 @@ convert-source-map@^1.7.0: dependencies: safe-buffer "~5.1.1" -core-js-compat@^3.14.0, core-js-compat@^3.15.0: +core-js-compat@^3.14.0: version "3.15.2" resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.15.2.tgz#47272fbb479880de14b4e6081f71f3492f5bd3cb" integrity sha512-Wp+BJVvwopjI+A1EFqm2dwUmWYXrvucmtIB2LgXn/Rb+gWPKYxtmb4GKHGKG/KGF1eK9jfjzT38DITbTOCX/SQ== @@ -1370,10 +1588,18 @@ core-js-compat@^3.14.0, core-js-compat@^3.15.0: browserslist "^4.16.6" semver "7.0.0" -core-js-pure@^3.15.0: - version "3.15.2" - resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.15.2.tgz#c8e0874822705f3385d3197af9348f7c9ae2e3ce" - integrity sha512-D42L7RYh1J2grW8ttxoY1+17Y4wXZeKe7uyplAI3FkNQyI5OgBIAjUfFiTPfL1rs0qLpxaabITNbjKl1Sp82tA== +core-js-compat@^3.16.0: + version "3.18.0" + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.18.0.tgz#fb360652201e8ac8da812718c008cd0482ed9b42" + integrity sha512-tRVjOJu4PxdXjRMEgbP7lqWy1TWJu9a01oBkn8d+dNrhgmBwdTkzhHZpVJnEmhISLdoJI1lX08rcBcHi3TZIWg== + dependencies: + browserslist "^4.17.0" + semver "7.0.0" + +core-js-pure@^3.16.0: + version "3.18.0" + resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.18.0.tgz#e5187347bae66448c9e2d67c01c34c4df3261dc5" + integrity sha512-ZnK+9vyuMhKulIGqT/7RHGRok8RtkHMEX/BGPHkHx+ouDkq+MUvf9mfIgdqhpmPDu8+V5UtRn/CbCRc9I4lX4w== cross-spawn@^7.0.3: version "7.0.3" @@ -1413,6 +1639,11 @@ electron-to-chromium@^1.3.723: resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.786.tgz#1fc572abc77e2f474725f8a61acf7e25ced9fbe2" integrity sha512-AmvbLBj3hepRk8v/DHrFF8gINxOFfDbrn6Ts3PcK46/FBdQb5OMmpamSpZQXSkfi77FfBzYtQtAk+00LCLYMVw== +electron-to-chromium@^1.3.846: + version "1.3.849" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.849.tgz#45a65a392565abc5b864624b9753393336426f4b" + integrity sha512-RweyW60HPOqIcxoKTGr38Yvtf2aliSUqX8dB3e9geJ0Bno0YLjcOX5F7/DPVloBkJWaPZ7xOM1A0Yme2T1A34w== + emojis-list@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78" @@ -1856,6 +2087,11 @@ ms@2.1.2: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== +nanocolors@^0.1.0, nanocolors@^0.1.5: + version "0.1.12" + resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.1.12.tgz#8577482c58cbd7b5bb1681db4cf48f11a87fd5f6" + integrity sha512-2nMHqg1x5PU+unxX7PGY7AuYxl2qDx7PSrTRjizr8sxdd3l/3hBuWWaki62qmtYm2U5i4Z5E7GbjlyDFhs9/EQ== + neo-async@^2.6.2: version "2.6.2" resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" @@ -1866,6 +2102,11 @@ node-releases@^1.1.71: resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.73.tgz#dd4e81ddd5277ff846b80b52bb40c49edf7a7b20" integrity sha512-uW7fodD6pyW2FZNZnp/Z3hvWKeEW1Y8R1+1CnErE8cXFXzl5blBOoVB41CvMer6P6Q0S5FXDwcHgFd1Wj0U9zg== +node-releases@^1.1.76: + version "1.1.76" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.76.tgz#df245b062b0cafbd5282ab6792f7dccc2d97f36e" + integrity sha512-9/IECtNr8dXNmPWmFXepT0/7o5eolGesHUa3mtr0KlgnCvnZxwh2qensKL42JJY2vQKC3nIBXetFAqR+PW1CmA== + normalize-package-data@^2.3.2: version "2.5.0" resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" From 9a16261e64809fe286df65e20dcb693754737d3d Mon Sep 17 00:00:00 2001 From: Shiono Yoshihide Date: Fri, 24 Sep 2021 08:32:35 +0900 Subject: [PATCH 05/14] Bump arg from 5.0.0 to 5.0.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8ad9e479..0219832f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@babel/preset-typescript": "7.15.0", "@babel/runtime": "7.15.4", "@babel/runtime-corejs3": "7.15.4", - "arg": "5.0.0", + "arg": "5.0.1", "babel-loader": "8.2.2", "chalk": "4.1.1", "delay": "5.0.0", diff --git a/yarn.lock b/yarn.lock index 0ac3d2fd..223155b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1375,10 +1375,10 @@ ansi-styles@^4.1.0: dependencies: color-convert "^2.0.1" -arg@5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.0.tgz#a20e2bb5710e82950a516b3f933fee5ed478be90" - integrity sha512-4P8Zm2H+BRS+c/xX1LrHw0qKpEhdlZjLCgWy+d78T9vqa2Z2SiD2wMrYuWIAFy5IZUD7nnNXroRttz+0RzlrzQ== +arg@5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.1.tgz#eb0c9a8f77786cad2af8ff2b862899842d7b6adb" + integrity sha512-e0hDa9H2Z9AwFkk2qDlwhoMYE4eToKarchkQHovNdLTCYMHZHeRjI71crOh+dio4K6u1IcwubQqo79Ga4CyAQA== babel-loader@8.2.2: version "8.2.2" From 0fdbb83cdd8f7119df6ce50dca4616733a1f8bbc Mon Sep 17 00:00:00 2001 From: Shiono Yoshihide Date: Fri, 24 Sep 2021 08:33:38 +0900 Subject: [PATCH 06/14] Bump chalk from 4.1.1 to 4.1.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0219832f..b755c437 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@babel/runtime-corejs3": "7.15.4", "arg": "5.0.1", "babel-loader": "8.2.2", - "chalk": "4.1.1", + "chalk": "4.1.2", "delay": "5.0.0", "execa": "5.1.1", "fs-extra": "10.0.0", diff --git a/yarn.lock b/yarn.lock index 223155b7..441ba05a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1498,10 +1498,10 @@ caniuse-lite@^1.0.30001259: dependencies: nanocolors "^0.1.0" -chalk@4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad" - integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg== +chalk@4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" + integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== dependencies: ansi-styles "^4.1.0" supports-color "^7.1.0" From 1b3dbad14a2b043e09bcb8897abaeba54497b87f Mon Sep 17 00:00:00 2001 From: Shiono Yoshihide Date: Fri, 24 Sep 2021 08:37:47 +0900 Subject: [PATCH 07/14] Bump webpack from 5.46.0 to 5.53.0 --- package.json | 2 +- yarn.lock | 32 +++++++++++++++----------------- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index b755c437..7ff3bb69 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "delay": "5.0.0", "execa": "5.1.1", "fs-extra": "10.0.0", - "webpack": "5.46.0", + "webpack": "5.53.0", "webpack-merge": "5.8.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 441ba05a..6c1f1c11 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1341,6 +1341,11 @@ resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d" integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== +acorn-import-assertions@^1.7.6: + version "1.7.6" + resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.7.6.tgz#580e3ffcae6770eebeec76c3b9723201e9d01f78" + integrity sha512-FlVvVFA1TX6l3lp8VjDnYYq7R1nyW6x3svAt4nDgrWQ9SBaSh9CnbwgSUTasgfNfOG5HlM1ehugCvM+hjo56LA== + acorn@^8.4.1: version "8.4.1" resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.4.1.tgz#56c36251fc7cabc7096adc18f05afe814321a28c" @@ -2428,11 +2433,6 @@ signal-exit@^3.0.3: resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c" integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA== -source-list-map@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" - integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== - source-map-support@~0.5.19: version "0.5.19" resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61" @@ -2613,18 +2613,15 @@ webpack-merge@5.8.0: clone-deep "^4.0.1" wildcard "^2.0.0" -webpack-sources@^2.3.1: - version "2.3.1" - resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.3.1.tgz#570de0af163949fe272233c2cefe1b56f74511fd" - integrity sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA== - dependencies: - source-list-map "^2.0.1" - source-map "^0.6.1" +webpack-sources@^3.2.0: + version "3.2.1" + resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.1.tgz#251a7d9720d75ada1469ca07dbb62f3641a05b6d" + integrity sha512-t6BMVLQ0AkjBOoRTZgqrWm7xbXMBzD+XDq2EZ96+vMfn3qKgsvdXZhbPZ4ElUOpdv4u+iiGe+w3+J75iy/bYGA== -webpack@5.46.0: - version "5.46.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.46.0.tgz#105d20d96f79db59b316b0ae54316f0f630314b5" - integrity sha512-qxD0t/KTedJbpcXUmvMxY5PUvXDbF8LsThCzqomeGaDlCA6k998D8yYVwZMvO8sSM3BTEOaD4uzFniwpHaTIJw== +webpack@5.53.0: + version "5.53.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.53.0.tgz#f463cd9c6fc1356ae4b9b7ac911fd1f5b2df86af" + integrity sha512-RZ1Z3z3ni44snoWjfWeHFyzvd9HMVYDYC5VXmlYUT6NWgEOWdCNpad5Fve2CzzHoRED7WtsKe+FCyP5Vk4pWiQ== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.50" @@ -2632,6 +2629,7 @@ webpack@5.46.0: "@webassemblyjs/wasm-edit" "1.11.1" "@webassemblyjs/wasm-parser" "1.11.1" acorn "^8.4.1" + acorn-import-assertions "^1.7.6" browserslist "^4.14.5" chrome-trace-event "^1.0.2" enhanced-resolve "^5.8.0" @@ -2648,7 +2646,7 @@ webpack@5.46.0: tapable "^2.1.1" terser-webpack-plugin "^5.1.3" watchpack "^2.2.0" - webpack-sources "^2.3.1" + webpack-sources "^3.2.0" which@^2.0.1: version "2.0.2" From 89090ea008dbf4db6dbbd84acb338f63c56b0734 Mon Sep 17 00:00:00 2001 From: Shiono Yoshihide Date: Fri, 24 Sep 2021 08:38:48 +0900 Subject: [PATCH 08/14] Bump rollup from 2.53.3 to 2.57.0 --- package.json | 6 +++--- yarn.lock | 24 ++++++++++++------------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 7ff3bb69..8a3565e0 100644 --- a/package.json +++ b/package.json @@ -55,12 +55,12 @@ }, "devDependencies": { "@rollup/plugin-babel": "^5.3.0", - "@rollup/plugin-commonjs": "^19.0.1", - "@rollup/plugin-node-resolve": "^13.0.2", + "@rollup/plugin-commonjs": "^20.0.0", + "@rollup/plugin-node-resolve": "^13.0.5", "@types/fs-extra": "^9.0.12", "@types/node": "^14.14.31", "rimraf": "^3.0.2", - "rollup": "^2.53.3", + "rollup": "^2.57.0", "rollup-plugin-auto-external": "^2.0.0", "rollup-plugin-terser": "^7.0.2", "typescript": "^4.3.5" diff --git a/yarn.lock b/yarn.lock index 6c1f1c11..58c9b034 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1121,10 +1121,10 @@ "@babel/helper-module-imports" "^7.10.4" "@rollup/pluginutils" "^3.1.0" -"@rollup/plugin-commonjs@^19.0.1": - version "19.0.1" - resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-19.0.1.tgz#94a2c103d675523d3ab1c60bfbec567b3eb70410" - integrity sha512-bRrPTIAsWw2LmEspEMvV9f+7N7CEQgZCj2Zi1F0e0P3+/tbjQaSNNVVRSRWVhuDagp8yjK5kbIut8KTPsseRhg== +"@rollup/plugin-commonjs@^20.0.0": + version "20.0.0" + resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-20.0.0.tgz#3246872dcbcb18a54aaa6277a8c7d7f1b155b745" + integrity sha512-5K0g5W2Ol8hAcTHqcTBHiA7M58tfmYi1o9KxeJuuRNpGaTa5iLjcyemBitCBcKXaHamOBBEH2dGom6v6Unmqjg== dependencies: "@rollup/pluginutils" "^3.1.0" commondir "^1.0.1" @@ -1134,10 +1134,10 @@ magic-string "^0.25.7" resolve "^1.17.0" -"@rollup/plugin-node-resolve@^13.0.2": - version "13.0.2" - resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.0.2.tgz#bfe58e9bfc7284ee0fabc6da7fabcb268f04e0a4" - integrity sha512-hv+eAMcA2hQ7qvPVcXbtIyc0dtue4jMyA2sCW4IMkrmh+SeDDEHg1MXTv65VPpKdtjvWzN3+4mHAEl4rT+zgzQ== +"@rollup/plugin-node-resolve@^13.0.5": + version "13.0.5" + resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.0.5.tgz#016abe58796a4ff544d6beac7818921e3d3777fc" + integrity sha512-mVaw6uxtvuGx/XCI4qBQXsDZJUfyx5vp39iE0J/7Hd6wDhEbjHr6aES7Nr9yWbuE0BY+oKp6N7Bq6jX5NCGNmQ== dependencies: "@rollup/pluginutils" "^3.1.0" "@types/resolve" "1.17.1" @@ -2340,10 +2340,10 @@ rollup-plugin-terser@^7.0.2: serialize-javascript "^4.0.0" terser "^5.0.0" -rollup@^2.53.3: - version "2.53.3" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.53.3.tgz#14b0e57f0874d4ad23bdbb13050cf70bcd1eabf7" - integrity sha512-79QIGP5DXz5ZHYnCPi3tLz+elOQi6gudp9YINdaJdjG0Yddubo6JRFUM//qCZ0Bap/GJrsUoEBVdSOc4AkMlRA== +rollup@^2.57.0: + version "2.57.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.57.0.tgz#c1694475eb22e1022477c0f4635fd0ac80713173" + integrity sha512-bKQIh1rWKofRee6mv8SrF2HdP6pea5QkwBZSMImJysFj39gQuiV8MEPBjXOCpzk3wSYp63M2v2wkWBmFC8O/rg== optionalDependencies: fsevents "~2.3.2" From 257f38f3c7712051632737f7ac0f4130a1697542 Mon Sep 17 00:00:00 2001 From: Shiono Yoshihide Date: Fri, 24 Sep 2021 08:40:26 +0900 Subject: [PATCH 09/14] Bump typescript from 4.3.5 to 4.4.3 --- examples/with-typescript-ant-design/package.json | 2 +- examples/with-typescript-emotion/package.json | 2 +- examples/with-typescript-material-ui/package.json | 2 +- examples/with-typescript-tailwindcss/package.json | 2 +- examples/with-typescript/package.json | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/with-typescript-ant-design/package.json b/examples/with-typescript-ant-design/package.json index a3fe2261..1d7f3c55 100644 --- a/examples/with-typescript-ant-design/package.json +++ b/examples/with-typescript-ant-design/package.json @@ -29,7 +29,7 @@ "null-loader": "^4.0.1", "react": "^17.0.2", "react-dom": "^17.0.2", - "typescript": "^4.3.5", + "typescript": "^4.4.3", "webpack": "^4.46.0" } } diff --git a/examples/with-typescript-emotion/package.json b/examples/with-typescript-emotion/package.json index 90de687c..32fd3997 100644 --- a/examples/with-typescript-emotion/package.json +++ b/examples/with-typescript-emotion/package.json @@ -26,6 +26,6 @@ "nextron": "^7.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", - "typescript": "^4.3.5" + "typescript": "^4.4.3" } } diff --git a/examples/with-typescript-material-ui/package.json b/examples/with-typescript-material-ui/package.json index 420b7bef..31ad64e0 100644 --- a/examples/with-typescript-material-ui/package.json +++ b/examples/with-typescript-material-ui/package.json @@ -24,6 +24,6 @@ "nextron": "^7.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", - "typescript": "^4.3.5" + "typescript": "^4.4.3" } } diff --git a/examples/with-typescript-tailwindcss/package.json b/examples/with-typescript-tailwindcss/package.json index ceef9a28..43f55aea 100644 --- a/examples/with-typescript-tailwindcss/package.json +++ b/examples/with-typescript-tailwindcss/package.json @@ -26,6 +26,6 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "tailwindcss": "^2.2.7", - "typescript": "^4.3.5" + "typescript": "^4.4.3" } } diff --git a/examples/with-typescript/package.json b/examples/with-typescript/package.json index 05e521ea..a570aa14 100644 --- a/examples/with-typescript/package.json +++ b/examples/with-typescript/package.json @@ -23,6 +23,6 @@ "nextron": "^7.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", - "typescript": "^4.3.5" + "typescript": "^4.4.3" } } diff --git a/package.json b/package.json index 8a3565e0..c632b4d3 100644 --- a/package.json +++ b/package.json @@ -63,6 +63,6 @@ "rollup": "^2.57.0", "rollup-plugin-auto-external": "^2.0.0", "rollup-plugin-terser": "^7.0.2", - "typescript": "^4.3.5" + "typescript": "^4.4.3" } } diff --git a/yarn.lock b/yarn.lock index 58c9b034..e30abf56 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2549,10 +2549,10 @@ to-fast-properties@^2.0.0: resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= -typescript@^4.3.5: - version "4.3.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4" - integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA== +typescript@^4.4.3: + version "4.4.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324" + integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA== unicode-canonical-property-names-ecmascript@^1.0.4: version "1.0.4" From ec618a16029755e53c20e9d73a6375f6f6f50f9b Mon Sep 17 00:00:00 2001 From: Shiono Yoshihide Date: Fri, 24 Sep 2021 08:41:40 +0900 Subject: [PATCH 10/14] Bump antd from 4.16.8 to 4.16.13 --- examples/with-javascript-ant-design/package.json | 2 +- examples/with-typescript-ant-design/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-javascript-ant-design/package.json b/examples/with-javascript-ant-design/package.json index bd29c249..28f58637 100644 --- a/examples/with-javascript-ant-design/package.json +++ b/examples/with-javascript-ant-design/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@babel/core": "^7.15.5", "@zeit/next-css": "^1.0.1", - "antd": "^4.16.8", + "antd": "^4.16.13", "babel-loader": "^8.2.2", "babel-plugin-import": "^1.13.3", "electron": "^15.0.0", diff --git a/examples/with-typescript-ant-design/package.json b/examples/with-typescript-ant-design/package.json index 1d7f3c55..4df0f061 100644 --- a/examples/with-typescript-ant-design/package.json +++ b/examples/with-typescript-ant-design/package.json @@ -19,7 +19,7 @@ "@types/node": "^14.14.31", "@types/react": "^16.9.49", "@zeit/next-css": "^1.0.1", - "antd": "^4.16.8", + "antd": "^4.16.13", "babel-loader": "^8.2.2", "babel-plugin-import": "^1.13.3", "electron": "^15.0.0", From 548061f4f0180ad6da5d5aec01013a78f91562e4 Mon Sep 17 00:00:00 2001 From: Shiono Yoshihide Date: Fri, 24 Sep 2021 08:43:06 +0900 Subject: [PATCH 11/14] Bump @emotion/react from 11.4.0 to 11.4.1 --- examples/with-javascript-emotion/package.json | 2 +- examples/with-typescript-emotion/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-javascript-emotion/package.json b/examples/with-javascript-emotion/package.json index 1b44cf95..727f9eb4 100644 --- a/examples/with-javascript-emotion/package.json +++ b/examples/with-javascript-emotion/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@emotion/babel-plugin": "^11.3.0", - "@emotion/react": "^11.4.0", + "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", "electron": "^15.0.0", "electron-builder": "^22.11.7", diff --git a/examples/with-typescript-emotion/package.json b/examples/with-typescript-emotion/package.json index 32fd3997..8020e3b1 100644 --- a/examples/with-typescript-emotion/package.json +++ b/examples/with-typescript-emotion/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@emotion/babel-plugin": "^11.3.0", - "@emotion/react": "^11.4.0", + "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", "@types/node": "^14.14.31", "@types/react": "^16.9.49", From ae7ffbf2237f6dc57dd79809e910eacd4af56703 Mon Sep 17 00:00:00 2001 From: Shiono Yoshihide Date: Fri, 24 Sep 2021 08:44:00 +0900 Subject: [PATCH 12/14] Bump @material-ui/core from 4.12.2 to 4.12.3 --- examples/with-javascript-material-ui/package.json | 2 +- examples/with-typescript-material-ui/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-javascript-material-ui/package.json b/examples/with-javascript-material-ui/package.json index 6ea64dde..a27a6f79 100644 --- a/examples/with-javascript-material-ui/package.json +++ b/examples/with-javascript-material-ui/package.json @@ -15,7 +15,7 @@ "electron-store": "^8.0.1" }, "devDependencies": { - "@material-ui/core": "^4.12.2", + "@material-ui/core": "^4.12.3", "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.1.2", diff --git a/examples/with-typescript-material-ui/package.json b/examples/with-typescript-material-ui/package.json index 31ad64e0..5aeab43d 100644 --- a/examples/with-typescript-material-ui/package.json +++ b/examples/with-typescript-material-ui/package.json @@ -15,7 +15,7 @@ "electron-store": "^8.0.1" }, "devDependencies": { - "@material-ui/core": "^4.12.2", + "@material-ui/core": "^4.12.3", "@types/node": "^14.14.31", "@types/react": "^16.9.49", "electron": "^15.0.0", From 689c6385a54ab17d6509dab342c046f3fd79b41b Mon Sep 17 00:00:00 2001 From: Shiono Yoshihide Date: Fri, 24 Sep 2021 08:46:54 +0900 Subject: [PATCH 13/14] Bump tailwindcss from 2.2.7 to 2.2.15 --- examples/with-javascript-tailwindcss/package.json | 6 +++--- examples/with-typescript-tailwindcss/package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/with-javascript-tailwindcss/package.json b/examples/with-javascript-tailwindcss/package.json index 104866f3..6d410194 100644 --- a/examples/with-javascript-tailwindcss/package.json +++ b/examples/with-javascript-tailwindcss/package.json @@ -15,14 +15,14 @@ "electron-store": "^8.0.1" }, "devDependencies": { - "autoprefixer": "^10.3.1", + "autoprefixer": "^10.3.5", "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.1.2", "nextron": "^7.0.0", - "postcss": "^8.3.6", + "postcss": "^8.3.7", "react": "^17.0.2", "react-dom": "^17.0.2", - "tailwindcss": "^2.2.7" + "tailwindcss": "^2.2.15" } } diff --git a/examples/with-typescript-tailwindcss/package.json b/examples/with-typescript-tailwindcss/package.json index 43f55aea..5410dad6 100644 --- a/examples/with-typescript-tailwindcss/package.json +++ b/examples/with-typescript-tailwindcss/package.json @@ -17,15 +17,15 @@ "devDependencies": { "@types/node": "^14.14.31", "@types/react": "^17.0.0", - "autoprefixer": "^10.3.1", + "autoprefixer": "^10.3.5", "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.1.2", "nextron": "^7.0.0", - "postcss": "^8.3.6", + "postcss": "^8.3.7", "react": "^17.0.2", "react-dom": "^17.0.2", - "tailwindcss": "^2.2.7", + "tailwindcss": "^2.2.15", "typescript": "^4.4.3" } } From 58dcd1a87bc26776a32415ec76243e870a9cefe5 Mon Sep 17 00:00:00 2001 From: Shiono Yoshihide Date: Fri, 24 Sep 2021 09:16:27 +0900 Subject: [PATCH 14/14] v7.1.0 --- examples/custom-build-options/package.json | 2 +- examples/custom-main-entry/package.json | 2 +- examples/custom-renderer-port/package.json | 2 +- examples/ipc-communication/package.json | 2 +- examples/store-data/package.json | 2 +- examples/with-javascript-ant-design/package.json | 2 +- examples/with-javascript-emotion/package.json | 2 +- examples/with-javascript-material-ui/package.json | 2 +- examples/with-javascript-tailwindcss/package.json | 2 +- examples/with-javascript/package.json | 2 +- examples/with-typescript-ant-design/package.json | 2 +- examples/with-typescript-emotion/package.json | 2 +- examples/with-typescript-material-ui/package.json | 2 +- examples/with-typescript-tailwindcss/package.json | 2 +- examples/with-typescript/package.json | 2 +- package.json | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/examples/custom-build-options/package.json b/examples/custom-build-options/package.json index a1bda96c..acd01351 100644 --- a/examples/custom-build-options/package.json +++ b/examples/custom-build-options/package.json @@ -23,7 +23,7 @@ "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.1.2", - "nextron": "^7.0.0", + "nextron": "^7.1.0", "react": "^17.0.2", "react-dom": "^17.0.2" } diff --git a/examples/custom-main-entry/package.json b/examples/custom-main-entry/package.json index 8db0c495..e1b1fee8 100644 --- a/examples/custom-main-entry/package.json +++ b/examples/custom-main-entry/package.json @@ -18,7 +18,7 @@ "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.1.2", - "nextron": "^7.0.0", + "nextron": "^7.1.0", "react": "^17.0.2", "react-dom": "^17.0.2" } diff --git a/examples/custom-renderer-port/package.json b/examples/custom-renderer-port/package.json index 86e0ed2a..c1220a11 100644 --- a/examples/custom-renderer-port/package.json +++ b/examples/custom-renderer-port/package.json @@ -18,7 +18,7 @@ "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.1.2", - "nextron": "^7.0.0", + "nextron": "^7.1.0", "react": "^17.0.2", "react-dom": "^17.0.2" } diff --git a/examples/ipc-communication/package.json b/examples/ipc-communication/package.json index 8db0c495..e1b1fee8 100644 --- a/examples/ipc-communication/package.json +++ b/examples/ipc-communication/package.json @@ -18,7 +18,7 @@ "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.1.2", - "nextron": "^7.0.0", + "nextron": "^7.1.0", "react": "^17.0.2", "react-dom": "^17.0.2" } diff --git a/examples/store-data/package.json b/examples/store-data/package.json index 8db0c495..e1b1fee8 100644 --- a/examples/store-data/package.json +++ b/examples/store-data/package.json @@ -18,7 +18,7 @@ "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.1.2", - "nextron": "^7.0.0", + "nextron": "^7.1.0", "react": "^17.0.2", "react-dom": "^17.0.2" } diff --git a/examples/with-javascript-ant-design/package.json b/examples/with-javascript-ant-design/package.json index 28f58637..9fa54110 100644 --- a/examples/with-javascript-ant-design/package.json +++ b/examples/with-javascript-ant-design/package.json @@ -23,7 +23,7 @@ "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.1.2", - "nextron": "^7.0.0", + "nextron": "^7.1.0", "null-loader": "^4.0.1", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/examples/with-javascript-emotion/package.json b/examples/with-javascript-emotion/package.json index 727f9eb4..50ac69b3 100644 --- a/examples/with-javascript-emotion/package.json +++ b/examples/with-javascript-emotion/package.json @@ -21,7 +21,7 @@ "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.1.2", - "nextron": "^7.0.0", + "nextron": "^7.1.0", "react": "^17.0.2", "react-dom": "^17.0.2" } diff --git a/examples/with-javascript-material-ui/package.json b/examples/with-javascript-material-ui/package.json index a27a6f79..3f36401a 100644 --- a/examples/with-javascript-material-ui/package.json +++ b/examples/with-javascript-material-ui/package.json @@ -19,7 +19,7 @@ "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.1.2", - "nextron": "^7.0.0", + "nextron": "^7.1.0", "react": "^17.0.2", "react-dom": "^17.0.2" } diff --git a/examples/with-javascript-tailwindcss/package.json b/examples/with-javascript-tailwindcss/package.json index 6d410194..e2d8c41d 100644 --- a/examples/with-javascript-tailwindcss/package.json +++ b/examples/with-javascript-tailwindcss/package.json @@ -19,7 +19,7 @@ "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.1.2", - "nextron": "^7.0.0", + "nextron": "^7.1.0", "postcss": "^8.3.7", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/examples/with-javascript/package.json b/examples/with-javascript/package.json index 8db0c495..e1b1fee8 100644 --- a/examples/with-javascript/package.json +++ b/examples/with-javascript/package.json @@ -18,7 +18,7 @@ "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.1.2", - "nextron": "^7.0.0", + "nextron": "^7.1.0", "react": "^17.0.2", "react-dom": "^17.0.2" } diff --git a/examples/with-typescript-ant-design/package.json b/examples/with-typescript-ant-design/package.json index 4df0f061..9ac40a67 100644 --- a/examples/with-typescript-ant-design/package.json +++ b/examples/with-typescript-ant-design/package.json @@ -25,7 +25,7 @@ "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.1.2", - "nextron": "^7.0.0", + "nextron": "^7.1.0", "null-loader": "^4.0.1", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/examples/with-typescript-emotion/package.json b/examples/with-typescript-emotion/package.json index 8020e3b1..047c7bc6 100644 --- a/examples/with-typescript-emotion/package.json +++ b/examples/with-typescript-emotion/package.json @@ -23,7 +23,7 @@ "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.1.2", - "nextron": "^7.0.0", + "nextron": "^7.1.0", "react": "^17.0.2", "react-dom": "^17.0.2", "typescript": "^4.4.3" diff --git a/examples/with-typescript-material-ui/package.json b/examples/with-typescript-material-ui/package.json index 5aeab43d..ee340deb 100644 --- a/examples/with-typescript-material-ui/package.json +++ b/examples/with-typescript-material-ui/package.json @@ -21,7 +21,7 @@ "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.1.2", - "nextron": "^7.0.0", + "nextron": "^7.1.0", "react": "^17.0.2", "react-dom": "^17.0.2", "typescript": "^4.4.3" diff --git a/examples/with-typescript-tailwindcss/package.json b/examples/with-typescript-tailwindcss/package.json index 5410dad6..e716c22b 100644 --- a/examples/with-typescript-tailwindcss/package.json +++ b/examples/with-typescript-tailwindcss/package.json @@ -21,7 +21,7 @@ "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.1.2", - "nextron": "^7.0.0", + "nextron": "^7.1.0", "postcss": "^8.3.7", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/examples/with-typescript/package.json b/examples/with-typescript/package.json index a570aa14..fce153c6 100644 --- a/examples/with-typescript/package.json +++ b/examples/with-typescript/package.json @@ -20,7 +20,7 @@ "electron": "^15.0.0", "electron-builder": "^22.11.7", "next": "^11.1.2", - "nextron": "^7.0.0", + "nextron": "^7.1.0", "react": "^17.0.2", "react-dom": "^17.0.2", "typescript": "^4.4.3" diff --git a/package.json b/package.json index c632b4d3..60b26cb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextron", - "version": "7.0.0", + "version": "7.1.0", "description": "⚡ NEXT.js + Electron ⚡", "repository": "git@github.com:saltyshiomix/nextron.git", "author": "Shiono Yoshihide ",