Skip to content

Commit

Permalink
fix(deps): Bumped all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed May 29, 2023
1 parent 8831a73 commit 35809f8
Show file tree
Hide file tree
Showing 3 changed files with 1,111 additions and 1,054 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,27 +41,27 @@
"webpack"
],
"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",
"@hapi/joi": "^17.1.1",
"@types/benchmark": "^2.1.2",
"@types/hapi__joi": "^17.1.9",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.3",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.16",
"benchmark": "^2.1.4",
"cz-conventional-changelog": "^3.3.0",
"jest": "^29.5.0",
"ow": "^1.1.1",
"rimraf": "^4.4.0",
"rimraf": "^5.0.1",
"superstruct": "^1.0.3",
"tempy": "^3.0.0",
"ts-jest-resolver": "^2.0.0",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.2",
"typescript": "^5.0.4",
"zod": "^3.21.4"
},
"dependencies": {
"ajv": "^6.11.0",
"ajv": "^6.12.6",
"awesome-ajv-errors": "^5.1.0",
"meta-types": "^2.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"build-test": "yarn build-test-plain && yarn build-test-styles"
},
"devDependencies": {
"html-webpack-plugin": "^5.5.0",
"puppeteer": "^19.7.5",
"html-webpack-plugin": "^5.5.1",
"puppeteer": "^19.11.1",
"suretype": "workspace:^",
"ts-loader": "^9.4.2",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1"
"ts-loader": "^9.4.3",
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1"
}
}
Loading

0 comments on commit 35809f8

Please sign in to comment.