Skip to content

Commit

Permalink
Merge pull request #231 from privatenumber/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Dec 12, 2021
2 parents 3c020ee + 7fe4db1 commit 7cd111e
Show file tree
Hide file tree
Showing 12 changed files with 2,187 additions and 6,352 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,32 +40,32 @@
"webpack": "^4.40.0 || ^5.0.0"
},
"dependencies": {
"esbuild": "^0.13.4",
"esbuild": "^0.14.2",
"joycon": "^3.0.1",
"json5": "^2.2.0",
"loader-utils": "^2.0.0",
"tapable": "^2.2.0",
"type-fest": "^1.4.0",
"webpack-sources": "^2.2.0"
},
"devDependencies": {
"@pvtnbr/eslint-config-typescript": "^0.1.22",
"@types/jest": "^27.0.1",
"@pvtnbr/eslint-config": "^0.7.1",
"@types/jest": "^27.0.3",
"@types/loader-utils": "^2.0.3",
"@types/webpack": "^4.41.30",
"@types/webpack": "^4.41.32",
"css-loader": "^5.2.0",
"eslint": "^7.32.0",
"eslint": "^8.4.1",
"husky": "^4.3.8",
"jest": "^27.0.6",
"lint-staged": "^11.1.2",
"memfs": "^3.2.2",
"jest": "^27.4.4",
"lint-staged": "^12.1.2",
"memfs": "^3.4.0",
"mini-css-extract-plugin": "^1.4.0",
"typescript": "^4.3.5",
"typescript": "^4.5.3",
"unionfs": "^4.4.0",
"webpack": "^4.44.2",
"webpack-test-utils": "^1.1.0",
"webpack5": "npm:webpack@^5.0.0"
},
"eslintConfig": {
"extends": "@pvtnbr/eslint-config-typescript"
"extends": "@pvtnbr"
}
}
Loading

0 comments on commit 7cd111e

Please sign in to comment.