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 Jul 17, 2020
1 parent cfdcd54 commit 5d8a9dd
Show file tree
Hide file tree
Showing 3 changed files with 645 additions and 704 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
},
"homepage": "https://github.com/plantain-00/select2-component#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "13.0.0",
"@rollup/plugin-node-resolve": "8.1.0",
"@rollup/plugin-commonjs": "14.0.0",
"@rollup/plugin-node-resolve": "8.4.0",
"@types/webpack": "4.41.21",
"@typescript-eslint/eslint-plugin": "3.6.0",
"@typescript-eslint/parser": "3.6.0",
"autoprefixer": "9.8.4",
"@typescript-eslint/eslint-plugin": "3.6.1",
"@typescript-eslint/parser": "3.6.1",
"autoprefixer": "9.8.5",
"clean-css-cli": "4.3.0",
"clean-scripts": "1.16.1",
"cross-env": "7.0.2",
Expand All @@ -41,7 +41,7 @@
"github-fork-ribbon-css": "0.2.3",
"http-server": "0.12.3",
"lerna": "3.22.1",
"less": "3.11.3",
"less": "3.12.2",
"markdownlint-cli": "0.23.2",
"no-unused-export": "1.11.1",
"postcss-cli": "7.1.1",
Expand All @@ -51,11 +51,11 @@
"rollup-plugin-uglify": "6.0.4",
"stylelint": "13.6.1",
"stylelint-config-standard": "20.0.0",
"ts-loader": "8.0.0",
"ts-loader": "8.0.1",
"ts-node": "8.10.2",
"tsconfig-plantain": "0.0.1",
"type-coverage": "2.8.4",
"typescript": "3.9.6",
"type-coverage": "2.9.0",
"typescript": "3.9.7",
"watch-then-execute": "1.2.0",
"webpack": "4.43.0",
"webpack-cli": "3.3.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"select2-component": "^5.10.2"
},
"devDependencies": {
"@types/react": "16.9.42",
"@types/react": "16.9.43",
"@types/react-dom": "16.9.8"
}
}

0 comments on commit 5d8a9dd

Please sign in to comment.