Skip to content

Commit

Permalink
update dependencies and version
Browse files Browse the repository at this point in the history
  • Loading branch information
robincodex committed May 26, 2022
1 parent 62235bb commit acf4c72
Show file tree
Hide file tree
Showing 3 changed files with 778 additions and 1,227 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easy-keyvalues",
"version": "1.0.10",
"version": "1.0.11",
"description": "Parse Valve KeyValues Format and easy to use in nodejs or browser.",
"main": "dist/node.js",
"engines": {
Expand Down Expand Up @@ -31,23 +31,23 @@
],
"license": "MIT",
"dependencies": {
"axios": "^0.26.1",
"nanoid": "^3.3.1"
"axios": "^0.27.2",
"nanoid": "^3.3.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "21.0.2",
"@rollup/plugin-node-resolve": "13.1.3",
"@rollup/plugin-typescript": "8.3.1",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@rollup/plugin-commonjs": "22.0.0",
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-typescript": "8.3.2",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.35",
"iconv-lite": "^0.6.3",
"jest": "^27.5.1",
"jest": "^28.1.0",
"jest-coverage-badges": "^1.1.2",
"prettier": "^2.6.0",
"rollup": "2.70.1",
"ts-jest": "^27.1.3",
"ts-node": "^10.7.0",
"tslib": "^2.3.1",
"typescript": "4.6.2"
"prettier": "^2.6.2",
"rollup": "2.74.1",
"ts-jest": "^28.0.3",
"ts-node": "^10.8.0",
"tslib": "^2.4.0",
"typescript": "4.7.2"
}
}
6 changes: 3 additions & 3 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easy-keyvalues",
"version": "1.0.10",
"version": "1.0.11",
"description": "Parse Valve KeyValues Format and easy to use in nodejs or browser.",
"main": "node.js",
"engines": {
Expand All @@ -22,7 +22,7 @@
],
"license": "MIT",
"dependencies": {
"axios": "^0.26.1",
"nanoid": "^3.3.1"
"axios": "^0.27.2",
"nanoid": "^3.3.4"
}
}
Loading

0 comments on commit acf4c72

Please sign in to comment.