Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
izatop committed Sep 3, 2024
1 parent 6552df6 commit df03404
Show file tree
Hide file tree
Showing 25 changed files with 333 additions and 67 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prettier": "^3.3.3",
"react": "^18.3.1",
"rimraf": "^6.0.1",
"tsx": "^4.17.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
},
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"dependencies": {
"@types/glob": "^8.1.0",
"dotenv": "^16.4.5",
"esbuild": "^0.23.0",
"esbuild": "^0.23.1",
"glob": "^11.0.0",
"path-to-regexp": "^7.1.0",
"watcher": "^2.3.1"
},
"devDependencies": {
"@types/node": "^22.2.0",
"typescript-json-schema": "^0.64.0"
"@types/node": "^22.5.2",
"typescript-json-schema": "^0.65.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-tag-min/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@reform/bundle": "^0.15.1",
"@types/node": "^22.2.0"
"@types/node": "^22.5.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@graphql-tools/graphql-file-loader": "^8.0.1",
"@graphql-tools/load": "^8.0.2",
"@reform/bundle": "^0.15.1",
"@types/node": "^22.2.0",
"@types/node": "^22.5.2",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.6"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"dependencies": {
"@reform/bundle": "^0.15.1",
"@types/node": "^22.2.0",
"@types/node": "^22.5.2",
"@types/parse5": "^7.0.0",
"esbuild": "^0.23.0",
"esbuild": "^0.23.1",
"parse5": "^7.1.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@reform/bundle": "^0.15.1",
"@types/node": "^22.2.0",
"@types/node": "^22.5.2",
"@types/node-sass": "^4.11.7",
"node-sass": "^9.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@reform/bundle": "^0.15.1",
"esbuild": "^0.23.0",
"esbuild": "^0.23.1",
"graphql": "^16.9.0"
},
"author": {
Expand All @@ -20,7 +20,7 @@
"private": true,
"license": "MIT",
"dependencies": {
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"graphql-tag": "^2.12.6",
"react": "^18.3.1",
Expand Down
Loading

0 comments on commit df03404

Please sign in to comment.