Skip to content

Commit

Permalink
chore: bump dependencies (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
theRealPadster authored Sep 30, 2022
1 parent 5be6df6 commit 4b85409
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 135 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spicetify-marketplace",
"version": "0.8.0",
"version": "0.8.1",
"description": "Marketplace for Spicetify",
"license": "MIT",
"workspaces": [
Expand Down
6 changes: 3 additions & 3 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/express": "^4.17.13",
"@types/express": "^4.17.14",
"debug": "^4.3.4",
"dotenv": "^16.0.1",
"dotenv": "^16.0.3",
"tscpaths": "^0.0.9",
"typescript": "^4.8.2"
"typescript": "^4.8.4"
},
"private": true
}
20 changes: 10 additions & 10 deletions packages/marketplace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spicetify/marketplace",
"version": "0.8.0",
"version": "0.8.1",
"homepage": "https://github.com/spicetify/spicetify-marketplace",
"repository": {
"type": "git",
Expand All @@ -27,21 +27,21 @@
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@types/semver": "^7.3.12",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"copyfiles": "^2.4.1",
"eslint": "^8.23.0",
"eslint-plugin-react": "^7.31.7",
"i18next": "^21.9.1",
"eslint": "^8.24.0",
"eslint-plugin-react": "^7.31.8",
"i18next": "^21.9.2",
"i18next-browser-languagedetector": "^6.1.5",
"prismjs": "^1.29.0",
"react-dropdown": "^1.10.0",
"react-i18next": "^11.18.5",
"react-simple-code-editor": "^0.13.0",
"react-dropdown": "^1.11.0",
"react-i18next": "^11.18.6",
"react-simple-code-editor": "^0.13.1",
"semver": "^7.3.7",
"spcr-whats-new": "^1.0.1",
"spicetify-creator": "^1.0.11",
"typescript": "^4.8.2"
"typescript": "^4.8.4"
},
"private": true
}
Loading

0 comments on commit 4b85409

Please sign in to comment.