Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vue-loader
Project
Project
Details
Activity
Releases
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pi-plusplus
fork-from-github
vue-loader
Commits
4e907844
Commit
4e907844
authored
Dec 24, 2018
by
Tatsuyuki Ishi
Committed by
Haoqun Jiang
Dec 24, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: add missing dependencies (#1336)
fixes #1427
parent
082c6eaf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
package.json
package.json
+5
-0
yarn.lock
yarn.lock
+1
-1
No files found.
package.json
View file @
4e907844
...
@@ -57,6 +57,7 @@
...
@@ -57,6 +57,7 @@
"
jsdom
"
:
"
^11.6.2
"
,
"
jsdom
"
:
"
^11.6.2
"
,
"
lint-staged
"
:
"
^7.0.0
"
,
"
lint-staged
"
:
"
^7.0.0
"
,
"
markdown-loader
"
:
"
^2.0.2
"
,
"
markdown-loader
"
:
"
^2.0.2
"
,
"
memory-fs
"
:
"
^0.4.1
"
,
"
mini-css-extract-plugin
"
:
"
^0.4.1
"
,
"
mini-css-extract-plugin
"
:
"
^0.4.1
"
,
"
node-sass
"
:
"
^4.7.2
"
,
"
node-sass
"
:
"
^4.7.2
"
,
"
normalize-newline
"
:
"
^3.0.0
"
,
"
normalize-newline
"
:
"
^3.0.0
"
,
...
@@ -66,6 +67,7 @@
...
@@ -66,6 +67,7 @@
"
pug-plain-loader
"
:
"
^1.0.0
"
,
"
pug-plain-loader
"
:
"
^1.0.0
"
,
"
raw-loader
"
:
"
^0.5.1
"
,
"
raw-loader
"
:
"
^0.5.1
"
,
"
sass-loader
"
:
"
^6.0.7
"
,
"
sass-loader
"
:
"
^6.0.7
"
,
"
source-map
"
:
"
^0.5.0
"
,
"
stylus
"
:
"
^0.54.5
"
,
"
stylus
"
:
"
^0.54.5
"
,
"
stylus-loader
"
:
"
^3.0.2
"
,
"
stylus-loader
"
:
"
^3.0.2
"
,
"
sugarss
"
:
"
^1.0.1
"
,
"
sugarss
"
:
"
^1.0.1
"
,
...
@@ -82,5 +84,8 @@
...
@@ -82,5 +84,8 @@
"
webpack-dev-server
"
:
"
^3.1.1
"
,
"
webpack-dev-server
"
:
"
^3.1.1
"
,
"
webpack-merge
"
:
"
^4.1.2
"
,
"
webpack-merge
"
:
"
^4.1.2
"
,
"
yorkie
"
:
"
^1.0.3
"
"
yorkie
"
:
"
^1.0.3
"
},
"peerDependencies"
:
{
"
webpack
"
:
"
^4.1.0
"
}
}
}
}
yarn.lock
View file @
4e907844
...
@@ -6672,7 +6672,7 @@ mem@^1.1.0:
...
@@ -6672,7 +6672,7 @@ mem@^1.1.0:
dependencies:
dependencies:
mimic-fn "^1.0.0"
mimic-fn "^1.0.0"
memory-fs@^0.4.0, memory-fs@~0.4.1:
memory-fs@^0.4.0, memory-fs@
^0.4.1, memory-fs@
~0.4.1:
version "0.4.1"
version "0.4.1"
resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552"
resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552"
dependencies:
dependencies:
...
...
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