analytica-frontend-lib 1.2.37 → 1.2.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "analytica-frontend-lib",
3
- "version": "1.2.37",
3
+ "version": "1.2.38",
4
4
  "description": "Repositório público dos componentes utilizados nas plataformas da Analytica Ensino",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -127,7 +127,7 @@
127
127
  "peerDependencies": {
128
128
  "@hookform/resolvers": ">=3.0.0",
129
129
  "@phosphor-icons/react": ">=2.0.0",
130
- "dayjs": ">=1.11.0",
130
+ "dayjs": ">=1.11.18",
131
131
  "react": ">=19.0.0",
132
132
  "react-dom": ">=19.0.0",
133
133
  "react-hook-form": ">=7.0.0",
@@ -136,6 +136,7 @@
136
136
  },
137
137
  "dependencies": {
138
138
  "clsx": "^2.1.1",
139
+ "dayjs": "^1.11.18",
139
140
  "dompurify": "^3.3.0",
140
141
  "html-react-parser": "^5.2.8",
141
142
  "katex": "^0.16.25",
@@ -168,7 +169,7 @@
168
169
  "@typescript-eslint/eslint-plugin": "^8.34.0",
169
170
  "@typescript-eslint/parser": "^8.34.0",
170
171
  "autoprefixer": "^10.4.21",
171
- "dayjs": "^1.11.13",
172
+ "dayjs": "^1.11.18",
172
173
  "eslint": "^9.28.0",
173
174
  "eslint-config-prettier": "^10.1.5",
174
175
  "eslint-plugin-jsdoc": "^50.7.1",