Skip to content

Commit 4a2946d

Browse files
authored
Merge pull request #57 from simlu/dep/update
fix: reverted node 10 support
2 parents f60655b + 39f3c3e commit 4a2946d

File tree

4 files changed

+57
-11
lines changed

4 files changed

+57
-11
lines changed

.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"presets": [["latest-node", {"target": "12"}]],
2+
"presets": [["latest-node", {"target": "10"}]],
33
"plugins": [],
44
"sourceMaps": false
55
}

.roboconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"assorted/@npm-opensource"
55
],
66
"variables": {
7-
"nodeVersion": "12",
7+
"nodeVersion": "10",
88
"repoKey": "blackflux/object-lib",
99
"packageName": "object-lib",
1010
"projectName": "object-lib",

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"license": "MIT",
1111
"devDependencies": {
1212
"@babel/cli": "7.13.10",
13-
"@babel/core": "7.13.8",
13+
"@babel/core": "7.13.10",
1414
"@babel/register": "7.13.8",
1515
"@blackflux/eslint-plugin-rules": "1.3.46",
16-
"@blackflux/robo-config-plugin": "4.1.3",
16+
"@blackflux/robo-config-plugin": "4.1.4",
1717
"babel-eslint": "10.1.0",
1818
"babel-preset-latest-node": "5.4.0",
1919
"chai": "4.3.3",
@@ -107,7 +107,7 @@
107107
"url": "https://github.com/blackflux/object-lib/issues"
108108
},
109109
"engines": {
110-
"node": ">= 12"
110+
"node": ">= 10"
111111
},
112112
"dependencies": {
113113
"object-scan": "14.0.0"

yarn.lock

+52-6
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,29 @@
3838
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
3939
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
4040

41-
"@babel/[email protected]", "@babel/core@^7.7.5":
41+
42+
version "7.13.10"
43+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
44+
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
45+
dependencies:
46+
"@babel/code-frame" "^7.12.13"
47+
"@babel/generator" "^7.13.9"
48+
"@babel/helper-compilation-targets" "^7.13.10"
49+
"@babel/helper-module-transforms" "^7.13.0"
50+
"@babel/helpers" "^7.13.10"
51+
"@babel/parser" "^7.13.10"
52+
"@babel/template" "^7.12.13"
53+
"@babel/traverse" "^7.13.0"
54+
"@babel/types" "^7.13.0"
55+
convert-source-map "^1.7.0"
56+
debug "^4.1.0"
57+
gensync "^1.0.0-beta.2"
58+
json5 "^2.1.2"
59+
lodash "^4.17.19"
60+
semver "^6.3.0"
61+
source-map "^0.5.0"
62+
63+
"@babel/core@^7.7.5":
4264
version "7.13.8"
4365
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb"
4466
integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==
@@ -60,7 +82,7 @@
6082
semver "^6.3.0"
6183
source-map "^0.5.0"
6284

63-
"@babel/generator@^7.13.0":
85+
"@babel/generator@^7.13.0", "@babel/generator@^7.13.9":
6486
version "7.13.9"
6587
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
6688
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
@@ -76,6 +98,16 @@
7698
dependencies:
7799
"@babel/types" "^7.12.13"
78100

101+
"@babel/helper-compilation-targets@^7.13.10":
102+
version "7.13.10"
103+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c"
104+
integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==
105+
dependencies:
106+
"@babel/compat-data" "^7.13.8"
107+
"@babel/helper-validator-option" "^7.12.17"
108+
browserslist "^4.14.5"
109+
semver "^6.3.0"
110+
79111
"@babel/helper-compilation-targets@^7.13.8":
80112
version "7.13.8"
81113
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468"
@@ -201,6 +233,15 @@
201233
"@babel/traverse" "^7.13.0"
202234
"@babel/types" "^7.13.0"
203235

236+
"@babel/helpers@^7.13.10":
237+
version "7.13.10"
238+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
239+
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
240+
dependencies:
241+
"@babel/template" "^7.12.13"
242+
"@babel/traverse" "^7.13.0"
243+
"@babel/types" "^7.13.0"
244+
204245
"@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
205246
version "7.13.8"
206247
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.8.tgz#10b2dac78526424dfc1f47650d0e415dfd9dc481"
@@ -215,6 +256,11 @@
215256
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.9.tgz#ca34cb95e1c2dd126863a84465ae8ef66114be99"
216257
integrity sha512-nEUfRiARCcaVo3ny3ZQjURjHQZUo/JkEw7rLlSZy/psWGnvwXFtPcr6jb7Yb41DVW5LTe6KRq9LGleRNsg1Frw==
217258

259+
"@babel/parser@^7.13.10":
260+
version "7.13.10"
261+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
262+
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
263+
218264
"@babel/plugin-proposal-nullish-coalescing-operator@^7.12.1":
219265
version "7.13.8"
220266
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.13.8.tgz#3730a31dafd3c10d8ccd10648ed80a2ac5472ef3"
@@ -344,10 +390,10 @@
344390
dependencies:
345391
smart-fs "1.12.5"
346392

347-
"@blackflux/[email protected].3":
348-
version "4.1.3"
349-
resolved "https://registry.yarnpkg.com/@blackflux/robo-config-plugin/-/robo-config-plugin-4.1.3.tgz#ed0722286160432f03edb1639a551c179d9893d8"
350-
integrity sha512-vgU37ueUgPexxB+wL8ckfUe5TsGgEYjKM1diHcDlUa8TNp0P1HNPAC9K/O51P75sY37Ewe0imm6G6r1byVLUPw==
393+
"@blackflux/[email protected].4":
394+
version "4.1.4"
395+
resolved "https://registry.yarnpkg.com/@blackflux/robo-config-plugin/-/robo-config-plugin-4.1.4.tgz#9ae0de0052e55700eaf3f12af35355b386b9b401"
396+
integrity sha512-oxPD6wdgOOLTKwDSc788DDG4OWJi/bHg41nQ52rjXrRsyoCQ/WfO8ewEwGc2YqbEHifISu5lIhQPl0Edn0zzBw==
351397

352398
"@eslint/eslintrc@^0.4.0":
353399
version "0.4.0"

0 commit comments

Comments
 (0)