@elliemae/pui-cli 6.0.0-beta.32 → 6.0.0-beta.33

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,6 +1,11 @@
1
+ const path = require('path');
2
+
1
3
  module.exports = {
2
4
  '*.{ts,tsx}': [
3
- 'node @elliemae/pui-cli/lib/typescript/tsc-files --noEmit --emitDeclarationOnly false',
5
+ `node ${path.resolve(
6
+ __dirname,
7
+ '../typescript/tsc-files/index.js',
8
+ )} --noEmit --emitDeclarationOnly false`,
4
9
  ],
5
10
  '*.{js,ts,jsx,tsx}': [
6
11
  'npm run lint:fix',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "6.0.0-beta.32",
3
+ "version": "6.0.0-beta.33",
4
4
  "private": false,
5
5
  "description": "ICE MT UI Platform CLI",
6
6
  "sideEffects": false,
@@ -34,7 +34,7 @@
34
34
  "release": "semantic-release",
35
35
  "test": "ts-node -r tsconfig-paths/register ./lib/cli test -p",
36
36
  "test:staged": "jest --coverage --passWithNoTests --bail --findRelatedTests",
37
- "setup": "rimraf -r node_modules && rimraf package-lock.json && npm i",
37
+ "setup": "rimraf -r node_modules && rimraf pnpm-lock.yaml && pnpm i",
38
38
  "storybook:build": "exit 0",
39
39
  "storybook:docs:build": "exit 0",
40
40
  "upgrade": "ncu -u && npm run setup",
@@ -83,7 +83,7 @@
83
83
  "@stylelint/postcss-css-in-js": "~0.37.2",
84
84
  "@svgr/webpack": "~6.1.2",
85
85
  "@swc/cli": "~0.1.55",
86
- "@swc/core": "~1.2.124",
86
+ "@swc/core": "~1.2.125",
87
87
  "@swc/jest": "~0.2.15",
88
88
  "@testing-library/jest-dom": "~5.16.1",
89
89
  "@testing-library/react": "~12.1.2",
@@ -134,18 +134,18 @@
134
134
  "esbuild-loader": "~2.18.0",
135
135
  "esbuild-plugin-svgr": "~1.0.0",
136
136
  "eslint": "~8.6.0",
137
- "eslint-config-airbnb": "~18.2.1",
137
+ "eslint-config-airbnb": "~19.0.4",
138
138
  "eslint-config-airbnb-base": "~15.0.0",
139
- "eslint-config-airbnb-typescript": "~15.0.0",
139
+ "eslint-config-airbnb-typescript": "~16.1.0",
140
140
  "eslint-config-prettier": "~8.3.0",
141
- "eslint-config-react-app": "~6.0.0",
141
+ "eslint-config-react-app": "~7.0.0",
142
142
  "eslint-import-resolver-babel-module": "~5.3.1",
143
143
  "eslint-import-resolver-typescript": "~2.5.0",
144
144
  "eslint-import-resolver-webpack": "~0.13.2",
145
- "eslint-plugin-compat": "~3.13.0",
145
+ "eslint-plugin-compat": "~4.0.0",
146
146
  "eslint-plugin-eslint-comments": "~3.2.0",
147
- "eslint-plugin-import": "~2.25.3",
148
- "eslint-plugin-jest": "~25.3.3",
147
+ "eslint-plugin-import": "~2.25.4",
148
+ "eslint-plugin-jest": "~25.3.4",
149
149
  "eslint-plugin-jsdoc": "~37.5.0",
150
150
  "eslint-plugin-jsx-a11y": "~6.5.1",
151
151
  "eslint-plugin-mdx": "~1.16.0",
@@ -178,7 +178,7 @@
178
178
  "jest-styled-components": "~7.0.8",
179
179
  "jscodeshift": "~0.13.0",
180
180
  "jsdoc": "~3.6.7",
181
- "lint-staged": "~12.1.4",
181
+ "lint-staged": "~12.1.5",
182
182
  "mini-css-extract-plugin": "~2.4.5",
183
183
  "minimist": "~1.2.5",
184
184
  "moment": "~2.29.1",
@@ -187,7 +187,7 @@
187
187
  "node-gyp": "~8.4.1",
188
188
  "node-plop": "~0.30.0",
189
189
  "nodemon": "~2.0.15",
190
- "npm-check-updates": "12.0.5",
190
+ "npm-check-updates": "12.1.0",
191
191
  "null-loader": "~4.0.1",
192
192
  "pino": "~7.6.2",
193
193
  "pino-pretty": "~7.3.0",
@@ -199,7 +199,7 @@
199
199
  "postcss-markdown": "~1.2.0",
200
200
  "postcss-syntax": "~0.36.2",
201
201
  "postcss-loader": "~6.2.1",
202
- "postcss-preset-env": "~7.1.0",
202
+ "postcss-preset-env": "~7.2.0",
203
203
  "prettier": "~2.5.1",
204
204
  "pug": "~3.0.2",
205
205
  "pug-loader": "~2.4.0",