Skip to content

Commit

Permalink
Update npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrotoff committed Jun 3, 2023
1 parent ef62453 commit 100e75c
Show file tree
Hide file tree
Showing 8 changed files with 1,053 additions and 949 deletions.
6 changes: 3 additions & 3 deletions examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"dependencies": {
"@tkrotoff/fetch": "file:../..",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
"typescript": "^5.1.3"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@babel/preset-env": "^7.22.4",
"@babel/preset-typescript": "^7.21.5",
"jest": "^29.5.0"
}
}
3 changes: 1 addition & 2 deletions examples/node/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true
"noFallthroughCasesInSwitch": true
},
"include": ["**/*"]
}
18 changes: 9 additions & 9 deletions examples/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
},
"dependencies": {
"@tkrotoff/fetch": "file:../..",
"core-js": "^3.29.0",
"core-js": "^3.30.2",
"expect": "^25.5.0",
"ua-parser-js": "^1.0.34"
"ua-parser-js": "^1.0.35"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"@babel/preset-typescript": "^7.21.5",
"@types/ua-parser-js": "^0.7.36",
"babel-loader": "^9.1.2",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"typescript": "^4.9.5",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
"typescript": "^5.1.3",
"webpack": "^5.85.0",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
}
}
3 changes: 1 addition & 2 deletions examples/web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true
"noFallthroughCasesInSwitch": true
},
"include": ["**/*"]
}

0 comments on commit 100e75c

Please sign in to comment.