Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Nov 1, 2024
1 parent 8eb6011 commit b6adf6e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- run: npm i -g vsce ovsx
- run: yarn install
- run: yarn run gh:release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

# The vue I18next framework fixture tests rely on the documents getting recognized as `vue` documents by VSCode.
# We set the `file.association` in the tests' .vscode/settings.json. However, `vue` is not a language identifier
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,31 +42,31 @@
},
"dependencies": {
"@amplitude/analytics-node": "^1.3.3",
"@babel/parser": "^7.15.3",
"@babel/traverse": "^7.23.2",
"bcp-47-normalize": "^2.0.1",
"@babel/parser": "^7.26.2",
"@babel/traverse": "^7.25.9",
"bcp-47-normalize": "^2.3.0",
"change-case": "^4.1.2",
"consolidate": "^0.16.0",
"esm": "^3.2.25",
"fast-glob": "^3.2.7",
"fast-glob": "^3.3.2",
"fluent-vue-cli": "^3.0.4",
"glob-gitignore": "^1.0.14",
"glob-gitignore": "^1.0.15",
"htmlparser2": "^6.1.0",
"iconv-lite": "^0.6.3",
"ini": "^2.0.0",
"js-yaml": "^4.1.0",
"json-source-map": "^0.6.1",
"json-stable-stringify": "^1.0.1",
"json5": "^2.2.0",
"json-stable-stringify": "^1.1.1",
"json5": "^2.2.3",
"limax": "^2.1.0",
"lodash": "^4.17.21",
"micromatch": "^4.0.4",
"nanoid": "^3.1.25",
"micromatch": "^4.0.8",
"nanoid": "^3.3.7",
"parse-gitignore": "^1.0.1",
"pofile": "^1.1.1",
"pofile": "^1.1.4",
"properties": "^1.2.1",
"qs": "^6.10.3",
"semver": "^7.5.2",
"qs": "^6.13.0",
"semver": "^7.6.3",
"string-similarity": "^4.0.4",
"ts-node": "^9.1.1",
"typescript": "^4.3.5",
Expand Down

0 comments on commit b6adf6e

Please sign in to comment.