Skip to content

Commit aa4089f

Browse files
committed
package.jsonのdevDependenciesからwebpackをremove
1 parent 04e2e61 commit aa4089f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
"vue-class-component": "7.2.6",
8585
"vue-jest": "3.0.7",
8686
"vue-server-renderer": "2.6.14",
87-
"vue-template-compiler": "2.6.14",
88-
"webpack": "4.46.0"
87+
"vue-template-compiler": "2.6.14"
8988
}
9089
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14773,7 +14773,7 @@ webpack-sources@^1.0.1, webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-
1477314773
source-list-map "^2.0.0"
1477414774
source-map "~0.6.1"
1477514775

14776-
webpack@4.46.0, webpack@^4.46.0:
14776+
webpack@^4.46.0:
1477714777
version "4.46.0"
1477814778
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.46.0.tgz#bf9b4404ea20a073605e0a011d188d77cb6ad542"
1477914779
integrity sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==

0 commit comments

Comments
 (0)