presetter-preset-react 4.7.0 → 4.7.1

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/configs/jest.yaml CHANGED
@@ -1,3 +1,8 @@
1
1
  testEnvironment: jsdom
2
2
  testMatch:
3
3
  - '**/?(*.)+(spec).[jt]sx'
4
+ transform:
5
+ '^.+\\.[jt]sx?$':
6
+ 1:
7
+ tsconfig:
8
+ jsx: react-jsx # jsx must be set to react-jsx in order for ts-jest to work
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "presetter-preset-react",
3
- "version": "4.7.0",
3
+ "version": "4.7.1",
4
4
  "description": "An opinionated presetter preset for a React project",
5
5
  "keywords": [
6
6
  "presetter",
@@ -24,13 +24,13 @@
24
24
  "@types/react": "^18.0.0",
25
25
  "eslint-plugin-react": "^7.0.0",
26
26
  "eslint-plugin-testing-library": "^5.0.0",
27
- "presetter": "4.7.0"
27
+ "presetter": "4.7.1"
28
28
  },
29
29
  "devDependencies": {
30
- "presetter": "4.7.0"
30
+ "presetter": "4.7.1"
31
31
  },
32
32
  "dependencies": {
33
- "presetter-types": "4.7.0"
33
+ "presetter-types": "4.7.1"
34
34
  },
35
35
  "scripts": {
36
36
  "bootstrap": "run prepare",