Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
izatop committed Feb 28, 2024
1 parent 692fb29 commit 5c6ca35
Show file tree
Hide file tree
Showing 52 changed files with 280 additions and 260 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.
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.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"coveralls": "^3.1.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-newlines": "^1.3.4",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-unused-imports": "^3.1.0",
"jest": "^29.7.0",
"jest-serializer-path": "^0.1.15",
"lerna": "^8.1.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
},
"dependencies": {
"@types/glob": "^8.1.0",
"dotenv": "^16.4.1",
"esbuild": "^0.20.0",
"dotenv": "^16.4.5",
"esbuild": "^0.20.1",
"glob": "^10.3.10",
"path-to-regexp": "^6.2.1",
"watcher": "^2.3.0"
},
"devDependencies": {
"@types/node": "^20.11.16",
"typescript-json-schema": "^0.62.0"
"@types/node": "^20.11.21",
"typescript-json-schema": "^0.63.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"build": "tsc"
},
"dependencies": {
"@graphql-tools/graphql-file-loader": "^8.0.0",
"@graphql-tools/load": "^8.0.1",
"@graphql-tools/graphql-file-loader": "^8.0.1",
"@graphql-tools/load": "^8.0.2",
"@reform/bundle": "^0.14.5",
"@types/node": "^20.11.16",
"@types/node": "^20.11.21",
"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.5",
"@types/node": "^20.11.16",
"@types/node": "^20.11.21",
"@types/parse5": "^7.0.0",
"esbuild": "^0.20.0",
"esbuild": "^0.20.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.14.5",
"@types/node": "^20.11.16",
"@types/node": "^20.11.21",
"@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.5",
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"graphql": "^16.8.1"
},
"author": {
Expand All @@ -20,8 +20,8 @@
"private": true,
"license": "MIT",
"dependencies": {
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
Loading

0 comments on commit 5c6ca35

Please sign in to comment.