Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Nov 13, 2023
1 parent 60085d9 commit 39e3006
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 64 deletions.
2 changes: 1 addition & 1 deletion examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"package1": "*"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.3",
"@types/node": "^20.9.0",
"typescript": "5.2.2",
"vite": "^4.5.0"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"devDependencies": {
"@fission-codes/eslint-config": "^0.0.3",
"depcheck": "^1.4.7",
"lint-staged": "^15.0.2",
"prettier": "3.0.3",
"lint-staged": "^15.1.0",
"prettier": "3.1.0",
"simple-git-hooks": "^2.9.0",
"typedoc": "^0.25.3",
"typedoc-plugin-missing-exports": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/package1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
"test:browser": "playwright-test 'test/**/!(*.node).test.js'"
},
"devDependencies": {
"@types/assert": "^1.5.8",
"@types/assert": "^1.5.9",
"@types/mocha": "^10.0.4",
"@types/node": "^20.9.0",
"assert": "^2.1.0",
"mocha": "^10.2.0",
"playwright-test": "^12.4.3"
"playwright-test": "^12.6.0"
},
"publishConfig": {
"provenance": true
Expand Down
Loading

0 comments on commit 39e3006

Please sign in to comment.