@etsoo/materialui 1.3.69 → 1.3.71

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.
@@ -6,7 +6,8 @@
6
6
  name: Node.js Package
7
7
 
8
8
  # Event to trigger the action
9
- on: [push]
9
+ on:
10
+ [push]
10
11
  # release:
11
12
  # types: [created]
12
13
 
@@ -22,14 +23,14 @@ jobs:
22
23
  steps:
23
24
  # https://github.com/actions/checkout, This action checks-out your repository under $GITHUB_WORKSPACE
24
25
  # so your workflow can access it.
25
- - uses: actions/checkout@v2
26
-
26
+ - uses: actions/checkout@v4
27
+
27
28
  # Set up your GitHub Actions workflow with a specific version of node.js
28
29
  # Setup .npmrc file to publish to npm
29
- - uses: actions/setup-node@v1
30
+ - uses: actions/setup-node@v4
30
31
  with:
31
- node-version: '18.x'
32
- registry-url: 'https://registry.npmjs.org'
32
+ node-version: "20.x"
33
+ registry-url: "https://registry.npmjs.org"
33
34
 
34
35
  # Named after Continuous Integration, installs dependencies directly from package-lock.json
35
36
  # ci vs install
@@ -45,4 +46,4 @@ jobs:
45
46
  # For scoped package, make it public for free service
46
47
  - run: npm publish --access public
47
48
  env:
48
- NODE_AUTH_TOKEN: ${{ secrets.ETSOONpmToken }}
49
+ NODE_AUTH_TOKEN: ${{ secrets.ETSOONpmToken }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/materialui",
3
- "version": "1.3.69",
3
+ "version": "1.3.71",
4
4
  "description": "TypeScript Material-UI Implementation",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -50,13 +50,13 @@
50
50
  "@emotion/css": "^11.11.2",
51
51
  "@emotion/react": "^11.11.4",
52
52
  "@emotion/styled": "^11.11.5",
53
- "@etsoo/appscript": "^1.4.96",
54
- "@etsoo/notificationbase": "^1.1.42",
55
- "@etsoo/react": "^1.7.54",
56
- "@etsoo/shared": "^1.2.41",
53
+ "@etsoo/appscript": "^1.4.99",
54
+ "@etsoo/notificationbase": "^1.1.43",
55
+ "@etsoo/react": "^1.7.57",
56
+ "@etsoo/shared": "^1.2.42",
57
57
  "@mui/icons-material": "^5.15.19",
58
58
  "@mui/material": "^5.15.19",
59
- "@mui/x-data-grid": "^7.6.1",
59
+ "@mui/x-data-grid": "^7.6.2",
60
60
  "chart.js": "^4.4.3",
61
61
  "chartjs-plugin-datalabels": "^2.2.0",
62
62
  "eventemitter3": "^5.0.1",
@@ -70,15 +70,15 @@
70
70
  "react-imask": "7.6.1"
71
71
  },
72
72
  "devDependencies": {
73
- "@babel/cli": "^7.24.6",
74
- "@babel/core": "^7.24.6",
75
- "@babel/plugin-transform-runtime": "^7.24.6",
76
- "@babel/preset-env": "^7.24.6",
77
- "@babel/preset-react": "^7.24.6",
78
- "@babel/preset-typescript": "^7.24.6",
79
- "@babel/runtime-corejs3": "^7.24.6",
80
- "@testing-library/jest-dom": "^6.4.5",
81
- "@testing-library/react": "^15.0.7",
73
+ "@babel/cli": "^7.24.7",
74
+ "@babel/core": "^7.24.7",
75
+ "@babel/plugin-transform-runtime": "^7.24.7",
76
+ "@babel/preset-env": "^7.24.7",
77
+ "@babel/preset-react": "^7.24.7",
78
+ "@babel/preset-typescript": "^7.24.7",
79
+ "@babel/runtime-corejs3": "^7.24.7",
80
+ "@testing-library/jest-dom": "^6.4.6",
81
+ "@testing-library/react": "^16.0.0",
82
82
  "@types/jest": "^29.5.12",
83
83
  "@types/pica": "^9.0.4",
84
84
  "@types/pulltorefreshjs": "^0.1.7",
@@ -87,8 +87,8 @@
87
87
  "@types/react-dom": "^18.3.0",
88
88
  "@types/react-input-mask": "^3.0.5",
89
89
  "@types/react-window": "^1.8.8",
90
- "@typescript-eslint/eslint-plugin": "^7.11.0",
91
- "@typescript-eslint/parser": "^7.11.0",
90
+ "@typescript-eslint/eslint-plugin": "^7.13.0",
91
+ "@typescript-eslint/parser": "^7.13.0",
92
92
  "jest": "^29.7.0",
93
93
  "jest-environment-jsdom": "^29.7.0",
94
94
  "typescript": "^5.4.5"