@toptal/davinci-skeleton 7.1.2-alpha-fx-remove-support-file-config.27 → 7.1.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 7.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1384](https://github.com/toptal/davinci/pull/1384) [`f3a6867d`](https://github.com/toptal/davinci/commit/f3a6867daa9addedcf28873a46625f2864e0ed0a) Thanks [@OndrejTuma](https://github.com/OndrejTuma)! - ---
8
+
9
+ - skeleton workflows use public davinci GitHub actions
10
+
3
11
  ## 7.1.1
4
12
 
5
13
  ### Patch Changes
@@ -0,0 +1,52 @@
1
+ {
2
+ "name": "@toptal/davinci-skeleton",
3
+ "version": "7.1.2",
4
+ "description": "Toptal frontend application created with Davinci CLI",
5
+ "publishConfig": {
6
+ "access": "public"
7
+ },
8
+ "author": "Toptal",
9
+ "homepage": "https://github.com/toptal/davinci/tree/master/packages/bootstrap#readme",
10
+ "license": "ISC",
11
+ "devDependencies": {
12
+ "@toptal/browserslist-config": "^1.2.0",
13
+ "@types/jest": "^27.5.1",
14
+ "@types/react": "^18.0.14",
15
+ "@types/react-dom": "^18.0.4",
16
+ "@types/styled-components": "^5.1.25",
17
+ "@types/wait-on": "^5.3.1",
18
+ "jest-environment-jsdom": "^28.1.0",
19
+ "wait-on": "^6.0.1",
20
+ "yarn-deduplicate": "^4.0.0"
21
+ },
22
+ "scripts": {
23
+ "analyze": "davinci engine analyze",
24
+ "build": "davinci engine build",
25
+ "start": "PORT=3000 davinci engine start --https --open-url https://local-development.staging.toptal.net:3000",
26
+ "start:ci": "PORT=3000 davinci engine start --https",
27
+ "test": "davinci qa unit --runInBand true",
28
+ "test:ci": "LANG=en_US davinci qa unit --ci --maxWorkers 100% --testTimeout=10000 --silent",
29
+ "test:integration": "NODE_ENV=development davinci qa integration run --baseUrl=https://local-development.staging.toptal.net:3000",
30
+ "test:integration:ci": "yarn start:ci & wait-on -i 10000 https://local-development.staging.toptal.net:3000 && yarn test:integration",
31
+ "test:integration:ct": "NODE_ENV=development davinci qa integration run --component",
32
+ "lint": "davinci syntax lint code . && davinci syntax lint styles .",
33
+ "typecheck": "tsc --noEmit",
34
+ "prepublish": "if [ -f 'yarn.lock' ]; then yarn-deduplicate yarn.lock; fi",
35
+ "build:package": "../../bin/build-package.js",
36
+ "prepack": "./bin/prepack-skeleton",
37
+ "postpack": "./bin/postpack-skeleton",
38
+ "prepublishOnly": "../../bin/prepublish.js"
39
+ },
40
+ "lint-staged": {
41
+ "*.{js,jsx,ts,tsx}": [
42
+ "davinci syntax lint code",
43
+ "prettier --write"
44
+ ],
45
+ "styles.{js,jsx,ts,tsx}": [
46
+ "davinci syntax lint styles",
47
+ "prettier --write"
48
+ ]
49
+ },
50
+ "sideEffects": false,
51
+ "main": "./src/index.tsx"
52
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-skeleton",
3
- "version": "7.1.2-alpha-fx-remove-support-file-config.27+ef6d6f94",
3
+ "version": "7.1.2",
4
4
  "description": "Toptal frontend application created with Davinci CLI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -9,7 +9,7 @@
9
9
  "homepage": "https://github.com/toptal/davinci/tree/master/packages/bootstrap#readme",
10
10
  "license": "ISC",
11
11
  "devDependencies": {
12
- "@toptal/browserslist-config": "1.2.1-alpha-fx-remove-support-file-config.358+ef6d6f94",
12
+ "@toptal/browserslist-config": "^1.2.0",
13
13
  "@types/jest": "^27.5.1",
14
14
  "@types/react": "^18.0.14",
15
15
  "@types/react-dom": "^18.0.4",
@@ -48,6 +48,5 @@
48
48
  ]
49
49
  },
50
50
  "sideEffects": false,
51
- "main": "./src/index.tsx",
52
- "gitHead": "ef6d6f949dbffe8e77023c5c895e7720d3173755"
51
+ "main": "./src/index.tsx"
53
52
  }
@@ -0,0 +1,52 @@
1
+ {
2
+ "name": "@toptal/davinci-skeleton",
3
+ "version": "7.1.2",
4
+ "description": "Toptal frontend application created with Davinci CLI",
5
+ "publishConfig": {
6
+ "access": "public"
7
+ },
8
+ "author": "Toptal",
9
+ "homepage": "https://github.com/toptal/davinci/tree/master/packages/bootstrap#readme",
10
+ "license": "ISC",
11
+ "devDependencies": {
12
+ "@toptal/browserslist-config": "^1.2.0",
13
+ "@types/jest": "^27.5.1",
14
+ "@types/react": "^18.0.14",
15
+ "@types/react-dom": "^18.0.4",
16
+ "@types/styled-components": "^5.1.25",
17
+ "@types/wait-on": "^5.3.1",
18
+ "jest-environment-jsdom": "^28.1.0",
19
+ "wait-on": "^6.0.1",
20
+ "yarn-deduplicate": "^4.0.0"
21
+ },
22
+ "scripts": {
23
+ "analyze": "davinci engine analyze",
24
+ "build": "davinci engine build",
25
+ "start": "PORT=3000 davinci engine start --https --open-url https://local-development.staging.toptal.net:3000",
26
+ "start:ci": "PORT=3000 davinci engine start --https",
27
+ "test": "davinci qa unit --runInBand true",
28
+ "test:ci": "LANG=en_US davinci qa unit --ci --maxWorkers 100% --testTimeout=10000 --silent",
29
+ "test:integration": "NODE_ENV=development davinci qa integration run --baseUrl=https://local-development.staging.toptal.net:3000",
30
+ "test:integration:ci": "yarn start:ci & wait-on -i 10000 https://local-development.staging.toptal.net:3000 && yarn test:integration",
31
+ "test:integration:ct": "NODE_ENV=development davinci qa integration run --component",
32
+ "lint": "davinci syntax lint code . && davinci syntax lint styles .",
33
+ "typecheck": "tsc --noEmit",
34
+ "prepublish": "if [ -f 'yarn.lock' ]; then yarn-deduplicate yarn.lock; fi",
35
+ "build:package": "../../bin/build-package.js",
36
+ "prepack": "./bin/prepack-skeleton",
37
+ "postpack": "./bin/postpack-skeleton",
38
+ "prepublishOnly": "../../bin/prepublish.js"
39
+ },
40
+ "lint-staged": {
41
+ "*.{js,jsx,ts,tsx}": [
42
+ "davinci syntax lint code",
43
+ "prettier --write"
44
+ ],
45
+ "styles.{js,jsx,ts,tsx}": [
46
+ "davinci syntax lint styles",
47
+ "prettier --write"
48
+ ]
49
+ },
50
+ "sideEffects": false,
51
+ "main": "./src/index.tsx"
52
+ }