Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed May 2, 2024
1 parent 12b6951 commit 5e9f643
Show file tree
Hide file tree
Showing 3 changed files with 762 additions and 796 deletions.
21 changes: 9 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,24 @@
],
"devDependencies": {
"@sofie-automation/code-standard-preset": "^2.5.2",
"@types/node": "^16.11.64",
"copy-webpack-plugin": "^11.0.0",
"@types/node": "^16.18.96",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"husky": "^8.0.3",
"lerna": "^7.1.1",
"lerna": "^8.1.2",
"rimraf": "^5.0.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "~5.0",
"webpack": "^5.90.3",
"typescript": "~5.0.4",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
"webpack-dev-server": "^4.15.2"
},
"scripts": {
"prepare": "run g:husky install",
"dev": "run build:root --watch",
"dev:demo": "yarn workspace @elgato-stream-deck/webhid-demo start",
"build": "run build:root && yarn lerna run build",
"build:root": "run g:rimraf packages/*/dist && run g:tsc --build tsconfig.build.json",
"build:root": "rimraf packages/*/dist && tsc --build tsconfig.build.json",
"test": "run lint && run unit",
"unit": "jest",
"lint:raw": "./node_modules/.bin/eslint --ext .ts --ext .js --ext .tsx --ext .jsx --ignore-pattern dist",
Expand All @@ -35,17 +34,15 @@
"publish2": "run build && lerna publish from-package --pre-dist-tag next",
"validate:dependencies": "yarn npm audit --groups dependencies && run license-validate",
"license-validate": "sofie-licensecheck --allowPackages \"@loupedeck/web-demo@$(node -p \"require('./packages/web-demo/package.json').version\");[email protected];[email protected];[email protected]\"",
"g:tsc": "cd $INIT_CWD && tsc",
"g:rimraf": "cd $INIT_CWD && rimraf",
"g:husky": "./node_modules/.bin/husky",
"g:lint-staged": "./node_modules/.bin/lint-staged"
},
"lint-staged": {
"*.{css,json,md,scss}": [
"prettier --write"
"./node_modules/.bin/prettier --write"
],
"*.{ts,tsx,js,jsx}": [
"yarn lint:raw --fix"
"run lint:raw --fix"
]
},
"packageManager": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/web-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"scripts": {
"start": "webpack serve --mode development --color",
"build": "run g:rimraf dist && cross-env NODE_ENV=production webpack --progress"
"build": "cross-env NODE_ENV=production webpack --progress"
},
"engines": {
"node": ">=14.18"
Expand Down
Loading

0 comments on commit 5e9f643

Please sign in to comment.