Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Feb 27, 2021
1 parent 9b72f74 commit 47f3438
Show file tree
Hide file tree
Showing 3 changed files with 248 additions and 223 deletions.
3 changes: 1 addition & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"prettier",
"prettier/@typescript-eslint"
"prettier"
],
"plugins": [
"plantain"
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"@types/minimist": "1.2.1",
"@types/node": "14.14.31",
"@types/webpack": "4.41.26",
"@typescript-eslint/eslint-plugin": "4.15.1",
"@typescript-eslint/parser": "4.15.1",
"@typescript-eslint/eslint-plugin": "4.15.2",
"@typescript-eslint/parser": "4.15.2",
"autoprefixer": "10.2.4",
"clean-css-cli": "5.2.0",
"clean-release": "2.15.2",
"clean-scripts": "1.20.1",
"eslint": "7.20.0",
"eslint-config-prettier": "7.2.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-plantain": "1.1.0",
"file2variable-cli": "2.0.1",
"github-fork-ribbon-css": "0.2.3",
Expand All @@ -49,15 +49,15 @@
"postcss-cli": "8.3.1",
"rev-static": "3.6.0",
"rimraf": "3.0.2",
"stylelint": "13.10.0",
"stylelint": "13.11.0",
"stylelint-config-standard": "20.0.0",
"ts-loader": "8.0.17",
"ts-node": "9.1.1",
"tsconfig-plantain": "0.0.1",
"type-coverage": "2.15.1",
"vue": "3.0.5",
"type-coverage": "2.16.3",
"vue": "3.0.6",
"watch-then-execute": "1.2.0",
"webpack": "5.23.0",
"webpack": "5.24.2",
"webpack-cli": "4.5.0"
},
"dependencies": {
Expand All @@ -68,7 +68,7 @@
"minimist": "1",
"protobufjs": "6",
"ts-lib-utils": "2",
"tslib": "1 || 2",
"tslib": "2.1.0",
"typescript": "3 || 4"
},
"bin": {
Expand Down
Loading

0 comments on commit 47f3438

Please sign in to comment.