-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
"packages": [ | ||
"modules/*" | ||
], | ||
"version": "6.7.10" | ||
"version": "6.7.11" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "eslint-config-flamingo-carotene", | ||
"version": "6.7.10", | ||
"version": "6.7.11", | ||
"description": "Flamingo carotene default ESLint config", | ||
"author": "team-frontend <[email protected]>", | ||
"homepage": "", | ||
|
@@ -18,6 +18,6 @@ | |
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.1.0", | ||
"flamingo-carotene-es-lint": "^6.7.10" | ||
"flamingo-carotene-es-lint": "^6.7.11" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "flamingo-carotene-behavior", | ||
"version": "6.7.10", | ||
"version": "6.7.11", | ||
"description": "The behavior module enables to initialize javascript behaviors on html elements", | ||
"author": "team-frontend <[email protected]>", | ||
"license": "OSL-3.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "flamingo-carotene-dev-server", | ||
"version": "6.7.10", | ||
"version": "6.7.11", | ||
"description": "Provide the functionality to add file watchers for developing projects with the Flamingo Carotene tooling", | ||
"author": "team-frontend <[email protected]>", | ||
"license": "OSL-3.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "flamingo-carotene-es-lint", | ||
"version": "6.7.10", | ||
"version": "6.7.11", | ||
"description": "Provide the standalone version and flamingo-carotene-webpack loader of es lint", | ||
"author": "team-frontend <[email protected]>", | ||
"license": "OSL-3.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "flamingo-carotene-flow", | ||
"version": "6.7.10", | ||
"version": "6.7.11", | ||
"description": "Provide flow support", | ||
"author": "team-frontend <[email protected]>", | ||
"license": "OSL-3.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "flamingo-carotene-postcss", | ||
"version": "6.7.10", | ||
"version": "6.7.11", | ||
"description": "Provide the postcss loader for a flamingo-carotene-webpack setup", | ||
"author": "team-frontend <[email protected]>", | ||
"license": "OSL-3.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "flamingo-carotene-state-manager", | ||
"version": "6.7.10", | ||
"version": "6.7.11", | ||
"description": "The state manager enables to decouple the interaction between dom components using a global state", | ||
"author": "team-frontend <[email protected]>", | ||
"license": "OSL-3.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "flamingo-carotene-vuejs", | ||
"version": "6.7.10", | ||
"version": "6.7.11", | ||
"description": "Provide a simple wrapper to attach VueJs to Carotene projects", | ||
"author": "team-frontend <[email protected]>", | ||
"license": "OSL-3.0", | ||
|
@@ -19,7 +19,7 @@ | |
"vue": "^2.6.12" | ||
}, | ||
"devDependencies": { | ||
"flamingo-carotene-webpack": "^6.7.10", | ||
"flamingo-carotene-webpack": "^6.7.11", | ||
"path": "^0.12.7", | ||
"pug-plain-loader": "^1.1.0", | ||
"vue-loader": "^15.9.6", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "flamingo-carotene-webpack-svg-sprite", | ||
"version": "6.7.10", | ||
"version": "6.7.11", | ||
"description": "Flamingo Carotene svg sprite solution", | ||
"author": "team-frontend <[email protected]>", | ||
"license": "OSL-3.0", | ||
|
@@ -20,6 +20,6 @@ | |
"@babel/plugin-proposal-class-properties": "^7.12.1", | ||
"@babel/preset-env": "^7.12.11", | ||
"flamingo-carotene-babel": "^6.7.10", | ||
"flamingo-carotene-webpack": "^6.7.10" | ||
"flamingo-carotene-webpack": "^6.7.11" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "flamingo-carotene-webpack", | ||
"version": "6.7.10", | ||
"version": "6.7.11", | ||
"description": "Provide an abstraction for webpack with the ability for other modules to extend the webpack config, with integration into the flamingo-carotene-dev-server module", | ||
"author": "team-frontend <[email protected]>", | ||
"license": "OSL-3.0", | ||
|