diff --git a/package-lock.json b/package-lock.json index 48c76c6bd04..1ffc3783208 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "jest-watch-typeahead": "2.2.2", "markdownlint-cli2": "^0.11.0", "markdownlint-cli2-formatter-pretty": "0.0.3", - "prettier": "3.0.3", + "prettier": "3.3.3", "rimraf": "5.0.5", "size-limit": "11.1.5", "stylelint": "16.9.0", @@ -62,7 +62,7 @@ "name": "example-app-router", "version": "0.0.0", "dependencies": { - "@primer/react": "37.0.0-rc.11", + "@primer/react": "37.0.1", "next": "^14.2.10", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -81,7 +81,7 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@primer/react": "37.0.0-rc.11", + "@primer/react": "37.0.1", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^7.11.0", @@ -99,7 +99,7 @@ "name": "example-consumer-test", "version": "0.0.0", "dependencies": { - "@primer/react": "37.0.0-rc.11", + "@primer/react": "37.0.1", "@types/react": "^18.3.11", "@types/react-dom": "^18.2.19", "@types/styled-components": "^5.1.11", @@ -125,7 +125,7 @@ "version": "0.0.0", "dependencies": { "@primer/octicons-react": "^19.9.0", - "@primer/react": "37.0.0-rc.11", + "@primer/react": "37.0.1", "clsx": "^1.2.1", "next": "^14.2.10", "react": "^18.3.1", @@ -5993,22 +5993,6 @@ "prettier": "3.3" } }, - "node_modules/@primer/stylelint-config/node_modules/prettier": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", - "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", - "dev": true, - "license": "MIT", - "bin": { - "prettier": "bin/prettier.cjs" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/prettier/prettier?sponsor=1" - } - }, "node_modules/@primer/view-components": { "version": "0.27.0", "dev": true, @@ -7104,21 +7088,6 @@ "node": ">=4.0" } }, - "node_modules/@storybook/addon-storysource/node_modules/prettier": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", - "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", - "dev": true, - "bin": { - "prettier": "bin/prettier.cjs" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/prettier/prettier?sponsor=1" - } - }, "node_modules/@storybook/addon-toolbars": { "version": "8.3.0", "dev": true, @@ -7832,20 +7801,6 @@ "node": ">=4.0" } }, - "node_modules/@storybook/source-loader/node_modules/prettier": { - "version": "3.3.3", - "dev": true, - "license": "MIT", - "bin": { - "prettier": "bin/prettier.cjs" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/prettier/prettier?sponsor=1" - } - }, "node_modules/@storybook/test": { "version": "8.3.0", "dev": true, @@ -23968,9 +23923,9 @@ } }, "node_modules/prettier": { - "version": "3.0.3", - "dev": true, - "license": "MIT", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", + "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", "bin": { "prettier": "bin/prettier.cjs" }, @@ -30099,7 +30054,7 @@ }, "packages/react": { "name": "@primer/react", - "version": "37.0.0-rc.11", + "version": "37.0.1", "license": "MIT", "dependencies": { "@github/relative-time-element": "^4.4.2", @@ -30477,19 +30432,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "packages/react/node_modules/prettier": { - "version": "3.3.3", - "license": "MIT", - "bin": { - "prettier": "bin/prettier.cjs" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/prettier/prettier?sponsor=1" - } - }, "packages/react/node_modules/rollup-plugin-visualizer": { "version": "5.9.2", "dev": true, diff --git a/package.json b/package.json index e5402ad0b14..ee1afd2a678 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "jest-watch-typeahead": "2.2.2", "markdownlint-cli2": "^0.11.0", "markdownlint-cli2-formatter-pretty": "0.0.3", - "prettier": "3.0.3", + "prettier": "3.3.3", "rimraf": "5.0.5", "size-limit": "11.1.5", "stylelint": "16.9.0",