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 Sep 5, 2021
1 parent 3ad1424 commit 7cf8176
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 239 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"@types/react": "17.0.19",
"@types/react-dom": "17.0.9",
"@types/webpack": "5.28.0",
"@typescript-eslint/eslint-plugin": "4.29.3",
"@typescript-eslint/parser": "4.29.3",
"autoprefixer": "10.3.3",
"@typescript-eslint/eslint-plugin": "4.30.0",
"@typescript-eslint/parser": "4.30.0",
"autoprefixer": "10.3.4",
"clean-css-cli": "5.3.3",
"clean-release": "2.15.2",
"clean-scripts": "1.20.1",
Expand All @@ -56,11 +56,11 @@
"stylelint-config-standard": "22.0.0",
"ts-loader": "9.2.5",
"ts-node": "10.2.1",
"tsconfig-plantain": "0.0.1",
"type-coverage": "2.18.0",
"tsconfig-plantain": "0.0.2",
"type-coverage": "2.18.2",
"typescript": "4.4.2",
"watch-then-execute": "1.2.0",
"webpack": "5.51.1",
"webpack": "5.52.0",
"webpack-cli": "4.8.0"
},
"workspaces": [
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"noUncheckedIndexedAccess": false,
"outDir": "../dist",
"declaration": true
}
Expand Down
1 change: 1 addition & 0 deletions packages/react/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../dist",
"noUncheckedIndexedAccess": false,
"declaration": true
}
}
1 change: 1 addition & 0 deletions packages/vue/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../dist",
"noUncheckedIndexedAccess": false,
"declaration": true
}
}
Loading

0 comments on commit 7cf8176

Please sign in to comment.