Skip to content

Commit

Permalink
Improvements (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs authored Sep 23, 2024
2 parents 0117317 + f8d5fe0 commit 9dd419d
Show file tree
Hide file tree
Showing 9 changed files with 798 additions and 784 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`react email e2e should be able to export 1`] = `"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html dir="ltr" lang="en"><a href="https://example.com" style="line-height:100%;text-decoration:none;display:inline-block;max-width:100%;background:#000;color:#fff;padding:12px 20px 12px 20px" target="_blank"><span><!--[if mso]><i style="letter-spacing: 20px;mso-font-width:-100%;mso-text-raise:18" hidden>&nbsp;</i><![endif]--></span><span style="max-width:100%;display:inline-block;line-height:120%;mso-padding-alt:0px;mso-text-raise:9px">Click me</span><span><!--[if mso]><i style="letter-spacing: 20px;mso-font-width:-100%" hidden>&nbsp;</i><![endif]--></span></a></html>"`;
exports[`react email e2e should be able to export 1`] = `"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!--$--><html dir="ltr" lang="en"><a href="https://example.com" style="line-height:100%;text-decoration:none;display:inline-block;max-width:100%;background:#000;color:#fff;padding:12px 20px 12px 20px" target="_blank"><span><!--[if mso]><i style="letter-spacing: 20px;mso-font-width:-100%;mso-text-raise:18" hidden>&nbsp;</i><![endif]--></span><span style="max-width:100%;display:inline-block;line-height:120%;mso-padding-alt:0px;mso-text-raise:9px">Click me</span><span><!--[if mso]><i style="letter-spacing: 20px;mso-font-width:-100%" hidden>&nbsp;</i><![endif]--></span></a></html><!--/$-->"`;
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,33 +33,33 @@
},
"dependencies": {
"@actions/core": "^1.10.1",
"@nx/devkit": "19.6.2",
"@nx/workspace": "19.6.2",
"@nx/devkit": "19.7.2",
"@nx/workspace": "19.7.2",
"@types/tar": "^6.1.13",
"axios": "^1.7.5",
"axios": "^1.7.7",
"crypto-js": "^4.2.0",
"deepmerge": "^4.3.1",
"rxjs-for-await": "^1.0.0",
"shelljs": "^0.8.5",
"tar": "^7.4.3",
"tslib": "^2.6.3",
"tslib": "^2.7.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@google-cloud/storage": "^7.12.1",
"@jamesives/github-pages-deploy-action": "^4.6.3",
"@jamesives/github-pages-deploy-action": "^4.6.4",
"@jscutlery/semver": "^5.3.1",
"@nx/eslint-plugin": "19.6.2",
"@nx/jest": "19.6.2",
"@nx/js": "19.6.2",
"@nx/node": "19.6.2",
"@nx/plugin": "19.6.2",
"@nx/react": "19.6.2",
"@nx/webpack": "19.6.2",
"@pulumi/gcp": "^7.37.0",
"@pulumi/pulumi": "^3.129.0",
"@nx/eslint-plugin": "19.7.2",
"@nx/jest": "19.7.2",
"@nx/js": "19.7.2",
"@nx/node": "19.7.2",
"@nx/plugin": "19.7.2",
"@nx/react": "19.7.2",
"@nx/webpack": "19.7.2",
"@pulumi/gcp": "^7.38.0",
"@pulumi/pulumi": "^3.132.0",
"@swc-node/register": "1.10.9",
"@swc/core": "1.7.14",
"@swc/core": "1.7.26",
"@types/jest": "29.5.12",
"@types/node": "20.14.11",
"@types/shelljs": "^0.8.15",
Expand All @@ -71,16 +71,16 @@
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"express": "^4.19.2",
"husky": "^9.1.5",
"express": "^4.21.0",
"husky": "^9.1.6",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"nx": "19.6.2",
"nx": "19.7.2",
"prettier": "3.3.3",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tslint": "~6.1.3",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion packages/docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@docusaurus/preset-classic": "3.5.2",
"@docusaurus/tsconfig": "3.5.2",
"@docusaurus/types": "3.5.2",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
},
"peerDependencies": {
"@docusaurus/core": "^3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-task-runner/src/gcp-cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class GcpCache implements RemoteCache {
await this.createTarFile(tarFilePath, hash, cacheDirectory)

await this.uploadFile(cacheDirectory, this.getTarFileName(hash))
// commit file once we're sure all content is uploaded
// commit the file once we're sure all content is uploaded
await this.uploadFile(cacheDirectory, this.getCommitFileName(hash))

this.logger.debug(`Storage Cache: Stored ${hash}`)
Expand Down
2 changes: 1 addition & 1 deletion packages/pulumi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@pulumi/pulumi": "^3.129.0"
},
"optionalDependencies": {
"@pulumi/gcp": "^7.37.0"
"@pulumi/gcp": "^7.38.0"
},
"builders": "./executors.json",
"generators": "./generators.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "MIT",
"main": "src/index.js",
"devDependencies": {
"@react-email/components": "0.0.23",
"@react-email/components": "0.0.25",
"react-email": "3.0.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shadcn-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.435.0",
"lucide-react": "^0.440.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"license": "MIT",
"main": "src/index.js",
"dependencies": {
"@strapi/generate-new": "4.25.8",
"@strapi/strapi": "4.25.8"
"@strapi/generate-new": "4.25.11",
"@strapi/strapi": "4.25.11"
},
"peerDependencies": {
"@nx/devkit": "^19.6.0"
Expand Down
Loading

0 comments on commit 9dd419d

Please sign in to comment.