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 80983ea commit c036e92
Show file tree
Hide file tree
Showing 3 changed files with 246 additions and 226 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 @@ -31,15 +31,15 @@
"@types/react": "17.0.2",
"@types/react-dom": "17.0.1",
"@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",
"cross-env": "7.0.3",
"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 @@ -53,17 +53,17 @@
"react-dom": "17.0.1",
"rev-static": "3.6.0",
"rimraf": "3.0.2",
"rollup": "2.39.0",
"rollup": "2.40.0",
"rollup-plugin-uglify": "6.0.4",
"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",
"typescript": "4.1.5",
"type-coverage": "2.16.3",
"typescript": "4.2.2",
"watch-then-execute": "1.2.0",
"webpack": "5.23.0",
"webpack": "5.24.2",
"webpack-cli": "4.5.0"
},
"workspaces": [
Expand Down
Loading

0 comments on commit c036e92

Please sign in to comment.