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 Aug 27, 2022
1 parent 45ed136 commit 5975ceb
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 178 deletions.
40 changes: 2 additions & 38 deletions demo/debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -4747,18 +4747,6 @@
"character": 2
}
},
"decorators": [
{
"name": "Get",
"parameters": []
},
{
"name": "Bar",
"parameters": [
"TypeLiteral"
]
}
],
"parameters": [
{
"name": "foo",
Expand All @@ -4771,15 +4759,7 @@
"character": 23
}
},
"optional": false,
"decorators": [
{
"name": "Query",
"parameters": [
"foo"
]
}
]
"optional": false
},
{
"name": "bar",
Expand All @@ -4791,15 +4771,7 @@
"character": 23
}
},
"optional": false,
"decorators": [
{
"name": "Query",
"parameters": [
"foo"
]
}
]
"optional": false
}
]
}
Expand All @@ -4811,14 +4783,6 @@
"line": 529,
"character": 0
},
"decorators": [
{
"name": "Controller",
"parameters": [
"/api/v1/tests"
]
}
],
"modifiers": [
"export"
]
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,34 +27,34 @@
"devDependencies": {
"@types/fs-extra": "9.0.13",
"@types/minimist": "1.2.2",
"@types/node": "18.7.2",
"@types/node": "18.7.13",
"@types/webpack": "5.28.0",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.0",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"autoprefixer": "10.4.8",
"clean-css-cli": "5.6.1",
"clean-release": "2.17.0",
"clean-scripts": "1.20.2",
"eslint": "8.21.0",
"eslint": "8.23.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-plantain": "2.0.0",
"file2variable-cli": "2.0.1",
"github-fork-ribbon-css": "0.2.3",
"http-server": "14.1.1",
"less": "4.0.0",
"markdownlint-cli": "0.32.1",
"markdownlint-cli": "0.32.2",
"no-unused-export": "1.15.0",
"postcss": "8.4.16",
"postcss-cli": "10.0.0",
"rev-static": "3.6.0",
"rimraf": "3.0.2",
"stylelint": "14.10.0",
"stylelint-config-standard": "27.0.0",
"stylelint": "14.11.0",
"stylelint-config-standard": "28.0.0",
"ts-loader": "9.3.1",
"ts-node": "10.9.1",
"tsconfig-plantain": "0.0.2",
"type-coverage": "2.22.0",
"typescript": "4.7.4",
"typescript": "4.8.2",
"vue": "3.2.37",
"watch-then-execute": "1.2.0",
"webpack": "5.74.0",
Expand Down
Loading

0 comments on commit 5975ceb

Please sign in to comment.