Skip to content

Commit

Permalink
Add volta yarn version to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bbckr committed Mar 15, 2024
1 parent 086782d commit fe59e54
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 9 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
"plugins/*"
]
},
"volta": {
"node": "18.19.1",
"yarn": "1.22.21"
},
"devDependencies": {
"@backstage/cli": "^0.25.1",
"@backstage/e2e-test-utils": "^0.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"@backstage/plugin-techdocs-react": "^1.1.15",
"@backstage/plugin-user-settings": "^0.8.0",
"@backstage/theme": "^0.5.0",
"@seatgeek/backstage-plugin-awards": "link:*",
"@seatgeek/backstage-plugin-entity-scaffolder-content": "link:*",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@seatgeek/backstage-plugin-awards": "link:*",
"@seatgeek/backstage-plugin-entity-scaffolder-content": "link:*",
"history": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
3 changes: 1 addition & 2 deletions plugins/awards-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": false,
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -34,8 +33,8 @@
"@seatgeek/backstage-plugin-awards-common": "link:*",
"@slack/webhook": "^7.0.2",
"@tweedegolf/sab-adapter-amazon-s3": "^1.0.13",
"@tweedegolf/sab-adapter-local": "^1.0.5",
"@tweedegolf/sab-adapter-google-cloud": "^1.0.5",
"@tweedegolf/sab-adapter-local": "^1.0.5",
"@tweedegolf/storage-abstraction": "^2.1.1",
"@types/express": "*",
"@types/express-fileupload": "^1.4.4",
Expand Down
1 change: 0 additions & 1 deletion plugins/awards-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": false,
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
Expand Down
1 change: 0 additions & 1 deletion plugins/awards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": false,
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
Expand Down
1 change: 0 additions & 1 deletion plugins/catalog-backend-module-okta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": false,
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
Expand Down
1 change: 0 additions & 1 deletion plugins/entity-scaffolder-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": false,
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
Expand Down
1 change: 0 additions & 1 deletion plugins/slack-catalog-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": false,
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
Expand Down

0 comments on commit fe59e54

Please sign in to comment.