Skip to content

Commit

Permalink
bump deps + remove insights from vite.config
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Jul 19, 2023
1 parent 2e02c5f commit 0e3c096
Show file tree
Hide file tree
Showing 3 changed files with 387 additions and 357 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,41 +32,41 @@
"generate": "graphql-codegen --config codegen.yml"
},
"devDependencies": {
"@angular/compiler": "^16.1.3",
"@angular/compiler-cli": "^16.1.3",
"@builder.io/qwik": "1.2.4",
"@builder.io/qwik-city": "1.2.4",
"@angular/compiler": "^16.1.6",
"@angular/compiler-cli": "^16.1.6",
"@builder.io/qwik": "1.2.6",
"@builder.io/qwik-city": "1.2.6",
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/introspection": "^4.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/forms": "^0.5.4",
"@types/braintree-web-drop-in": "^1.34.3",
"@types/eslint": "8.40.2",
"@types/eslint": "8.44.0",
"@types/node": "latest",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"@typescript-eslint/eslint-plugin": "6.1.0",
"@typescript-eslint/parser": "6.1.0",
"autoprefixer": "10.4.14",
"concurrently": "8.2.0",
"eslint": "8.44.0",
"eslint-plugin-qwik": "1.2.4",
"eslint": "8.45.0",
"eslint-plugin-qwik": "1.2.6",
"husky": "^8.0.3",
"node-fetch": "3.3.1",
"postcss": "8.4.24",
"postcss": "8.4.26",
"prettier": "2.8.8",
"pretty-quick": "^3.1.3",
"tailwindcss": "3.3.2",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"vite": "4.3.9",
"vite": "4.4.4",
"vite-tsconfig-paths": "4.2.0",
"wrangler": "latest"
},
"dependencies": {
"@angular/localize": "^16.1.3",
"@angular/localize": "^16.1.6",
"@builder.io/qwik-labs": "github:BuilderIo/qwik-labs-build#qwik-labs",
"@graphql-codegen/typescript-generic-sdk": "^3.1.0",
"@stripe/stripe-js": "^1.54.1",
"braintree-web-drop-in": "^1.38.1",
"braintree-web-drop-in": "^1.39.0",
"graphql": "^16.7.1",
"graphql-tag": "^2.12.6",
"qwik-image": "^0.0.7",
Expand Down
Loading

0 comments on commit 0e3c096

Please sign in to comment.