Skip to content

Commit

Permalink
feat: udpate deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Bielik20 committed Feb 17, 2023
1 parent 09cde5e commit b97cd43
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 144 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
},
"devDependencies": {
"@actions/core": "^1.10.0",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@commitlint/cli": "^17.4.3",
"@commitlint/config-conventional": "^17.4.3",
"@nrwl/cli": "15.6.3",
"@nrwl/devkit": "15.6.3",
"@nrwl/eslint-plugin-nx": "15.6.3",
Expand All @@ -60,7 +60,7 @@
"@types/fs-extra": "^11.0.1",
"@types/jest": "28.1.1",
"@types/lodash": "^4.14.191",
"@types/node": "18.11.18",
"@types/node": "18.13.0",
"@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0",
"commitizen": "^4.3.0",
Expand All @@ -77,13 +77,13 @@
"jest-environment-jsdom": "28.1.1",
"jest-playwright-preset": "^2.0.0",
"jsonc-eslint-parser": "^2.1.0",
"lint-staged": "^13.1.0",
"lint-staged": "^13.1.2",
"nx": "15.6.3",
"playwright": "^1.29.2",
"prettier": "2.8.3",
"semantic-release": "^20.0.2",
"playwright": "^1.30.0",
"prettier": "2.8.4",
"semantic-release": "^20.1.0",
"semver": "^7.3.8",
"serverless": "^3.26.0",
"serverless": "^3.27.0",
"serverless-bundle": "^6.0.0",
"serverless-offline": "^12.0.4",
"ts-jest": "28.0.5",
Expand Down
38 changes: 19 additions & 19 deletions packages/nx-core/src/utils/dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ export const dependencies = {

export const devDependencies = {
'@actions/core': '^1.10.0',
'@commitlint/cli': '^17.4.2',
'@commitlint/config-conventional': '^17.4.2',
'@nrwl/cli': '15.5.2',
'@nrwl/devkit': '15.5.2',
'@nrwl/eslint-plugin-nx': '15.5.2',
'@nrwl/jest': '15.5.2',
'@nrwl/js': '15.5.2',
'@nrwl/linter': '15.5.2',
'@nrwl/node': '15.5.2',
'@nrwl/nx-cloud': '15.0.2',
'@nrwl/nx-plugin': '15.5.2',
'@nrwl/workspace': '15.5.2',
'@commitlint/cli': '^17.4.3',
'@commitlint/config-conventional': '^17.4.3',
'@nrwl/cli': '15.6.3',
'@nrwl/devkit': '15.6.3',
'@nrwl/eslint-plugin-nx': '15.6.3',
'@nrwl/jest': '15.6.3',
'@nrwl/js': '15.6.3',
'@nrwl/linter': '15.6.3',
'@nrwl/node': '15.6.3',
'@nrwl/nx-cloud': '15.0.3',
'@nrwl/nx-plugin': '15.6.3',
'@nrwl/workspace': '15.6.3',
'@types/fs-extra': '^11.0.1',
'@types/jest': '28.1.1',
'@types/lodash': '^4.14.191',
'@types/node': '18.11.18',
'@types/node': '18.13.0',
'@typescript-eslint/eslint-plugin': '5.41.0',
'@typescript-eslint/parser': '5.41.0',
commitizen: '^4.3.0',
Expand All @@ -40,13 +40,13 @@ export const devDependencies = {
'jest-environment-jsdom': '28.1.1',
'jest-playwright-preset': '^2.0.0',
'jsonc-eslint-parser': '^2.1.0',
'lint-staged': '^13.1.0',
nx: '15.5.2',
playwright: '^1.29.2',
prettier: '2.8.3',
'semantic-release': '^20.0.2',
'lint-staged': '^13.1.2',
nx: '15.6.3',
playwright: '^1.30.0',
prettier: '2.8.4',
'semantic-release': '^20.1.0',
semver: '^7.3.8',
serverless: '^3.26.0',
serverless: '^3.27.0',
'serverless-bundle': '^6.0.0',
'serverless-offline': '^12.0.4',
'ts-jest': '28.0.5',
Expand Down
Loading

0 comments on commit b97cd43

Please sign in to comment.