Skip to content

Commit

Permalink
chore(web, root, config-tailwind, config-typescript, open-graph-proto…
Browse files Browse the repository at this point in the history
…col, ui): update pnpm package manager references

Updated pnpm package manager references with a new version checksum in various package.json files. Also, removed deprecated warnings in pnpm-lock.yaml for better maintenance.

Signed-off-by: Giovanni Ravalico <[email protected]>
  • Loading branch information
suddenlyGiovanni committed Oct 9, 2024
1 parent b30f30b commit 610ca2f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"node": ">=22.6"
},
"name": "@suddenlygiovanni/web",
"packageManager": "[email protected]",
"packageManager": "[email protected]+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
"private": true,
"scripts": {
"build": "remix vite:build",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"license": "UNLICENSED",
"name": "@suddenlygiovanni/root",
"packageManager": "[email protected]",
"packageManager": "[email protected]+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
"private": true,
"scripts": {
"build": "turbo build --log-order=grouped",
Expand Down
2 changes: 1 addition & 1 deletion packages/config-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"./styles.css": "./styles.css"
},
"name": "@suddenlygiovanni/config-tailwind",
"packageManager": "[email protected]",
"packageManager": "[email protected]+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
"peerDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
Expand Down
2 changes: 1 addition & 1 deletion packages/config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@tsconfig/vite-react": "3.0.2"
},
"name": "@suddenlygiovanni/config-typescript",
"packageManager": "[email protected]",
"packageManager": "[email protected]+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
"peerDependencies": {
"typescript": "5.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/open-graph-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
],
"license": "MIT",
"name": "@suddenlygiovanni/open-graph-protocol",
"packageManager": "[email protected]",
"packageManager": "[email protected]+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
"scripts": {
"clean": "scripty",
"typecheck": "scripty"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"./hooks/*": "./src/hooks/*"
},
"name": "@suddenlygiovanni/ui",
"packageManager": "[email protected]",
"packageManager": "[email protected]+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
"peerDependencies": {
"react": "18.3.1"
},
Expand Down
6 changes: 2 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 610ca2f

Please sign in to comment.