Skip to content

Commit

Permalink
chore: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
leeuwis committed Mar 19, 2021
2 parents 8d2cff9 + c6aeb70 commit 0575d5b
Show file tree
Hide file tree
Showing 2 changed files with 376 additions and 1,385 deletions.
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -37,28 +37,28 @@
"peerDependencies": {
"@babel/plugin-proposal-decorators": "7.12.13",
"babel-plugin-parameter-decorator": "1.0.16",
"next": "10.0.5"
"next": "10.0.9"
},
"devDependencies": {
"@babel/cli": "7.12.10",
"@babel/cli": "7.13.10",
"@babel/core": "7.13.10",
"@babel/plugin-proposal-decorators": "7.12.13",
"@babel/runtime-corejs2": "7.12.5",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@babel/runtime-corejs2": "7.13.10",
"@commitlint/cli": "12.0.1",
"@commitlint/config-conventional": "12.0.1",
"@semantic-release/changelog": "5.0.1",
"@storyofams/eslint-config-ams": "1.1.2",
"@types/express": "^4.17.11",
"@types/jest": "^26.0.20",
"@types/supertest": "^2.0.10",
"@typescript-eslint/eslint-plugin": "4.13.0",
"@typescript-eslint/parser": "4.13.0",
"@typescript-eslint/parser": "4.18.0",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"babel-plugin-parameter-decorator": "1.0.16",
"class-transformer": "0.3.2",
"class-transformer": "0.4.0",
"class-validator": "0.13.1",
"cz-customizable": "git+https://github.com/storyofams/cz-customizable.git#6.3.1",
"cz-customizable": "git+https://github.com/storyofams/cz-customizable.git#v6.3.2",
"eslint": "7.18.0",
"eslint-config-prettier": "7.1.0",
"eslint-import-resolver-alias": "1.1.2",
Expand All @@ -67,12 +67,12 @@
"express": "^4.17.1",
"husky": "4.3.8",
"jest": "26.6.3",
"lint-staged": "10.5.3",
"next": "10.0.5",
"lint-staged": "10.5.4",
"next": "10.0.9",
"prettier": "2.2.1",
"semantic-release": "17.3.3",
"semantic-release": "17.4.2",
"supertest": "^6.1.3",
"ts-jest": "26.4.4",
"ts-jest": "26.5.3",
"typescript": "4.1.3"
},
"publishConfig": {
Expand Down

0 comments on commit 0575d5b

Please sign in to comment.