@darajs/core 1.26.5 → 1.26.7

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.
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../js/utils.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,eAAO,MAAM,cAAc,GAAI,OAAO,MAAM,KAAG,MAQ9C,CAAC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../js/utils.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,eAAO,MAAM,cAAc,UAAW,MAAM,KAAG,MAQ9C,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darajs/core",
3
- "version": "1.26.5",
3
+ "version": "1.26.7",
4
4
  "description": "Dara Framework core",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "prepare-dev": "mkdir -p dist && tsc && cp -R js/assets dist/ && cp js/index.css dist/ && tsc-alias",
24
24
  "build-dev": "mkdir -p dist && cp js/index.css dist/ && cp -R js/assets dist/ && tsc && (concurrently \"tsc -w\" \"tsc-alias -w\")",
25
25
  "clean": "rimraf api assets components shared types *.js.map *.d.ts '!(*.config).js' *.css",
26
- "cypress:open": "cypress open",
26
+ "cypress:open": "cypress open --e2e",
27
27
  "lint": "tsc --noemit && eslint js tests cypress --ext .tsx,.ts --max-warnings 0 && stylelint './js/**/*.tsx'",
28
28
  "format": "prettier js --write --list-different",
29
29
  "format:check": "prettier js --check",
@@ -31,7 +31,7 @@
31
31
  "package": "yarn build && yarn publish --no-git-tag-version",
32
32
  "test-watch": "vitest",
33
33
  "test": "vitest --run",
34
- "test:e2e": "start-server-and-test 'poetry run dara start --config cypress.dara.main:config' http://127.0.0.1:8000/static/index.js 'cypress run'"
34
+ "test:e2e": "start-server-and-test 'poetry run dara start --config cypress.dara.main:config' http://127.0.0.1:8000/static/index.js 'cypress run --e2e'"
35
35
  },
36
36
  "prettier": "@darajs/prettier-config",
37
37
  "devDependencies": {
@@ -39,9 +39,9 @@
39
39
  "@babel/preset-env": "^7.23.0",
40
40
  "@babel/preset-react": "^7.22.15",
41
41
  "@babel/preset-typescript": "^7.23.0",
42
- "@darajs/eslint-config": "1.26.5",
43
- "@darajs/prettier-config": "1.26.5",
44
- "@darajs/stylelint-config": "1.26.5",
42
+ "@darajs/eslint-config": "1.26.7",
43
+ "@darajs/prettier-config": "1.26.7",
44
+ "@darajs/stylelint-config": "1.26.7",
45
45
  "@rollup/plugin-inject": "^4.0.4",
46
46
  "@testing-library/dom": "^9.3.0",
47
47
  "@testing-library/jest-dom": "^6.0.0",
@@ -60,7 +60,7 @@
60
60
  "@types/whatwg-fetch": "^0.0.33",
61
61
  "@vitejs/plugin-react": "4.6.0",
62
62
  "concurrently": "^8.0.1",
63
- "cypress": "9.5.3",
63
+ "cypress": "10.11.0",
64
64
  "msw": "^2.10.5",
65
65
  "postcss": "^8.4.35",
66
66
  "prettier": "^3.0.0",
@@ -75,10 +75,10 @@
75
75
  "whatwg-fetch": "^3.6.20"
76
76
  },
77
77
  "dependencies": {
78
- "@darajs/styled-components": "1.26.5",
79
- "@darajs/ui-components": "1.26.5",
80
- "@darajs/ui-notifications": "1.26.5",
81
- "@darajs/ui-utils": "1.26.5",
78
+ "@darajs/styled-components": "1.26.7",
79
+ "@darajs/ui-components": "1.26.7",
80
+ "@darajs/ui-notifications": "1.26.7",
81
+ "@darajs/ui-utils": "1.26.7",
82
82
  "@fortawesome/fontawesome-free": "~6.4.0",
83
83
  "@microsoft/fetch-event-source": "^2.0.1",
84
84
  "@recoiljs/refine": "^0.1.1",
@@ -119,5 +119,5 @@
119
119
  "engines": {
120
120
  "node": ">=20.19.0"
121
121
  },
122
- "gitHead": "b17ca438acd46e8e34a1b97083efd3d85eee858f"
122
+ "gitHead": "cba386f251f2679937d6fc087952f552d4be30d6"
123
123
  }