Skip to content

Commit

Permalink
build(deps): bump minor and below
Browse files Browse the repository at this point in the history
  • Loading branch information
eng618 committed Jun 13, 2024
1 parent 551d360 commit 631370f
Show file tree
Hide file tree
Showing 4 changed files with 538 additions and 281 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
]
},
"dependencies": {
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@release-it-plugins/workspaces": "^4.2.0",
Expand All @@ -96,16 +96,16 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.0.11",
"lerna": "^8.1.3",
"lint-staged": "^15.2.4",
"prettier": "^3.2.5",
"lerna": "^8.1.4",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"prettier-config-carbon": "^0.11.0",
"release-it": "^17.3.0",
"stylelint": "^16.5.0",
"stylelint": "^16.6.1",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-scss": "^6.3.0"
"stylelint-scss": "^6.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"clean": "gatsby clean"
},
"dependencies": {
"@carbon/icons-react": "^11.42.0",
"gatsby": "^5.13.5",
"@carbon/icons-react": "^11.43.0",
"gatsby": "^5.13.6",
"gatsby-theme-carbon": "^4.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
12 changes: 6 additions & 6 deletions packages/gatsby-theme-carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"gatsby": "^5.13.5",
"gatsby": "^5.13.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"dependencies": {
"@babel/core": "^7.24.5",
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-jsx": "^7.24.1",
"@carbon/elements": "^11.46.0",
"@babel/plugin-syntax-jsx": "^7.24.7",
"@carbon/elements": "^11.47.0",
"@carbon/grid": "^11.23.0",
"@carbon/pictograms-react": "^11.62.0",
"@carbon/react": "^1.58.1",
"@carbon/react": "^1.59.0",
"@carbon/themes": "^11.36.0",
"@garcia-enterprise/gatsby-plugin-sass-resources": "^4.0.2",
"@mdx-js/mdx": "^3.0.1",
Expand Down Expand Up @@ -65,7 +65,7 @@
"react-use": "^17.5.0",
"rehype-mdx-fenced-code-meta-support": "^1.0.4",
"remark-gfm": "3.0.1",
"sass": "^1.77.2",
"sass": "^1.77.5",
"slugify": "^1.6.6",
"smooth-scroll": "^16.1.3",
"use-media": "^1.5.0",
Expand Down
Loading

0 comments on commit 631370f

Please sign in to comment.