Skip to content

Commit

Permalink
Merge branch 'main' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
djcsdy committed Dec 6, 2023
2 parents e69a55b + 4f52830 commit 999d13d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2019-2022 Software Ventures Limited.
Copyright 2019-2023 Software Ventures Limited.

Permission to use, copy, modify, and/or distribute this software for any purpose
with or without fee is hereby granted, provided that the above copyright notice
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"repository": "github:softwareventures/webpack-config",
"license": "ISC",
"scripts": {
"pre-commit": "precise-commits",
"fix": "tsc --noEmit && eslint . --fix && prettier --write .",
"lint": "tsc --noEmit && eslint . && prettier --check .",
"pre-commit": "precise-commits",
"prepare": "husky install && tsc",
"semantic-release": "semantic-release",
"test": "echo No tests yet"
Expand Down Expand Up @@ -67,7 +67,7 @@
"webpack-dev-server": "^4.0.0"
},
"devDependencies": {
"@softwareventures/eslint-config": "7.1.2",
"@softwareventures/eslint-config": "7.1.4",
"@softwareventures/precise-commits": "3.0.21",
"@softwareventures/prettier-config": "4.0.0",
"@softwareventures/semantic-release-config": "3.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -659,10 +659,10 @@
"@softwareventures/nullable" "^3.1.0"
tslib "2.5.0"

"@softwareventures/eslint-config@7.1.2":
version "7.1.2"
resolved "https://registry.yarnpkg.com/@softwareventures/eslint-config/-/eslint-config-7.1.2.tgz#c37bd76e1ffad1bb4457eac7dc4012cfa382c69d"
integrity sha512-U3u/dbMe23W/wIoWGdrKFZ2St6bBiIl6+B6aco6aJRFTdmJNZaT9oRHRKQztFG4kO5eKlPKmoX3nYb+FzE8vcw==
"@softwareventures/eslint-config@7.1.4":
version "7.1.4"
resolved "https://registry.yarnpkg.com/@softwareventures/eslint-config/-/eslint-config-7.1.4.tgz#e74d20ace5314a9d1b0f1bd0d7492c5f7e9a800e"
integrity sha512-DDYCIbWLcsim6A9LxVoYXVurkj1nd6ebWOgQAXU6lfkVc2O3FkQs35lqivKHH/XwezAc69IoNLFV7y748AWLPQ==
dependencies:
tslib "^2.3.1"

Expand Down

0 comments on commit 999d13d

Please sign in to comment.