Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Jahren committed Apr 3, 2023
1 parent f1ec5c1 commit f20d76a
Show file tree
Hide file tree
Showing 14 changed files with 12,774 additions and 26 deletions.
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"@types/convert-source-map": "^2.0.0",
"@types/micromatch": "^4.0.1",
"@types/normalize-path": "^3.0.0",
"@types/glob": "^8.1.0",
"mock-fs": "^5.2.0",
"mockdate": "^3.0.5"
}
Expand Down
9 changes: 5 additions & 4 deletions packages/extractor-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lingui/extractor-vue",
"version": "4.0.0-next.4",
"version": "4.0.0-next.5",
"description": "Custom vue extractor to be used with CLI tool",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand All @@ -22,21 +22,22 @@
"email": "christoffer@jahren.it"
},
"scripts": {
"build": "unbuild",
"build": "rimraf ./dist && unbuild",
"stub": "unbuild --stub"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@babel/core": "^7.21.0",
"@lingui/cli": "^4.0.0-next.5",
"@lingui/conf": "^4.0.0-next.5",
"@vue/compiler-sfc": "^3.2.47"
},
"devDependencies": {
"@lingui/babel-plugin-extract-messages": "^4.0.0-next.5",
"unbuild": "^1.1.2"
"@vue/compiler-core": "^3.2.47",
"unbuild": "^1.1.2",
"vue": "^3.2.47"
},
"gitHead": "f2961fcb319265b08ddeda3aa2549d104fc4c6d4"
}
Loading

0 comments on commit f20d76a

Please sign in to comment.