Browse Source

Update changelog

pull/5988/head
Raj Gupta 4 weeks ago
parent
commit
7345ed37fc
  1. 1
      CHANGELOG.md
  2. 1
      libs/ui/.storybook/main.js
  3. 4369
      package-lock.json
  4. 10
      package.json

1
CHANGELOG.md

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Update Storybook and Cypress version
- Update Nx version - Update Nx version
### Fixed ### Fixed

1
libs/ui/.storybook/main.js

@ -1,3 +1,4 @@
// This file has been automatically migrated to valid ESM format by Storybook.
import { createRequire } from 'node:module'; import { createRequire } from 'node:module';
import { dirname, join } from 'node:path'; import { dirname, join } from 'node:path';

4369
package-lock.json

File diff suppressed because it is too large

10
package.json

@ -167,8 +167,8 @@
"@nx/web": "22.1.1", "@nx/web": "22.1.1",
"@nx/workspace": "22.1.1", "@nx/workspace": "22.1.1",
"@schematics/angular": "20.3.9", "@schematics/angular": "20.3.9",
"@storybook/addon-docs": "9.1.5", "@storybook/addon-docs": "10.1.0",
"@storybook/angular": "10.0.0", "@storybook/angular": "10.1.0",
"@trivago/prettier-plugin-sort-imports": "5.2.2", "@trivago/prettier-plugin-sort-imports": "5.2.2",
"@types/big.js": "6.2.2", "@types/big.js": "6.2.2",
"@types/google-spreadsheet": "3.1.5", "@types/google-spreadsheet": "3.1.5",
@ -179,12 +179,12 @@
"@types/passport-google-oauth20": "2.0.16", "@types/passport-google-oauth20": "2.0.16",
"@typescript-eslint/eslint-plugin": "8.43.0", "@typescript-eslint/eslint-plugin": "8.43.0",
"@typescript-eslint/parser": "8.43.0", "@typescript-eslint/parser": "8.43.0",
"cypress": "6.2.1", "cypress": "^15.7.0",
"eslint": "9.35.0", "eslint": "9.35.0",
"eslint-config-prettier": "10.1.8", "eslint-config-prettier": "10.1.8",
"eslint-plugin-cypress": "4.2.0", "eslint-plugin-cypress": "4.2.0",
"eslint-plugin-import": "2.32.0", "eslint-plugin-import": "2.32.0",
"eslint-plugin-storybook": "9.1.5", "eslint-plugin-storybook": "10.1.0",
"husky": "9.1.7", "husky": "9.1.7",
"jest": "29.7.0", "jest": "29.7.0",
"jest-environment-jsdom": "29.7.0", "jest-environment-jsdom": "29.7.0",
@ -197,7 +197,7 @@
"react-dom": "18.2.0", "react-dom": "18.2.0",
"replace-in-file": "8.3.0", "replace-in-file": "8.3.0",
"shx": "0.3.4", "shx": "0.3.4",
"storybook": "10.0.0", "storybook": "10.1.0",
"ts-jest": "29.4.0", "ts-jest": "29.4.0",
"ts-node": "10.9.2", "ts-node": "10.9.2",
"tslib": "2.8.1", "tslib": "2.8.1",

Loading…
Cancel
Save