Skip to content

Commit 5fc846f

Browse files
chore: update dependencies to latest minor version (#5)
1 parent da06daa commit 5fc846f

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,9 @@ jobs:
5757
- name: 📥 Install dependencies
5858
run: npm install
5959

60-
- name: 🏗 Build
61-
run: npm run build
62-
6360
- name: ▶️ Run test script
6461
run: npm run test
62+
6563
- name: ⬆️ Upload coverage report
6664
uses: codecov/codecov-action@v3
6765

package.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@
1919
"dependencies": {},
2020
"devDependencies": {
2121
"@mysticatea/eslint-plugin": "^11.0.0",
22-
"@types/eslint": "^4.16.2",
22+
"@types/eslint": "^6.8.1",
2323
"@types/jsdom": "^12.2.4",
24-
"@types/mocha": "^5.2.2",
25-
"@types/node": "^12.6.8",
24+
"@types/mocha": "^5.2.7",
25+
"@types/node": "^12.20.55",
2626
"dts-bundle": "^0.7.3",
27-
"eslint": "^6.1.0",
28-
"jsdom": "^15.1.1",
29-
"mocha": "^6.2.0",
27+
"eslint": "^6.8.0",
28+
"jsdom": "^15.2.1",
29+
"mocha": "^6.2.3",
3030
"npm-run-all": "^4.1.5",
3131
"nyc": "^14.1.1",
32-
"rimraf": "^2.6.2",
33-
"rollup": "^1.17.0",
32+
"rimraf": "^2.7.1",
33+
"rollup": "^1.32.1",
3434
"rollup-plugin-node-resolve": "^5.2.0",
35-
"rollup-plugin-sourcemaps": "^0.4.2",
36-
"ts-node": "^8.3.0",
37-
"typescript": "^3.5.3"
35+
"rollup-plugin-sourcemaps": "^0.6.3",
36+
"ts-node": "^8.10.2",
37+
"typescript": "^3.9.10"
3838
},
3939
"scripts": {
4040
"prebuild": "npm run -s clean",
@@ -44,7 +44,6 @@
4444
"build:dts": "dts-bundle --name @eslint-community/regexpp --main .temp/index.d.ts --out ../index.d.ts",
4545
"clean": "rimraf .temp index.*",
4646
"lint": "eslint . --ext .ts",
47-
"pretest": "npm run build build",
4847
"test": "nyc _mocha \"test/*.ts\" --reporter dot --timeout 10000",
4948
"update:test": "ts-node scripts/update-fixtures.ts",
5049
"update:unicode": "run-s update:unicode:*",

0 commit comments

Comments
 (0)