Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
janniks committed Aug 28, 2023
1 parent 16bdebb commit 7523103
Show file tree
Hide file tree
Showing 4 changed files with 2,022 additions and 2,303 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
root: true,
rules: {
// todo: remove these rules if fixed
'@stencil-community/ban-exported-const-enums': 'off',
'@stencil-community/own-methods-must-be-private': 'off',
'@stencil-community/required-jsdoc': 'off',
'@stencil-community/strict-boolean-conditions': 'off',
Expand Down
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
"version": {
"message": "chore(release): publish %s"
}
},
"useWorkspaces": true
}
}
33 changes: 16 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
],
"prettier": "@stacks/prettier-config",
"scripts": {
"bootstrap": "lerna exec --parallel 'yarn'",
"build": "lerna run build",
"build:connect": "lerna run build --scope @stacks/connect",
"build:connect-ui": "lerna run build --scope @stacks/connect-ui",
Expand All @@ -25,28 +24,28 @@
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.14.1",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@janniks/typedoc-theme-stacks": "^1.2.3",
"@stacks/eslint-config": "^1.3.0-alpha.1",
"@stacks/eslint-config": "^2.0.0",
"@stacks/prettier-config": "^0.0.10",
"@stencil-community/eslint-plugin": "^0.5.0",
"concurrently": "^7.6.0",
"eslint": "^8.33.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"concurrently": "^8.2.0",
"eslint": "^8.47.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^8.0.3",
"lerna": "^6.6.1",
"prettier": "^2.8.3",
"lerna": "^7.1.5",
"prettier": "^3.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^6.6.3",
"typedoc": "^0.23.20",
"typescript": "^4.8.4"
"tsup": "^7.2.0",
"typedoc": "^0.24.8",
"typescript": "^5.1.6"
}
}
Loading

0 comments on commit 7523103

Please sign in to comment.