Skip to content

Commit

Permalink
chore(deps): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed May 28, 2023
1 parent 7f4d556 commit 6f63d49
Show file tree
Hide file tree
Showing 21 changed files with 1,675 additions and 1,173 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ yarn-error.log*
# ides
.idea
.vs
.vscode/settings.json
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"graph": "nx graph"
},
"devDependencies": {
"@babel/core": "7.18.13",
"@babel/eslint-parser": "7.18.9",
"@babel/preset-env": "7.18.10",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@cypress/webpack-preprocessor": "5.12.2",
"@babel/core": "7.22.1",
"@babel/eslint-parser": "7.21.8",
"@babel/preset-env": "7.22.2",
"@babel/preset-react": "7.22.3",
"@babel/preset-typescript": "7.21.5",
"@cypress/webpack-preprocessor": "5.17.1",
"@nrwl/cli": "13.8.3",
"@nrwl/eslint-plugin-nx": "13.8.3",
"@nrwl/tao": "13.8.3",
Expand All @@ -38,22 +38,22 @@
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-typescript": "8.5.0",
"@testing-library/cypress": "8.0.3",
"@typescript-eslint/eslint-plugin": "5.32.0",
"@typescript-eslint/parser": "5.32.0",
"@typescript-eslint/eslint-plugin": "5.59.7",
"@typescript-eslint/parser": "5.59.7",
"babel-jest": "27.5.1",
"babel-loader": "8.2.5",
"babel-plugin-module-resolver": "4.1.0",
"babel-plugin-replace-ts-export-assignment": "0.0.2",
"babel-polyfill": "6.26.0",
"commander": "9.1.0",
"cross-env": "7.0.3",
"cross-fetch": "3.1.5",
"cross-fetch": "3.1.6",
"cross-spawn": "7.0.3",
"cypress": "9.7.0",
"cypress-fail-fast": "3.4.1",
"deepmerge": "4.2.2",
"eslint": "8.24.0",
"eslint-config-prettier": "8.5.0",
"deepmerge": "4.3.1",
"eslint": "8.41.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-jest": "26.7.0",
"eslint-plugin-no-only-tests": "2.6.0",
"eslint-plugin-prettier": "4.2.1",
Expand All @@ -65,7 +65,7 @@
"jest": "27.5.1",
"lint-staged": "12.5.0",
"lodash": "4.17.21",
"prettier": "2.7.1",
"prettier": "2.8.8",
"react": "17.0.2",
"react-app-rewired": "2.2.1",
"react-scripts": "4.0.3",
Expand All @@ -80,7 +80,7 @@
"tree-kill": "1.2.2",
"typescript": "4.7.4",
"wait-on": "6.0.1",
"webpack": "5.74.0"
"webpack": "5.84.1"
},
"lint-staged": {
"packages/**/*.js": "eslint",
Expand Down
7 changes: 6 additions & 1 deletion packages/admin-api-client-data-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]
### Added
### Changed
### Fixed
### Removed
### BREAKING CHANGES

## [unreleased]

### Changed

- chore(deps): Update dependencies

## [6.1.2] - 2023-04-09

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/admin-api-client-data-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@data-provider/axios": "5.0.1",
"@data-provider/core": "4.0.0",
"redux": "4.2.0"
"redux": "4.2.1"
},
"engines": {
"node": ">=14.0.0"
Expand Down
7 changes: 6 additions & 1 deletion packages/admin-api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]
### Added
### Changed
### Fixed
### Removed

## [unreleased]

### Changed

- chore(deps): Update dependencies

## [7.0.0] - 2022-09-14

### Removed
Expand Down
2 changes: 1 addition & 1 deletion packages/admin-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@mocks-server/admin-api-paths": "workspace:*",
"cross-fetch": "3.1.5"
"cross-fetch": "3.1.6"
},
"engines": {
"node": ">=14.0.0"
Expand Down
3 changes: 3 additions & 0 deletions packages/config/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
# dependencies
/node_modules

# build
/dist

# tests
/coverage
/mocks
Expand Down
7 changes: 6 additions & 1 deletion packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
### Changed
### Fixed
### Removed

## [unreleased]

### Changed

- chore(deps): Update dependencies

## [1.4.0] - 2022-09-01

### Added
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"test:unit": "jest"
},
"dependencies": {
"ajv": "8.11.0",
"ajv": "8.12.0",
"better-ajv-errors": "1.2.0",
"commander": "8.3.0",
"cosmiconfig": "7.0.1",
"deepmerge": "4.2.2",
"deepmerge": "4.3.1",
"fs-extra": "10.1.0",
"is-promise": "4.0.0",
"lodash": "4.17.21"
Expand Down
3 changes: 3 additions & 0 deletions packages/core/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
# dependencies
/node_modules

# build
/dist

# tests
/coverage
/mocks
Expand Down
7 changes: 6 additions & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]
### Added
### Changed
### Fixed
### Removed

## [unreleased]

### Changed

- chore(deps): Update dependencies

## [4.0.1] - 2023-04-09

### Changed
Expand Down
18 changes: 9 additions & 9 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@
"test:unit": "jest --runInBand"
},
"dependencies": {
"@babel/core": "7.18.13",
"@babel/register": "7.18.9",
"@babel/core": "7.22.1",
"@babel/register": "7.21.0",
"@hapi/boom": "9.1.4",
"@mocks-server/config": "workspace:*",
"@mocks-server/logger": "workspace:*",
"@mocks-server/nested-collections": "workspace:*",
"ajv": "8.11.0",
"ajv": "8.12.0",
"better-ajv-errors": "1.2.0",
"body-parser": "1.20.0",
"body-parser": "1.20.2",
"cors": "2.8.5",
"deepmerge": "4.2.2",
"express": "4.18.1",
"deepmerge": "4.3.1",
"express": "4.18.2",
"express-request-id": "1.4.1",
"fs-extra": "10.1.0",
"globule": "1.3.4",
Expand All @@ -58,9 +58,9 @@
"lodash": "4.17.21",
"node-watch": "0.7.3",
"update-notifier": "5.1.0",
"winston": "3.8.2",
"winston-array-transport": "1.1.10",
"yaml": "2.1.1"
"winston": "3.9.0",
"winston-array-transport": "1.1.11",
"yaml": "2.3.1"
},
"engines": {
"node": ">=14.x"
Expand Down
6 changes: 6 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Removed

## [unreleased]

### Changed

- chore(deps): Update dependencies

## [1.1.1] - 2023-04-09

### Changed
Expand Down
6 changes: 3 additions & 3 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"build": "tsc",
"test:unit": "jest"
},
"dependencies": {
"chalk": "4.1.1",
"winston": "3.8.2",
"winston-array-transport": "1.1.10"
"winston": "3.9.0",
"winston-array-transport": "1.1.11"
},
"engines": {
"node": ">=14.x"
Expand Down
7 changes: 6 additions & 1 deletion packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [To be removed]
- Do not export deprecated Behavior Class

## [unreleased]
### Added
### Changed
### Fixed
### Removed
### Breaking change

## [unreleased]

### Changed

- chore(deps): Update dependencies

## [4.0.1] - 2023-04-09

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@mocks-server/plugin-inquirer-cli": "workspace:*",
"@mocks-server/plugin-openapi": "workspace:*",
"@mocks-server/plugin-proxy": "workspace:*",
"deepmerge": "4.2.2"
"deepmerge": "4.3.1"
},
"engines": {
"node": ">=14.0.0"
Expand Down
7 changes: 6 additions & 1 deletion packages/plugin-admin-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [To be deprecated]

## [unreleased]
### Added
### Changed
### Fixed
### Removed

## [unreleased]

### Changed

- chore(deps): Update dependencies

## [4.0.0] - 2022-09-14

### Removed
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-admin-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"dependencies": {
"@hapi/boom": "9.1.4",
"@mocks-server/admin-api-paths": "workspace:*",
"swagger-ui-dist": "4.14.0",
"body-parser": "1.20.0",
"body-parser": "1.20.2",
"cors": "2.8.5",
"express": "4.18.1",
"express-request-id": "1.4.1"
"express": "4.18.2",
"express-request-id": "1.4.1",
"swagger-ui-dist": "4.14.0"
},
"devDependencies": {
"@mocks-server/core": "workspace:*"
Expand Down
7 changes: 6 additions & 1 deletion packages/plugin-openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]
### Added
### Changed
### Fixed
### Removed
### BREAKING CHANGE

## [unreleased]

### Changed

- chore(deps): Update dependencies

## [2.0.1] - 2023-04-09

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@mocks-server/core": ">=4.0.0 <5.x"
},
"dependencies": {
"openapi-types": "12.0.2",
"json-refs": "3.0.15"
"json-refs": "3.0.15",
"openapi-types": "12.1.3"
},
"devDependencies": {
"@mocks-server/core": "workspace:*",
Expand Down
Loading

0 comments on commit 6f63d49

Please sign in to comment.