Skip to content

Commit

Permalink
fix: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
izatop committed Mar 26, 2024
1 parent 6fc1268 commit 25dcda7
Show file tree
Hide file tree
Showing 37 changed files with 202 additions and 202 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.
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.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"coveralls": "^3.1.1",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-newlines": "^1.4.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-unused-imports": "^3.1.0",
"jest": "^29.7.0",
Expand All @@ -39,7 +39,7 @@
"react": "^18.2.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"license": "MIT",
"packageManager": "yarn@4.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"dependencies": {
"@types/glob": "^8.1.0",
"dotenv": "^16.4.5",
"esbuild": "^0.20.1",
"esbuild": "^0.20.2",
"glob": "^10.3.10",
"path-to-regexp": "^6.2.1",
"watcher": "^2.3.0"
},
"devDependencies": {
"@types/node": "^20.11.26",
"@types/node": "^20.11.30",
"typescript-json-schema": "^0.63.0"
},
"publishConfig": {
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.14.7",
"@types/node": "^20.11.26",
"@types/node": "^20.11.30",
"graphql": "^16.8.1",
"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.14.7",
"@types/node": "^20.11.26",
"@types/node": "^20.11.30",
"@types/parse5": "^7.0.0",
"esbuild": "^0.20.1",
"esbuild": "^0.20.2",
"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.14.7",
"@types/node": "^20.11.26",
"@types/node": "^20.11.30",
"@types/node-sass": "^4.11.7",
"node-sass": "^9.0.0"
},
Expand Down
6 changes: 3 additions & 3 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.5.1",
"@reform/bundle": "^0.14.7",
"esbuild": "^0.20.1",
"esbuild": "^0.20.2",
"graphql": "^16.8.1"
},
"author": {
Expand All @@ -20,8 +20,8 @@
"private": true,
"license": "MIT",
"dependencies": {
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@types/react": "^18.2.71",
"@types/react-dom": "^18.2.22",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
Loading

0 comments on commit 25dcda7

Please sign in to comment.