Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:privatenumber/esbuild-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Dec 21, 2021
2 parents 7cd111e + 84cfe8d commit 3534fa0
Show file tree
Hide file tree
Showing 4 changed files with 303 additions and 187 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npx ci
- name: Lint
if: ${{ matrix.node-version == '14.x' }}
run: npm run lint
- name: Test
run: npm run test --if-present
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@
"webpack-sources": "^2.2.0"
},
"devDependencies": {
"@pvtnbr/eslint-config": "^0.7.1",
"@pvtnbr/eslint-config": "^0.8.0",
"@types/jest": "^27.0.3",
"@types/loader-utils": "^2.0.3",
"@types/webpack": "^4.41.32",
"css-loader": "^5.2.0",
"eslint": "^8.4.1",
"eslint": "^8.5.0",
"husky": "^4.3.8",
"jest": "^27.4.4",
"lint-staged": "^12.1.2",
"memfs": "^3.4.0",
"mini-css-extract-plugin": "^1.4.0",
"typescript": "^4.5.3",
"typescript": "^4.5.4",
"unionfs": "^4.4.0",
"webpack": "^4.44.2",
"webpack-test-utils": "^1.1.0",
Expand Down
Loading

0 comments on commit 3534fa0

Please sign in to comment.