Skip to content

Commit 6e3eb80

Browse files
ErioldDaniel Montoya
andauthored
feat: update all dependencies lastest (#328)
BREAKING CHANGE: update project to node18 with all dependencies Co-authored-by: Daniel Montoya <daniel.montoya@eclass.cl>
1 parent b9c7101 commit 6e3eb80

File tree

13 files changed

+14352
-13246
lines changed

13 files changed

+14352
-13246
lines changed

.DS_Store

6 KB
Binary file not shown.

.eslintrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"parserOptions": {
3+
"ecmaVersion": "latest"
4+
},
5+
"env": {
6+
"es6": true,
7+
"node": true,
8+
"browser": true
9+
},
10+
"rules": {
11+
"semi": ["error", "always"],
12+
"quotes": ["error", "double"]
13+
}
14+
}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.20.2
1+
18.18.0

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cache:
44
- ~/.npm
55
- .nyc_output
66
node_js:
7-
- "12"
7+
- "18"
88
notifications:
99
email: false
1010
stages:
@@ -24,8 +24,9 @@ jobs:
2424
script: commitlint-travis
2525
- stage: test
2626
node_js:
27-
- "12"
28-
- "10"
27+
- "14"
28+
- "16"
29+
- "18"
2930
script: npm t
3031
- stage: coverage
3132
before_script:

0 commit comments

Comments
 (0)