Skip to content

Commit

Permalink
deps: update all package.json deps (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Dec 11, 2023
1 parent 8219126 commit 77d5b9b
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"front-matter": "^4.0.2",
"minimatch": "^9.0.3",
"minipass": "^7.0.4",
"pacote": "^17.0.4",
"pacote": "^17.0.5",
"proc-log": "^3.0.0",
"semver": "^7.5.4",
"tar": "^6.2.0",
"yaml": "^2.3.2"
"yaml": "^2.3.4"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.2",
Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

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

34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,27 @@
"@mdx-js/mdx": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@octokit/plugin-retry": "^6.0.1",
"@octokit/plugin-throttling": "^8.0.0",
"@octokit/plugin-throttling": "^8.1.3",
"@octokit/rest": "^20.0.2",
"@primer/octicons-react": "^19.8.0",
"@primer/react": "^36.1.0",
"@primer/react": "^36.4.0",
"babel-plugin-styled-components": "^2.1.4",
"copy-to-clipboard": "^3.3.3",
"deepmerge": "^4.3.1",
"details-element-polyfill": "^2.4.0",
"downshift": "^8.2.2",
"framer-motion": "^10.16.4",
"downshift": "^8.2.3",
"framer-motion": "^10.16.16",
"fuse.js": "^7.0.0",
"gatsby": "^5.12.7",
"gatsby-plugin-manifest": "^5.12.1",
"gatsby-plugin-mdx": "^5.12.1",
"gatsby": "^5.12.12",
"gatsby-plugin-manifest": "^5.12.3",
"gatsby-plugin-mdx": "^5.12.3",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-styled-components": "^6.12.0",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-source-filesystem": "^5.12.1",
"gatsby-transformer-yaml": "^5.12.0",
"github-slugger": "^2.0.0",
"lodash.debounce": "4.0.8",
"prism-react-renderer": "^2.1.0",
"prism-react-renderer": "^2.3.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-addons-text-content": "^0.0.4",
Expand All @@ -68,26 +68,26 @@
"@github/prettier-config": "^0.0.6",
"@npmcli/eslint-config": "^4.0.2",
"@npmcli/template-oss": "4.21.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"babel-jest": "^29.7.0",
"eslint": "^8.51.0",
"eslint": "^8.55.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-webpack": "^0.13.7",
"eslint-import-resolver-webpack": "^0.13.8",
"eslint-mdx": "^3.0.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-mdx": "^3.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-primer-react": "^4.0.3",
"eslint-plugin-primer-react": "^4.0.4",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.0.3"
"prettier": "^3.1.1"
},
"author": "GitHub Inc.",
"engines": {
Expand Down

0 comments on commit 77d5b9b

Please sign in to comment.