Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
c3-closed
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Evgeny
c3-closed
Commits
f0543729
Commit
f0543729
authored
Jan 18, 2015
by
Masayuki Tanaka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix d3 dependency to <=3.5.0 - #893
parent
bffe5936
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
bower.json
bower.json
+1
-1
component.json
component.json
+1
-1
package.json
package.json
+1
-1
No files found.
bower.json
View file @
f0543729
...
...
@@ -27,6 +27,6 @@
"Gruntfile.*"
],
"dependencies"
:
{
"d3"
:
"
~3.5.3
"
"d3"
:
"
<=3.5.0
"
}
}
component.json
View file @
f0543729
...
...
@@ -5,7 +5,7 @@
"version"
:
"0.4.8"
,
"keywords"
:
[],
"dependencies"
:
{
"mbostock/d3"
:
"v3.5.
3
"
"mbostock/d3"
:
"v3.5.
0
"
},
"development"
:
{},
"license"
:
"MIT"
,
...
...
package.json
View file @
f0543729
...
...
@@ -20,7 +20,7 @@
"gitHead"
:
"84e03109d9a590f9c8ef687c03d751f666080c6f"
,
"readmeFilename"
:
"README.md"
,
"dependencies"
:
{
"
d3
"
:
"
~3.5.3
"
"
d3
"
:
"
<=3.5.0
"
},
"devDependencies"
:
{
"
grunt
"
:
"~0.4.1"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment