Skip to content

Commit

Permalink
[WiP] [FIX JENKINS-41966] load and save (#29)
Browse files Browse the repository at this point in the history
* JENKINS-41966 - pieline editor load and save
  • Loading branch information
kzantow committed Mar 10, 2017
1 parent e0a0d5c commit 8f043b5
Show file tree
Hide file tree
Showing 23 changed files with 784 additions and 101 deletions.
5 changes: 4 additions & 1 deletion .babelrc
@@ -1,3 +1,6 @@
{
"presets": ["es2015", "react", "stage-0"]
"presets": ["es2015", "react", "stage-0"],
"plugins": [
"transform-decorators-legacy"
]
}
12 changes: 8 additions & 4 deletions package.json
Expand Up @@ -18,7 +18,7 @@
"license": "MIT",
"devDependencies": {
"@jenkins-cd/eslint-config-jenkins": "0.0.2",
"@jenkins-cd/js-builder": "0.0.51",
"@jenkins-cd/js-builder": "^0.0.52",
"@jenkins-cd/js-test": "1.2.3",
"@kadira/storybook": "2.20.1",
"babel": "6.5.2",
Expand All @@ -27,6 +27,7 @@
"babel-preset-es2015": "6.16.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-0": "6.16.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"chai": "^3.5.0",
"enzyme": "2.3.0",
"eslint": "2.8.0",
Expand All @@ -39,11 +40,14 @@
"react-addons-test-utils": "15.3.2"
},
"dependencies": {
"@jenkins-cd/blueocean-core-js": "0.0.32",
"@jenkins-cd/design-language": "0.0.105",
"@jenkins-cd/js-extensions": "0.0.32",
"@jenkins-cd/blueocean-core-js": "0.0.84",
"@jenkins-cd/design-language": "0.0.121",
"@jenkins-cd/js-extensions": "0.0.33",
"@jenkins-cd/js-modules": "0.0.8",
"@jenkins-cd/react-material-icons": "1.0.0",
"mobx": "2.6.0",
"mobx-react": "3.5.7",
"mobx-utils": "1.1.2",
"lodash.debounce": "4.0.8",
"react": "15.3.2",
"react-addons-css-transition-group": "15.3.2",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -16,7 +16,7 @@

<groupId>io.jenkins.blueocean</groupId>
<artifactId>blueocean-pipeline-editor</artifactId>
<version>0.1-preview-5-SNAPSHOT</version>
<version>0.1-preview-4-SNAPSHOT</version>
<packaging>hpi</packaging>

<properties>
Expand Down

0 comments on commit 8f043b5

Please sign in to comment.