Skip to content

Commit 77d5b9b

Browse files
authored
deps: update all package.json deps (#878)
1 parent 8219126 commit 77d5b9b

File tree

3 files changed

+42
-42
lines changed

3 files changed

+42
-42
lines changed

cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"front-matter": "^4.0.2",
2323
"minimatch": "^9.0.3",
2424
"minipass": "^7.0.4",
25-
"pacote": "^17.0.4",
25+
"pacote": "^17.0.5",
2626
"proc-log": "^3.0.0",
2727
"semver": "^7.5.4",
2828
"tar": "^6.2.0",
29-
"yaml": "^2.3.2"
29+
"yaml": "^2.3.4"
3030
},
3131
"devDependencies": {
3232
"@npmcli/eslint-config": "^4.0.2",

package-lock.json

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,27 @@
3232
"@mdx-js/mdx": "^3.0.0",
3333
"@mdx-js/react": "^3.0.0",
3434
"@octokit/plugin-retry": "^6.0.1",
35-
"@octokit/plugin-throttling": "^8.0.0",
35+
"@octokit/plugin-throttling": "^8.1.3",
3636
"@octokit/rest": "^20.0.2",
3737
"@primer/octicons-react": "^19.8.0",
38-
"@primer/react": "^36.1.0",
38+
"@primer/react": "^36.4.0",
3939
"babel-plugin-styled-components": "^2.1.4",
4040
"copy-to-clipboard": "^3.3.3",
4141
"deepmerge": "^4.3.1",
4242
"details-element-polyfill": "^2.4.0",
43-
"downshift": "^8.2.2",
44-
"framer-motion": "^10.16.4",
43+
"downshift": "^8.2.3",
44+
"framer-motion": "^10.16.16",
4545
"fuse.js": "^7.0.0",
46-
"gatsby": "^5.12.7",
47-
"gatsby-plugin-manifest": "^5.12.1",
48-
"gatsby-plugin-mdx": "^5.12.1",
46+
"gatsby": "^5.12.12",
47+
"gatsby-plugin-manifest": "^5.12.3",
48+
"gatsby-plugin-mdx": "^5.12.3",
4949
"gatsby-plugin-meta-redirect": "^1.1.1",
5050
"gatsby-plugin-styled-components": "^6.12.0",
51-
"gatsby-source-filesystem": "^5.12.0",
51+
"gatsby-source-filesystem": "^5.12.1",
5252
"gatsby-transformer-yaml": "^5.12.0",
5353
"github-slugger": "^2.0.0",
5454
"lodash.debounce": "4.0.8",
55-
"prism-react-renderer": "^2.1.0",
55+
"prism-react-renderer": "^2.3.0",
5656
"prismjs": "^1.29.0",
5757
"react": "^18.2.0",
5858
"react-addons-text-content": "^0.0.4",
@@ -68,26 +68,26 @@
6868
"@github/prettier-config": "^0.0.6",
6969
"@npmcli/eslint-config": "^4.0.2",
7070
"@npmcli/template-oss": "4.21.3",
71-
"@testing-library/jest-dom": "^6.1.4",
72-
"@testing-library/react": "^14.0.0",
71+
"@testing-library/jest-dom": "^6.1.5",
72+
"@testing-library/react": "^14.1.2",
7373
"babel-jest": "^29.7.0",
74-
"eslint": "^8.51.0",
74+
"eslint": "^8.55.0",
7575
"eslint-config-react-app": "^7.0.1",
76-
"eslint-import-resolver-webpack": "^0.13.7",
76+
"eslint-import-resolver-webpack": "^0.13.8",
7777
"eslint-mdx": "^3.0.0",
7878
"eslint-plugin-github": "^4.10.1",
79-
"eslint-plugin-import": "^2.28.1",
80-
"eslint-plugin-jsx-a11y": "^6.7.1",
79+
"eslint-plugin-import": "^2.29.0",
80+
"eslint-plugin-jsx-a11y": "^6.8.0",
8181
"eslint-plugin-mdx": "^3.0.0",
8282
"eslint-plugin-node": "^11.1.0",
8383
"eslint-plugin-prettier": "^5.0.1",
84-
"eslint-plugin-primer-react": "^4.0.3",
84+
"eslint-plugin-primer-react": "^4.0.4",
8585
"eslint-plugin-promise": "^6.1.1",
8686
"eslint-plugin-react": "^7.33.2",
8787
"eslint-plugin-react-hooks": "^4.6.0",
8888
"jest": "^29.7.0",
8989
"jest-environment-jsdom": "^29.7.0",
90-
"prettier": "^3.0.3"
90+
"prettier": "^3.1.1"
9191
},
9292
"author": "GitHub Inc.",
9393
"engines": {

0 commit comments

Comments
 (0)