Skip to content

Commit c5b0db8

Browse files
committed
build(NPM): use updated @toplast/lastfm library
1 parent aea29de commit c5b0db8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"postinstall": "cd ./node_modules/@toplast/lastfm && yarn add -D typescript@4.8.4 && yarn install && yarn run build",
6+
"postinstall": "cd ./node_modules/@toplast/lastfm && yarn add -D typescript@4.9.5 && yarn install && yarn run build",
77
"build": "next build",
88
"build:validators": "ts-node $(find src/vendors/integrations/api.validation -name compile.ts)",
99
"ci:netlify": "npm install --unsafe-perm=true netlify-cli -g",
@@ -25,7 +25,6 @@
2525
},
2626
"overrides": {
2727
"@babel/traverse": ">=7.23.2",
28-
"axios": ">=0.21.2",
2928
"eslint-plugin-unused-imports": {
3029
"@typescript-eslint/eslint-plugin": "^5.0.0"
3130
},
@@ -46,7 +45,7 @@
4645
"@chakra-ui/react": "^2.0.0",
4746
"@emotion/react": "^11.8.2",
4847
"@emotion/styled": "^11.6.0",
49-
"@toplast/lastfm": "https://github.com/niall-byrne/lastfm#dev",
48+
"@toplast/lastfm": "https://github.com/niall-byrne/lastfm#3b31f1f112dc6ce8f837020e85374a5c6fc9156d",
5049
"ajv": "^8.12.0",
5150
"cheerio": "^1.0.0-rc.12",
5251
"d3": "^7.8.5",

0 commit comments

Comments
 (0)