prepare for next development iteration

This commit is contained in:
CES Marvin
2020-10-12 13:26:08 +00:00
parent a3c33af20a
commit befd50eeef
44 changed files with 114 additions and 114 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@scm-manager/ui-components",
"version": "2.7.0",
"version": "2.8.0-SNAPSHOT",
"description": "UI Components for SCM-Manager and its plugins",
"main": "src/index.ts",
"files": [
@@ -18,7 +18,7 @@
"update-storyshots": "jest --testPathPattern=\"storyshots.test.ts\" --collectCoverage=false -u"
},
"devDependencies": {
"@scm-manager/ui-tests": "^2.7.0",
"@scm-manager/ui-tests": "^2.8.0-SNAPSHOT",
"@storybook/addon-actions": "^5.2.3",
"@storybook/addon-storyshots": "^5.2.3",
"@storybook/react": "^5.2.3",
@@ -46,8 +46,8 @@
"worker-plugin": "^3.2.0"
},
"dependencies": {
"@scm-manager/ui-extensions": "^2.7.0",
"@scm-manager/ui-types": "^2.7.0",
"@scm-manager/ui-extensions": "^2.8.0-SNAPSHOT",
"@scm-manager/ui-types": "^2.8.0-SNAPSHOT",
"classnames": "^2.2.6",
"date-fns": "^2.4.1",
"gitdiff-parser": "^0.1.2",