Skip to content

Commit

Permalink
Update packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanelian committed Apr 6, 2021
1 parent 17bbac0 commit 1b2e016
Show file tree
Hide file tree
Showing 13 changed files with 3,174 additions and 3,088 deletions.
4 changes: 2 additions & 2 deletions bin/VueLoaderVersions.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/loaders/CoreTypeScriptLoader.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/loaders/HtmLoader.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions bin/plugins/InstapackBuildPlugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bin/variables-factory/ReadProjectSettings.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,56 +53,56 @@
"test:watch": "ava --watch"
},
"dependencies": {
"@babel/core": "7.12.3",
"@babel/core": "7.13.14",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
"acorn": "8.0.4",
"ajv": "6.12.6",
"autoprefixer": "10.0.2",
"babel-loader": "8.2.1",
"acorn": "8.1.0",
"ajv": "8.0.5",
"autoprefixer": "10.2.5",
"babel-loader": "8.2.2",
"chalk": "4.1.0",
"chokidar": "3.4.3",
"clean-css": "4.2.3",
"chokidar": "3.5.1",
"clean-css": "5.1.2",
"clean-webpack-plugin": "3.0.0",
"css-loader": "5.0.1",
"css-loader": "5.2.0",
"dotenv": "8.2.0",
"enhanced-resolve": "5.3.1",
"fast-glob": "3.2.4",
"follow-redirects": "1.13.0",
"fs-extra": "9.0.1",
"enhanced-resolve": "5.7.0",
"fast-glob": "3.2.5",
"follow-redirects": "1.13.3",
"fs-extra": "9.1.0",
"html-minifier": "4.0.0",
"loader-utils": "2.0.0",
"merge-source-map": "1.1.0",
"portfinder": "1.0.28",
"postcss": "8.1.8",
"postcss": "8.2.9",
"progress": "2.0.3",
"promise.allsettled": "1.0.2",
"react-refresh": "0.9.0",
"sass": "1.29.0",
"promise.allsettled": "1.0.4",
"react-refresh": "0.10.0",
"sass": "1.32.8",
"say": "0.16.0",
"source-map": "0.6.1",
"typescript": "4.1.2",
"typescript": "4.2.3",
"upath": "2.0.1",
"vue-style-loader": "4.1.2",
"webpack": "5.6.0",
"webpack-plugin-serve": "1.2.0",
"vue-style-loader": "4.1.3",
"webpack": "5.30.0",
"webpack-plugin-serve": "1.4.1",
"which": "2.0.2",
"yargs": "16.1.1"
"yargs": "16.2.0"
},
"devDependencies": {
"@types/acorn": "^4.0.5",
"@types/eslint": "^7.2.5",
"@types/eslint": "^7.2.8",
"@types/follow-redirects": "^1.13.0",
"@types/fs-extra": "^9.0.4",
"@types/node": "^14.14.9",
"@types/fs-extra": "^9.0.10",
"@types/node": "^14.14.37",
"@types/progress": "^2.0.3",
"@types/sass": "^1.16.0",
"@types/yargs": "^15.0.10",
"@typescript-eslint/eslint-plugin": "4.8.1",
"@typescript-eslint/parser": "4.8.1",
"@vue/compiler-sfc": "3.0.2",
"ava": "3.13.0",
"eslint": "7.13.0",
"@types/yargs": "^16.0.1",
"@typescript-eslint/eslint-plugin": "4.21.0",
"@typescript-eslint/parser": "4.21.0",
"@vue/compiler-sfc": "3.0.11",
"ava": "3.15.0",
"eslint": "7.23.0",
"memory-fs": "0.5.0",
"vue-template-compiler": "2.6.12"
}
Expand Down
Loading

0 comments on commit 1b2e016

Please sign in to comment.