Skip to content

Commit

Permalink
deps: update minor/patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jharvey10 committed Aug 7, 2023
1 parent 7c5923d commit b9ed46d
Show file tree
Hide file tree
Showing 13 changed files with 3,936 additions and 4,413 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ CHANGELOG.md
generated/
.test-coverage/
.dev/
_site/

# Github workflows
.github/workflows/
Expand Down
1 change: 1 addition & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package*.json
.carbon/
.next/
dist/
_site/

# Changelogs
CHANGELOG.md
Expand Down
8,235 changes: 3,878 additions & 4,357 deletions package-lock.json

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,52 +55,52 @@
"dependencies": {
"@carbon/react": "1.27.0",
"@carbon/styles": "1.27.0",
"@nestjs/cli": "^9.4.2",
"@nestjs/common": "^9.4.0",
"@nestjs/core": "^9.4.0",
"@nestjs/graphql": "^10.2.1",
"@nestjs/microservices": "^9.4.0",
"@types/node": "^16.18.25",
"@types/react": "^17.0.58",
"@nestjs/cli": "^9.5.0",
"@nestjs/common": "^9.4.3",
"@nestjs/core": "^9.4.3",
"@nestjs/graphql": "^12.0.8",
"@nestjs/microservices": "^9.4.3",
"@types/node": "^16.18.39",
"@types/react": "^17.0.62",
"@types/react-dom": "^17.0.20",
"esbuild": "^0.17.18",
"esbuild": "^0.17.19",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^4.4.1",
"sass": "^1.62.1",
"sass": "^1.64.2",
"typescript": "^4.9.5"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@graphql-eslint/eslint-plugin": "^3.18.0",
"@nestjs/testing": "^9.4.0",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@nestjs/testing": "^9.4.3",
"@next/eslint-plugin-next": "^12.3.4",
"@testing-library/react": "^12.1.5",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"ava": "^5.2.0",
"c8": "^7.13.0",
"eslint": "^8.39.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-node": "^0.3.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"ava": "^5.3.1",
"c8": "^7.14.0",
"eslint": "^8.46.0",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-node": "^0.3.8",
"eslint-plugin-ava": "^14.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-eslint-plugin": "^5.0.8",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-eslint-plugin": "^5.1.1",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsdoc": "^39.9.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-notice": "^0.9.10",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-storybook": "^0.6.11",
"eslint-plugin-storybook": "^0.6.13",
"graphql-config": "^4.5.0",
"husky": "^8.0.3",
"jsdom": "^21.1.1",
"jsdom": "^21.1.2",
"jsdom-global": "^3.0.2",
"lint-staged": "^13.2.2",
"npm-check-updates": "^16.10.9",
"lint-staged": "^13.2.3",
"npm-check-updates": "^16.10.17",
"prettier": "^2.8.8",
"stylelint": "^14.16.1",
"stylelint-config-carbon": "~1.12.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,25 @@
"test": "ava --config ../../ava.config.mjs"
},
"dependencies": {
"@nestjs/platform-express": "^9.4.0",
"@nestjs/platform-express": "^9.4.3",
"@types/amqplib": "^0.10.1",
"@types/cookie-parser": "^1.4.3",
"@types/express-session": "^1.17.7",
"@types/passport": "^1.0.12",
"@types/session-file-store": "^1.2.2",
"@types/supertest": "^2.0.12",
"@types/uuid": "^9.0.1",
"amqp-connection-manager": "^4.1.12",
"@types/uuid": "^9.0.2",
"amqp-connection-manager": "^4.1.14",
"amqplib": "^0.10.3",
"chalk": "^5.2.0",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.6",
"cookie-signature": "^1.2.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"graphql": "^16.6.0",
"graphql": "^16.7.1",
"mongodb": "^4.16.0",
"openid-client": "^5.4.2",
"openid-client": "^5.4.3",
"passport": "^0.6.0",
"passport-custom": "^1.1.1",
"reflect-metadata": "^0.1.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-carbon-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"lint": "eslint ."
},
"peerDependencies": {
"eslint": "^8.39.0"
"eslint": "^8.46.0"
}
}
6 changes: 3 additions & 3 deletions packages/mdx-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"test": "ava --config ../../ava.config.mjs"
},
"dependencies": {
"@carbon/colors": "^11.14.0",
"@carbon/layout": "^11.13.0",
"@carbon/colors": "^11.19.0",
"@carbon/layout": "^11.18.0",
"clsx": "^1.2.1",
"prop-types": "^15.8.1",
"rimraf": "^4.4.1",
Expand All @@ -47,7 +47,7 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.21.5",
"@babel/core": "^7.22.9",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
Expand Down
4 changes: 2 additions & 2 deletions packages/mdx-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"image-extensions": "^1.1.0",
"rehype-urls": "^1.1.1",
"rehype-urls": "^1.2.0",
"remark-gfm": "^3.0.1",
"remark-unwrap-images": "^3.0.1",
"vfile": "^5.3.7",
Expand All @@ -40,6 +40,6 @@
"react": "^17.0.2"
},
"devDependencies": {
"@types/unist": "^2.0.6"
"@types/unist": "^2.0.7"
}
}
4 changes: 2 additions & 2 deletions packages/mdx-sanitizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@mdx-js/mdx": "^2.3.0",
"html-comment-regex": "^1.1.2",
"mdast": "^3.0.0",
"mdast-util-mdx-jsx": "^2.1.2",
"mdast-util-mdx-jsx": "^2.1.4",
"remark-mdx": "^2.3.0",
"remark-parse": "^10.0.1",
"remark-parse": "^10.0.2",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2",
"vfile": "^5.3.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/rmdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@mdx-js/mdx": "^2.3.0",
"mdast-util-mdx-expression": "^1.3.2",
"mdast-util-mdx-jsx": "^2.1.2",
"mdast-util-mdx-jsx": "^2.1.4",
"mdast-util-mdxjs-esm": "^1.3.1",
"remark-gfm": "^3.0.1",
"unist-util-visit": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"format-package-json": "./format-package-json.mjs"
},
"dependencies": {
"octokit": "^2.0.14"
"octokit": "^2.1.0"
}
}
6 changes: 3 additions & 3 deletions services/data-graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"test": "ava --config ../../ava.config.mjs"
},
"dependencies": {
"@apollo/server": "^4.7.0",
"@nestjs/apollo": "^10.2.1",
"@apollo/server": "^4.9.1",
"@nestjs/apollo": "^12.0.7",
"express": "^4.18.2",
"graphql": "^16.6.0",
"graphql": "^16.7.1",
"uuid": "^9.0.0"
}
}
24 changes: 12 additions & 12 deletions services/web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^10.1.0",
"@carbon/colors": "^11.14.0",
"@carbon/elements": "^11.22.0",
"@carbon/icons": "^11.19.0",
"@carbon/layout": "^11.13.0",
"@carbon/pictograms": "^12.16.0",
"@carbon/pictograms-react": "^11.42.0",
"@carbon/colors": "^11.19.0",
"@carbon/elements": "^11.27.0",
"@carbon/icons": "^11.24.0",
"@carbon/layout": "^11.18.0",
"@carbon/pictograms": "^12.21.0",
"@carbon/pictograms-react": "^11.47.0",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/bundle-analyzer": "^12.3.4",
"@next/mdx": "^12.3.4",
"@octokit/core": "^4.2.0",
"@octokit/core": "^4.2.4",
"ajv": "^8.12.0",
"cache-manager": "^4.1.0",
"cache-manager-fs-hash": "^1.0.0",
Expand All @@ -51,7 +51,7 @@
"concurrently": "^7.6.0",
"cookie": "^0.5.0",
"cookie-parser": "^1.4.6",
"css-loader": "^6.7.3",
"css-loader": "^6.8.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"file-loader": "^6.2.0",
Expand All @@ -67,13 +67,13 @@
"next-mdx-remote": "^4.4.1",
"next-plugin-yaml": "^1.0.1",
"next-seo": "^5.15.0",
"postcss": "^8.4.23",
"postcss": "^8.4.27",
"prop-types": "^15.8.1",
"query-string": "^8.1.0",
"rehype-urls": "^1.1.1",
"rehype-urls": "^1.2.0",
"remark-gfm": "^3.0.1",
"remark-mdx": "^2.3.0",
"remark-parse": "^10.0.1",
"remark-parse": "^10.0.2",
"remark-unwrap-images": "^3.0.1",
"rimraf": "^4.4.1",
"slugify": "^1.6.6",
Expand All @@ -92,7 +92,7 @@
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.16",
"sass-loader": "^13.2.2",
"sass-loader": "^13.3.2",
"storybook-addon-next-router": "^4.0.2"
}
}

0 comments on commit b9ed46d

Please sign in to comment.