Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore(deps): combine dependabot updates (#226)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump concurrently from 7.6.0 to 8.2.1

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.6.0 to 8.2.1.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v7.6.0...v8.2.1)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps-dev): bump @babel/core from 7.17.8 to 7.22.11

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.8 to 7.22.11.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.11/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps): bump vue-tsc from 1.4.2 to 1.8.8

Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/vue-tsc) from 1.4.2 to 1.8.8.
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v1.8.8/packages/vue-tsc)

---
updated-dependencies:
- dependency-name: vue-tsc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps): bump styled-components from 6.0.2 to 6.0.7

Bumps [styled-components](https://github.com/styled-components/styled-components) from 6.0.2 to 6.0.7.
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](styled-components/styled-components@v6.0.2...v6.0.7)

---
updated-dependencies:
- dependency-name: styled-components
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* update deps

* run fern docs gen only on updates

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
jatinsandilya and dependabot[bot] authored Sep 4, 2023
1 parent 141ca89 commit 6046247
Show file tree
Hide file tree
Showing 9 changed files with 280 additions and 150 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-fern-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
branches:
- main
# paths:
# - fern/**
paths:
- fern/**

jobs:
deploy-fern-external:
Expand Down
Binary file not shown.
Binary file modified .yarn/install-state.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"organization": true
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/core": "^7.22.11",
"@babel/plugin-transform-modules-commonjs": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-typescript": "^7.18.6",
Expand All @@ -40,7 +40,7 @@
"@types/node-cron": "^3.0.8",
"@types/uuid": "^9.0.2",
"babel-jest": "^29.2.2",
"concurrently": "^7.3.0",
"concurrently": "^8.2.1",
"eslint-plugin-deprecation": "^1.3.2",
"fern-api": "^0.0.184",
"jest": "^29.6.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react-loader-spinner": "^5.3.4",
"react-router-dom": "^6.4.1",
"react-scripts": "5.0.1",
"styled-components": "^6.0.2",
"styled-components": "^6.0.7",
"web-vitals": "^2.1.4"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/core": "^7.22.11",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"browserify": "^17.0.0",
"concurrently": "^8.2.0",
"concurrently": "^8.2.1",
"dotenv": "^16.3.1",
"javascript-obfuscator": "^2.10.3",
"nodemon": "^2.0.22",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-script-hook": "^1.7.2"
},
"devDependencies": {
"@babel/core": "7.17.8",
"@babel/core": "7.22.11",
"@storybook/addon-a11y": "6.5.0-alpha.50",
"@storybook/addon-actions": "6.5.0-alpha.50",
"@storybook/addon-docs": "6.5.0-alpha.50",
Expand Down Expand Up @@ -60,4 +60,4 @@
"engines": {
"node": ">=16.0.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"vite-plugin-dts": "latest",
"vue": "^3.2.13",
"vue-class-component": "^8.0.0-0",
"vue-tsc": "^1.2.0"
"vue-tsc": "^1.8.8"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.4.0",
Expand All @@ -56,4 +56,4 @@
"vite": "^4.1.4",
"workspace-tools": "^0.30.0"
}
}
}
Loading

1 comment on commit 6046247

@vercel
Copy link

@vercel vercel bot commented on 6046247 Sep 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

revert-client – ./

revert-client-revertdev.vercel.app
revert-client-git-main-revertdev.vercel.app
app.revert.dev

Please sign in to comment.