Skip to content

Commit

Permalink
build(NPM): use updated @toplast/lastfm library
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Aug 13, 2024
1 parent aea29de commit c5b0db8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "cd ./node_modules/@toplast/lastfm && yarn add -D typescript@4.8.4 && yarn install && yarn run build",
"postinstall": "cd ./node_modules/@toplast/lastfm && yarn add -D typescript@4.9.5 && yarn install && yarn run build",
"build": "next build",
"build:validators": "ts-node $(find src/vendors/integrations/api.validation -name compile.ts)",
"ci:netlify": "npm install --unsafe-perm=true netlify-cli -g",
Expand All @@ -25,7 +25,6 @@
},
"overrides": {
"@babel/traverse": ">=7.23.2",
"axios": ">=0.21.2",
"eslint-plugin-unused-imports": {
"@typescript-eslint/eslint-plugin": "^5.0.0"
},
Expand All @@ -46,7 +45,7 @@
"@chakra-ui/react": "^2.0.0",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.6.0",
"@toplast/lastfm": "https://github.com/niall-byrne/lastfm#dev",
"@toplast/lastfm": "https://github.com/niall-byrne/lastfm#3b31f1f112dc6ce8f837020e85374a5c6fc9156d",
"ajv": "^8.12.0",
"cheerio": "^1.0.0-rc.12",
"d3": "^7.8.5",
Expand Down

0 comments on commit c5b0db8

Please sign in to comment.