@applica-software-guru/react-admin 1.0.79 → 1.0.80

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.
package/.eslintrc.json CHANGED
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "settings": {
39
39
  "react": {
40
- "version": "detect"
40
+ "version": "^18.2.0"
41
41
  },
42
42
  "import/resolver": {
43
43
  "typescript": {}
@@ -22,8 +22,8 @@ pipelines:
22
22
  - export NODE_OPTIONS=--max_old_space_size=8192
23
23
  - npm --no-git-tag-version version "1.0.$BITBUCKET_BUILD_NUMBER" -m "Upgrade to new version"
24
24
  - echo $VERSION
25
- - yarn install
26
- - yarn run build
25
+ - npm install
26
+ - npm run build
27
27
  - pipe: atlassian/npm-publish:0.3.2
28
28
  variables:
29
29
  NPM_TOKEN: $NPM_TOKEN