Skip to content

Commit

Permalink
Use carat versions
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Mar 28, 2024
1 parent 3f7f482 commit 085d842
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
46 changes: 23 additions & 23 deletions package-lock.json

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

46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,29 +43,29 @@
"graphql": "^16.2.0"
},
"devDependencies": {
"@babel/core": "7.15.5",
"@babel/eslint-parser": "7.15.4",
"@babel/node": "7.15.4",
"@babel/plugin-transform-typescript": "7.14.6",
"@babel/preset-env": "7.15.6",
"@babel/register": "7.15.3",
"@types/chai": "4.2.19",
"@types/mocha": "8.2.2",
"@types/node": "15.12.5",
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/parser": "4.31.0",
"chai": "4.3.4",
"cspell": "5.9.0",
"eslint": "7.32.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-istanbul": "0.1.2",
"eslint-plugin-node": "11.1.0",
"flow-bin": "0.159.0",
"graphql": "16.2.0",
"mocha": "9.1.1",
"nyc": "15.1.0",
"prettier": "2.4.0",
"typescript": "4.4.2"
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.15.4",
"@babel/node": "^7.15.4",
"@babel/plugin-transform-typescript": "^7.14.6",
"@babel/preset-env": "^7.15.6",
"@babel/register": "^7.15.3",
"@types/chai": "^4.2.19",
"@types/mocha": "^8.2.2",
"@types/node": "^15.12.5",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"chai": "^4.3.4",
"cspell": "^5.9.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-istanbul": "^0.1.2",
"eslint-plugin-node": "^11.1.0",
"flow-bin": "^0.159.0",
"graphql": "^16.2.0",
"mocha": "^9.1.1",
"nyc": "^15.1.0",
"prettier": "^2.4.0",
"typescript": "^4.4.2"
},
"publishConfig": {
"tag": "latest"
Expand Down

0 comments on commit 085d842

Please sign in to comment.