Skip to content

Commit

Permalink
Merge pull request #13 from tidal-music/dependency-management
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
enjikaka authored Jan 15, 2025
2 parents 7d881bc + 84e187e commit 9207701
Show file tree
Hide file tree
Showing 10 changed files with 3,198 additions and 2,592 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,37 +32,37 @@
"gh-action:start": "LAMBDA_TASK_ROOT=true AWS_EXECUTION_ENV=true AWS_ENV=fakelamda node src/server/local/index.js"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@tidal-music/common": "^0.1.5",
"@tidal-music/player": "^0.2.0",
"@tidal-music/player-web-components": "^0.1.2",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.7",
"@web/test-runner": "^0.18.2",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.12",
"@web/test-runner": "^0.18.3",
"@web/test-runner-playwright": "^0.11.0",
"cypress": "^13.7.2",
"chai": "^5.1.2",
"cypress": "^13.17.0",
"esbuild": "^0.20.2",
"esbuild-plugin-clean": "^1.0.1",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-postcss": "^0.0.4",
"eslint": "~8",
"eslint-config-tidal": "3.2.0",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-cypress": "^2.15.1",
"express": "^4.19.2",
"eslint": "9.18.0",
"eslint-config-tidal": "4.0.0",
"eslint-plugin-compat": "^6.0.2",
"eslint-plugin-cypress": "^4.1.0",
"express": "^4.21.2",
"hasha": "^6.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"npm-run-all": "^4.1.5",
"playwright": "1.43.1",
"postcss": "^8.4.38",
"postcss": "^8.4.49",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^9.5.4",
"postcss-preset-env": "^9.6.0",
"postcss-reporter": "^7.1.0",
"screenfull": "^6.0.2",
"stylelint": "^16.3.1",
"stylelint-config-standard": "^36.0.0",
"svgo": "^3.2.0",
"typescript": "^5.4.4"
"stylelint": "^16.13.0",
"stylelint-config-standard": "^36.0.1",
"svgo": "^3.3.2",
"typescript": "^5.7.3"
}
}
Loading

0 comments on commit 9207701

Please sign in to comment.