Skip to content

Commit

Permalink
fix(deps): Update development dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTolmay committed Oct 5, 2023
1 parent adcd80a commit b7d7cca
Show file tree
Hide file tree
Showing 5 changed files with 201 additions and 231 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"web:server": "pnpm -r --filter='@lowdefy/server' build:lowdefy --config-directory ../website && pnpm install && pnpm -r --filter='@lowdefy/server' build:next && pnpm -r --filter='@lowdefy/server' start"
},
"devDependencies": {
"eslint": "8.49.0",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-node": "0.3.9",
"eslint-plugin-import": "2.28.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"yargs": "17.7.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "13.4.19",
"@next/eslint-plugin-next": "13.5.4",
"less": "4.2.0",
"less-loader": "11.1.3",
"next-with-less": "3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"devDependencies": {
"@lowdefy/build": "4.0.0-rc.10",
"@next/eslint-plugin-next": "13.4.19",
"@next/eslint-plugin-next": "13.5.4",
"less": "4.2.0",
"less-loader": "11.1.3",
"next-with-less": "3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/block-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@babel/core": "7.22.19",
"@babel/core": "7.23.0",
"@emotion/jest": "11.10.5",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.92",
Expand Down

0 comments on commit b7d7cca

Please sign in to comment.