Skip to content

Commit cc9cdcc

Browse files
build(deps-dev): bump eslint from 8.15.0 to 8.16.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.15.0 to 8.16.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.15.0...v8.16.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e62bb42 commit cc9cdcc

File tree

2 files changed

+112
-145
lines changed

2 files changed

+112
-145
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"core-js": "^3.22.5",
2525
"ionicons": "^6.0.1",
2626
"pinia": "^2.0.14",
27-
"vue": "^3.2.21",
27+
"vue": "^3.2.36",
2828
"vue-axios": "^3.4.1",
2929
"vue-router": "^4.0.15"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "^7.17.9",
32+
"@babel/core": "^7.18.2",
3333
"@capacitor/cli": "3.5.1",
3434
"@commitlint/cli": "^17.0.1",
3535
"@commitlint/config-conventional": "^16.2.4",
@@ -57,7 +57,7 @@
5757
"commitizen": "^4.2.4",
5858
"cypress": "^9.6.1",
5959
"cz-conventional-changelog": "3.3.0",
60-
"eslint": "^8.15.0",
60+
"eslint": "^8.16.0",
6161
"eslint-config-prettier": "^8.5.0",
6262
"eslint-plugin-cypress": "^2.12.1",
6363
"eslint-plugin-import": "^2.26.0",
@@ -72,7 +72,7 @@
7272
"semver": "^7.3.7",
7373
"tailwindcss": "^3.0.24",
7474
"ts-jest": "^27.0.7",
75-
"typescript": "^4.5.4",
75+
"typescript": "^4.7.2",
7676
"vite": "^2.9.9",
7777
"vue-eslint-parser": "^9.0.1",
7878
"vue-jest": "^3.0.7",

0 commit comments

Comments
 (0)