Skip to content

Commit e65441e

Browse files
authored
Bump dependencies (#12)
1 parent 97f35a0 commit e65441e

File tree

4 files changed

+10310
-10153
lines changed

4 files changed

+10310
-10153
lines changed

.prettierrc.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
module.exports = {
22
...require('@spotify/prettier-config'),
33
useTabs: true, // https://web.archive.org/web/20220616035943/https://www.reddit.com/r/javascript/comments/c8drjo/nobody_talks_about_the_real_reason_to_use_tabs/
4-
54
};

lerna.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2-
"packages": [
3-
"plugins/**"
4-
],
2+
"packages": ["plugins/**"],
53
"npmClient": "yarn",
64
"useWorkspaces": true,
75
"version": "0.0.0"

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"@typescript-eslint/parser": "^5.29.0",
2828
"eslint": "^8.18.0",
2929
"eslint-plugin-react": "^7.30.1",
30-
"lerna": "^4.0.0",
30+
"lerna": "^6.0.2",
3131
"prettier": "^2.3.2"
3232
},
3333
"dependencies": {
34-
"@backstage/cli": "^0.17.2",
35-
"typescript": "^4.7.4"
34+
"@backstage/cli": "^0.20.0",
35+
"typescript": "^4.8.4"
3636
}
3737
}

0 commit comments

Comments
 (0)