@pictofit/pictofit-dressing-room
Advanced tools
Comparing version 0.29.0 to 0.30.0-managed-mdrc-09caaaa4ddd5f993b9144a4d12af619506eebec3
{ | ||
"name": "@pictofit/pictofit-dressing-room", | ||
"version": "0.29.0", | ||
"version": "0.30.0-managed-mdrc-09caaaa4ddd5f993b9144a4d12af619506eebec3", | ||
"license": "CC-BY-NC-ND-4.0", | ||
@@ -24,5 +24,6 @@ "files": [ | ||
"type-check": "tsc --noEmit", | ||
"prebuild": "npm run type-check", | ||
"prebuild": "npm run build:gql && npm run type-check", | ||
"build": "rimraf ./dist && vite build && npm run build-types", | ||
"build-types": "tsc -p tsconfig.types.json", | ||
"build:gql": "graphql-codegen", | ||
"lint-staged": "lint-staged", | ||
@@ -47,7 +48,15 @@ "prepare": "husky install", | ||
"devDependencies": { | ||
"@analytics/google-analytics": "^1.0.7", | ||
"@fontsource/inter": "^5.0.3", | ||
"@fontsource/metropolis": "^5.0.3", | ||
"@graphql-codegen/cli": "^5.0.0", | ||
"@graphql-codegen/typescript": "^4.0.1", | ||
"@graphql-codegen/typescript-generic-sdk": "^4.0.0", | ||
"@graphql-codegen/typescript-graphql-request": "^6.1.0", | ||
"@graphql-codegen/typescript-operations": "^4.0.1", | ||
"@lit-labs/context": "^0.3.3", | ||
"@open-wc/scoped-elements": "^2.2.0", | ||
"@reactivereality-public/pictofit-web-sdk": "22.3.0", | ||
"@reactivereality-public/promjs": "^0.0.9", | ||
"@reduxjs/toolkit": "^1.9.5", | ||
"@types/node": "^20.3.1", | ||
@@ -58,3 +67,6 @@ "@types/uuid": "^9.0.5", | ||
"@webcomponents/scoped-custom-element-registry": "^0.0.9", | ||
"analytics": "^0.8.9", | ||
"async-mutex": "^0.4.0", | ||
"autoprefixer": "^10.4.14", | ||
"dexie": "^3.2.4", | ||
"eslint": "^8.53.0", | ||
@@ -64,2 +76,3 @@ "eslint-plugin-lit": "^1.10.1", | ||
"eslint-plugin-wc": "^2.0.4", | ||
"fast-deep-equal": "^3.1.3", | ||
"husky": "^8.0.3", | ||
@@ -86,13 +99,8 @@ "i18next": "^23.4.1", | ||
"vite-svg-loader": "^4.0.0", | ||
"yaml": "^2.3.1", | ||
"@analytics/google-analytics": "^1.0.7", | ||
"@reactivereality-public/promjs": "^0.0.9", | ||
"@reduxjs/toolkit": "^1.9.5", | ||
"analytics": "^0.8.9", | ||
"async-mutex": "^0.4.0", | ||
"dexie": "^3.2.4", | ||
"fast-deep-equal": "^3.1.3" | ||
"yaml": "^2.3.1" | ||
}, | ||
"dependencies": { | ||
"graphql-request": "^6.1.0", | ||
"polly-js": "^1.8.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
16638023
25
11259
2
49
4
+ Addedgraphql-request@^6.1.0
+ Addedpolly-js@^1.8.3
+ Added@graphql-typed-document-node/core@3.2.0(transitive)
+ Addedcross-fetch@3.2.0(transitive)
+ Addedgraphql@16.10.0(transitive)
+ Addedgraphql-request@6.1.0(transitive)
+ Addednode-fetch@2.7.0(transitive)
+ Addedpolly-js@1.8.3(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)