Skip to content

Commit

Permalink
[Snyk] Upgrade prettier from 3.3.3 to 3.4.0 (#3707)
Browse files Browse the repository at this point in the history
* fix: upgrade prettier from 3.3.3 to 3.4.0

Snyk has created this PR to upgrade prettier from 3.3.3 to 3.4.0.

See this package in npm:
prettier

See this project in Snyk:
https://app.snyk.io/org/heappurple-team/project/90a3a63c-4db4-4f16-a66b-e6d59bcd6fc3?utm_source=github&utm_medium=referral&page=upgrade-pr

* Update prettier properly

---------

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
oddvernes and snyk-bot authored Jan 2, 2025
1 parent 7e923a1 commit 7327815
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.2.2",
"jest-axe": "^9.0.0",
"prettier": "3.3.3",
"prettier": "3.4.2",
"typescript": "^5.5.4"
},
"browserslist": "last 2 Chrome versions, last 2 firefox versions, last 2 safari versions, last 2 edge versions, not dead",
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-tokens-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@equinor/eds-tokens-sync": "workspace:*",
"@types/node": "^22.1.0",
"prettier": "3.3.3",
"prettier": "3.4.2",
"style-dictionary": "^4.1.0",
"style-dictionary-utils": "^4.0.0",
"typescript": "^5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-tokens-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/node": "^22.1.0",
"axios": "^1.7.4",
"dotenv": "^16.4.5",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"typescript": "^5.5.4",
"vite": "^5.4.6",
"vite-plugin-dts": "^3.9.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@types/node": "^22.1.0",
"copyfiles": "^2.4.1",
"lightningcss-cli": "^1.26.0",
"prettier": "3.3.3",
"prettier": "3.4.2",
"rimraf": "^5.0.8",
"rollup": "^4.22.5",
"rollup-plugin-delete": "^2.1.0",
Expand Down
45 changes: 28 additions & 17 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion scripts/figma-broker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"del": "^8.0.0",
"dotenv": "^16.3.1",
"node-fetch": "^3.3.2",
"prettier": "3.3.3",
"prettier": "3.4.2",
"ramda": "^0.30.1",
"svgo": "^3.3.2"
},
Expand Down

0 comments on commit 7327815

Please sign in to comment.