Skip to content

Commit

Permalink
chore(lib): update dependency next / xlsx (#3877)
Browse files Browse the repository at this point in the history
* chore(lib): update dependency next / xlsx

* update xlsx version
  • Loading branch information
achorein committed May 29, 2024
1 parent 224e50e commit dd5ffc5
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 86 deletions.
2 changes: 1 addition & 1 deletion admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"snu-lib": "*",
"styled-components": "5.3.11",
"validator": "13.7.0",
"xlsx": "0.17.4"
"xlsx": "~0.18.5"
},
"devDependencies": {
"@sentry/vite-plugin": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@
"supertest": "6.3.4",
"ts-jest": "^29.1.2",
"typescript": "5.4.5",
"xlsx": "^0.18.5"
"xlsx": "~0.18.5"
}
}
2 changes: 1 addition & 1 deletion knowledge-base-public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@sentry/nextjs": "7.77.0",
"autoprefixer": "^10.4.16",
"emoji-regex": "^10.2.1",
"next": "^13.4.12",
"next": "^13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.11.0",
Expand Down
112 changes: 30 additions & 82 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"libphonenumber-js": "^1.10.41",
"request-ip": "^3.3.0",
"sanitize-html": "^2.12.1",
"turbo": "^1.13.2"
"turbo": "^1.13.3"
},
"workspaces": [
"packages/*",
Expand Down

0 comments on commit dd5ffc5

Please sign in to comment.