Skip to content

Commit

Permalink
Use exact versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yatki committed Mar 21, 2020
1 parent 50865e3 commit 25adee9
Show file tree
Hide file tree
Showing 10 changed files with 1,572 additions and 3,857 deletions.
5,387 changes: 1,551 additions & 3,836 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"eslint-config-airbnb-base": "14.1.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jest": "23.8.2",
"glob": "^7.1.6",
"glob": "7.1.6",
"husky": "4.2.3",
"jest": "25.1.0",
"jest-extended": "0.11.5",
Expand Down
12 changes: 6 additions & 6 deletions packages/lisan-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/lisan-cli/package.json
Expand Up @@ -44,7 +44,7 @@
"glob": "7.1.6",
"is-glob": "4.0.1",
"json5": "2.1.1",
"lisan-compiler": "^0.0.34-alpha.0",
"lisan-compiler": "0.0.34-alpha.0",
"read-env": "1.3.0",
"yargs": "15.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/lisan-compiler/package.json
Expand Up @@ -35,8 +35,8 @@
"start": "rollup -c rollup.config.ts -w"
},
"dependencies": {
"@types/estree": "^0.0.42",
"acorn": "^7.1.0"
"@types/estree": "0.0.42",
"acorn": "7.1.0"
},
"bugs": {
"url": "https://github.com/lisanjs/lisan/issues"
Expand Down
8 changes: 4 additions & 4 deletions packages/lisan-locales/package.json
Expand Up @@ -38,11 +38,11 @@
"url": "https://github.com/lisanjs/lisan/issues"
},
"devDependencies": {
"lisan": "^0.0.34-alpha.0",
"lisan-plugin-l10n": "^0.0.34-alpha.0"
"lisan": "0.0.34-alpha.0",
"lisan-plugin-l10n": "0.0.34-alpha.0"
},
"dependencies": {
"lisan-types": "^0.0.34-alpha.0",
"ordinalize-tr": "^1.0.1"
"lisan-types": "0.0.34-alpha.0",
"ordinalize-tr": "1.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/lisan-plugin-l10n/package.json
Expand Up @@ -37,9 +37,9 @@
"url": "https://github.com/lisanjs/lisan/issues"
},
"dependencies": {
"lisan-types": "^0.0.34-alpha.0"
"lisan-types": "0.0.34-alpha.0"
},
"devDependencies": {
"lisan": "^0.0.34-alpha.0"
"lisan": "0.0.34-alpha.0"
}
}
4 changes: 2 additions & 2 deletions packages/lisan-plugin-loader/package.json
Expand Up @@ -37,9 +37,9 @@
"url": "https://github.com/lisanjs/lisan/issues"
},
"dependencies": {
"lisan-types": "^0.0.34-alpha.0"
"lisan-types": "0.0.34-alpha.0"
},
"devDependencies": {
"lisan": "^0.0.34-alpha.0"
"lisan": "0.0.34-alpha.0"
}
}
2 changes: 1 addition & 1 deletion packages/lisan/package.json
Expand Up @@ -36,6 +36,6 @@
"url": "https://github.com/lisanjs/lisan/issues"
},
"dependencies": {
"lisan-types": "^0.0.34-alpha.0"
"lisan-types": "0.0.34-alpha.0"
}
}
4 changes: 2 additions & 2 deletions website/package.json
Expand Up @@ -10,7 +10,7 @@
"rename-version": "docusaurus-rename-version"
},
"devDependencies": {
"docusaurus": "^1.14.4",
"http-server": "^0.12.1"
"docusaurus": "1.14.4",
"http-server": "0.12.1"
}
}

0 comments on commit 25adee9

Please sign in to comment.