@apollosproject/canvas-embeds 2.1.1282 → 2.1.1283

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.
Files changed (1) hide show
  1. package/package.json +1 -58
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@apollosproject/canvas-embeds",
3
3
  "description": "Apollos React embed widgets",
4
- "version": "2.1.1282",
4
+ "version": "2.1.1283",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.umd.js",
7
7
  "module": "./dist/index.es.js",
@@ -101,7 +101,6 @@
101
101
  "@vitejs/plugin-react": "^4.3.3",
102
102
  "@vitest/coverage-v8": "^3.2.4",
103
103
  "autoprefixer": "^10.4.20",
104
- "babel-jest": "^29.7.0",
105
104
  "babel-plugin-module-resolver": "^5.0.0",
106
105
  "babel-plugin-named-asset-import": "^0.3.8",
107
106
  "babel-plugin-styled-components": "^2.1.4",
@@ -118,12 +117,6 @@
118
117
  "eslint-plugin-prettier": "^5.2.1",
119
118
  "eslint-plugin-simple-import-sort": "^12.1.1",
120
119
  "fs-extra": "^11.2.0",
121
- "identity-obj-proxy": "^3.0.0",
122
- "jest": "^29.7.0",
123
- "jest-environment-jsdom": "^29.7.0",
124
- "jest-resolve": "^29.7.0",
125
- "jest-transform-stub": "^2.0.0",
126
- "jest-watch-typeahead": "^2.2.2",
127
120
  "jsdom": "^26.1.0",
128
121
  "postcss": "^8.5.10",
129
122
  "postcss-flexbugs-fixes": "^5.0.2",
@@ -147,56 +140,6 @@
147
140
  "context": "browser"
148
141
  }
149
142
  },
150
- "jest": {
151
- "roots": [
152
- "<rootDir>/src"
153
- ],
154
- "collectCoverageFrom": [
155
- "src/**/*.{js,jsx,ts,tsx}",
156
- "!src/**/*.d.ts"
157
- ],
158
- "setupFiles": [
159
- "react-app-polyfill/jsdom"
160
- ],
161
- "setupFilesAfterEnv": [
162
- "<rootDir>/src/setupTests.js"
163
- ],
164
- "testMatch": [
165
- "<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
166
- "<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"
167
- ],
168
- "testEnvironment": "jsdom",
169
- "transform": {
170
- "^.+\\.(js|jsx|mjs|cjs|ts|tsx)$": "babel-jest",
171
- "^.+\\.css$": "jest-transform-stub",
172
- "^(?!.*\\.(js|jsx|mjs|cjs|ts|tsx|css|json)$)": "jest-transform-stub"
173
- },
174
- "transformIgnorePatterns": [
175
- "[/\\\\]node_modules[/\\\\].+\\.(js|jsx|mjs|cjs|ts|tsx)$",
176
- "^.+\\.module\\.(css|sass|scss)$"
177
- ],
178
- "moduleNameMapper": {
179
- "^react-native$": "react-native-web",
180
- "^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy"
181
- },
182
- "moduleFileExtensions": [
183
- "web.js",
184
- "js",
185
- "web.ts",
186
- "ts",
187
- "web.tsx",
188
- "tsx",
189
- "json",
190
- "web.jsx",
191
- "jsx",
192
- "node"
193
- ],
194
- "watchPlugins": [
195
- "jest-watch-typeahead/filename",
196
- "jest-watch-typeahead/testname"
197
- ],
198
- "resetMocks": true
199
- },
200
143
  "babel": {
201
144
  "presets": [
202
145
  "react-app"