Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #111 from goosewobbler/0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler authored Feb 13, 2022
2 parents c17c8ae + 137cbc4 commit bd14edd
Show file tree
Hide file tree
Showing 13 changed files with 347 additions and 324 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"import/no-default-export": "error",
"import/prefer-default-export": "off",
"import/no-extraneous-dependencies": ["error", { "devDependencies": true }],
"node/no-unpublished-require": "off"
"node/no-unpublished-require": "off",
"node/no-unpublished-import": "off"
},
"overrides": [
{
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dj-helper",
"description": "A tool for constructing DJ sets",
"version": "0.1.3",
"version": "0.1.4",
"author": "Sam Maister <[email protected]>",
"license": "AGPL-3.0-or-later",
"main": "./bundle/main.prod.js",
Expand Down Expand Up @@ -74,7 +74,7 @@
"@testing-library/webdriverio": "^3.0.5",
"@types/jest": "^27.4.0",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.16",
"@types/node": "^17.0.17",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.22",
Expand All @@ -86,9 +86,9 @@
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"@wdio/cli": "^7.16.14",
"@wdio/local-runner": "^7.16.14",
"@wdio/mocha-framework": "^7.16.14",
"@wdio/cli": "^7.16.15",
"@wdio/local-runner": "^7.16.15",
"@wdio/mocha-framework": "^7.16.15",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"ci-info": "^3.3.0",
Expand All @@ -105,7 +105,7 @@
"electron-devtools-installer": "^3.2.0",
"electron-notarize": "^1.1.1",
"electron-store": "^8.0.1",
"eslint": "^8.8.0",
"eslint": "^8.9.0",
"eslint-config-airbnb": "^19.0.3",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.3.0",
Expand All @@ -124,7 +124,7 @@
"eslint-plugin-webdriverio": "^1.0.1",
"expect-webdriverio": "^3.1.4",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.1",
"html-webpack-harddisk-plugin": "^2.0.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.0",
Expand All @@ -148,17 +148,17 @@
"redux": "^4.1.2",
"source-map-loader": "^3.0.1",
"source-map-support": "^0.5.21",
"stylelint": "^14.4.0",
"stylelint": "^14.5.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^25.0.0",
"tailwindcss": "^3.0.19",
"tailwindcss": "^3.0.22",
"tailwindcss-scoped-groups": "^2.0.0",
"terser-webpack-plugin": "^5.3.1",
"ts-jest": "^27.1.3",
"ts-node": "^10.5.0",
"typescript": "^4.5.5",
"wdio-electron-service": "^2.0.5",
"webdriverio": "^7.16.14",
"webdriverio": "^7.16.15",
"webpack": "^5.68.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
Expand Down
Loading

0 comments on commit bd14edd

Please sign in to comment.