@esri/solutions-components 0.8.41 → 0.8.43

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solutions-components",
3
- "version": "0.8.41",
3
+ "version": "0.8.43",
4
4
  "description": "Web Components for Esri's Solutions Applications",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "lint:ts": "eslint --ext .ts,.tsx src/components src/utils",
24
24
  "lint:ts:fix": "eslint --ext .ts,.tsx --fix src/components src/utils",
25
25
  "lint:ts:prettier": "prettier --write \"**/*.ts?(x)\"",
26
- "release:publish": "npm publish --access public && ts-node --esm ./support/releaseToGitHub.ts",
26
+ "release:publish": "npm publish --access public && tsx ./support/releaseToGitHub.ts",
27
27
  "test": "stencil test --spec --e2e --detectOpenHandles --coverage --collectCoverageFrom=src/utils/*.ts",
28
28
  "test:clean": "npm run clean:src && npm run lint:ts:fix && stencil test --spec --e2e --detectOpenHandles",
29
29
  "test.watch": "stencil test --spec --e2e --watchAll",
@@ -75,8 +75,8 @@
75
75
  "react": "^18.3.1",
76
76
  "rimraf": "^5.0.7",
77
77
  "tailwindcss": "3.4.4",
78
- "ts-node": "^10.9.2",
79
78
  "tslib": "^2.6.3",
79
+ "tsx": "^4.15.6",
80
80
  "typescript": "^5.4.5"
81
81
  },
82
82
  "dependencies": {