chayns-toolkit 2.0.0-beta.8 → 2.0.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chayns-toolkit",
3
- "version": "2.0.0-beta.8",
3
+ "version": "2.0.0",
4
4
  "description": "A zero-config toolchain for developing chayns® apps.",
5
5
  "keywords": [
6
6
  "chayns",
@@ -44,92 +44,97 @@
44
44
  "test": "jest"
45
45
  },
46
46
  "dependencies": {
47
- "@babel/core": "^7.14.8",
48
- "@babel/eslint-parser": "^7.14.7",
47
+ "@babel/core": "^7.16.0",
48
+ "@babel/eslint-parser": "^7.16.3",
49
49
  "@babel/helper-plugin-utils": "^7.14.5",
50
- "@babel/plugin-proposal-decorators": "^7.14.5",
51
- "@babel/plugin-transform-runtime": "^7.14.5",
52
- "@babel/preset-env": "^7.14.8",
53
- "@babel/preset-flow": "^7.14.5",
54
- "@babel/preset-react": "^7.14.5",
55
- "@babel/preset-typescript": "^7.14.5",
56
- "@babel/runtime": "^7.14.8",
57
- "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
58
- "@svgr/webpack": "^5.5.0",
59
- "@testing-library/jest-dom": "^5.14.1",
60
- "@typescript-eslint/eslint-plugin": "^4.28.4",
61
- "babel-jest": "^27.0.6",
62
- "babel-loader": "^8.2.2",
50
+ "@babel/plugin-proposal-decorators": "^7.16.4",
51
+ "@babel/plugin-proposal-private-property-in-object": "^7.18.6",
52
+ "@babel/plugin-transform-classes": "^7.19.0",
53
+ "@babel/plugin-transform-runtime": "^7.16.4",
54
+ "@babel/preset-env": "^7.16.4",
55
+ "@babel/preset-flow": "^7.16.0",
56
+ "@babel/preset-react": "^7.16.0",
57
+ "@babel/preset-typescript": "^7.16.0",
58
+ "@babel/runtime": "^7.16.3",
59
+ "@chayns-toolkit/eslint-config": "^2.0.2",
60
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
61
+ "@svgr/webpack": "^6.0.0",
62
+ "@testing-library/jest-dom": "^5.15.1",
63
+ "@typescript-eslint/eslint-plugin": "^5.4.0",
64
+ "@typescript-eslint/parser": "^5.4.0",
65
+ "babel-jest": "^27.3.1",
66
+ "babel-loader": "^8.2.3",
63
67
  "babel-plugin-macros": "^3.1.0",
64
68
  "babel-plugin-optimize-clsx": "^2.6.2",
65
69
  "babel-plugin-transform-imports": "^2.0.0",
66
70
  "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
67
- "clean-webpack-plugin": "^3.0.0",
68
- "core-js": "^3.15.2",
69
- "css-loader": "^6.2.0",
70
- "cssnano": "^4.1.11",
71
+ "clean-webpack-plugin": "^4.0.0",
72
+ "core-js": "^3.19.1",
73
+ "css-loader": "^6.5.1",
74
+ "cssnano": "^5.0.12",
71
75
  "dotenv-webpack": "^7.0.3",
72
- "eslint": "^7.31.0",
73
- "eslint-config-airbnb": "^18.2.1",
74
- "eslint-config-airbnb-typescript": "^12.3.1",
76
+ "eslint": "^8.3.0",
77
+ "eslint-config-airbnb": "^19.0.1",
78
+ "eslint-config-airbnb-typescript": "^16.0.0",
75
79
  "eslint-config-prettier": "^8.3.0",
76
80
  "eslint-formatter-pretty": "^4.1.0",
77
- "eslint-import-resolver-typescript": "^2.4.0",
78
- "eslint-plugin-import": "^2.23.4",
79
- "eslint-plugin-jest": "^24.4.0",
80
- "eslint-plugin-jsx-a11y": "^6.4.1",
81
- "eslint-plugin-react": "^7.24.0",
82
- "eslint-plugin-react-hooks": "^4.2.0",
81
+ "eslint-import-resolver-typescript": "^2.5.0",
82
+ "eslint-plugin-import": "^2.25.3",
83
+ "eslint-plugin-jest": "^25.3.0",
84
+ "eslint-plugin-jsx-a11y": "^6.5.1",
85
+ "eslint-plugin-react": "^7.27.1",
86
+ "eslint-plugin-react-hooks": "^4.3.0",
83
87
  "html-webpack-plugin": "^5.5.0",
84
- "jest": "^27.0.6",
85
- "mini-css-extract-plugin": "^2.1.0",
86
- "postcss": "^7.0.36",
87
- "postcss-flexbugs-fixes": "^4.2.1",
88
- "postcss-loader": "^4.3.0",
89
- "postcss-preset-env": "^6.7.0",
90
- "react-refresh": "^0.10.0",
91
- "sass": "^1.35.2",
92
- "sass-loader": "^12.1.0",
88
+ "jest": "^27.3.1",
89
+ "mini-css-extract-plugin": "^2.4.5",
90
+ "postcss": "^8.4.4",
91
+ "postcss-flexbugs-fixes": "^5.0.2",
92
+ "postcss-loader": "^6.2.1",
93
+ "postcss-prefix-selector": "^1.14.0",
94
+ "postcss-preset-env": "^7.0.1",
95
+ "react-refresh": "^0.11.0",
96
+ "sass": "^1.43.5",
97
+ "sass-loader": "^12.3.0",
93
98
  "source-map-loader": "^3.0.0",
94
- "style-loader": "^3.2.1",
99
+ "style-loader": "^3.3.1",
95
100
  "tcp-port-used": "^1.0.2",
96
- "tsconfig-paths-webpack-plugin": "^3.5.1",
97
- "webpack": "^5.64.3",
101
+ "tsconfig-paths-webpack-plugin": "^3.5.2",
102
+ "webpack": "^5.64.4",
98
103
  "webpack-bundle-analyzer": "^4.5.0",
99
- "webpack-dev-server": "^4.5.0"
104
+ "webpack-dev-server": "^4.6.0"
100
105
  },
101
106
  "devDependencies": {
102
107
  "@types/cli-table": "^0.3.0",
103
108
  "@types/cssnano": "^4.0.1",
104
109
  "@types/dotenv-webpack": "^7.0.3",
105
- "@types/eslint": "^7.28.0",
106
- "@types/mini-css-extract-plugin": "^2.0.1",
110
+ "@types/eslint": "^8.2.0",
111
+ "@types/mini-css-extract-plugin": "^2.4.0",
107
112
  "@types/mock-fs": "^4.13.1",
108
- "@types/node": "^16.4.1",
113
+ "@types/node": "^16.11.10",
109
114
  "@types/postcss-flexbugs-fixes": "^4.2.1",
110
115
  "@types/postcss-preset-env": "^6.7.3",
111
- "@types/semver": "^7.3.7",
116
+ "@types/semver": "^7.3.9",
112
117
  "@types/tcp-port-used": "^1.0.0",
113
118
  "@types/webpack-bundle-analyzer": "^4.4.1",
114
119
  "@types/webpack-dev-server": "^4.5.0",
115
- "chalk": "^4.1.1",
116
- "cli-table": "^0.3.6",
117
- "commander": "^8.0.0",
120
+ "chalk": "^4.1.2",
121
+ "cli-table": "^0.3.9",
122
+ "commander": "^8.3.0",
118
123
  "cross-env": "^7.0.3",
119
- "esbuild": "^0.12.15",
124
+ "esbuild": "^0.14.0",
120
125
  "fast-glob": "^3.2.7",
121
126
  "fs-extra": "^10.0.0",
122
- "husky": "^7.0.1",
123
- "mock-fs": "^5.0.0",
127
+ "husky": "^7.0.4",
128
+ "mock-fs": "^5.1.2",
124
129
  "param-case": "^3.0.4",
125
- "prettier": "^2.3.2",
126
- "prettier-plugin-packagejson": "^2.2.11",
127
- "pretty-quick": "^3.1.1",
130
+ "prettier": "^2.5.0",
131
+ "prettier-plugin-packagejson": "^2.2.15",
132
+ "pretty-quick": "^3.1.2",
128
133
  "semver": "^7.3.5",
129
134
  "shx": "^0.3.3",
130
- "type-fest": "^1.2.2",
131
- "typescript": "^4.3.5",
132
- "yup": "^0.32.9"
135
+ "type-fest": "^2.6.0",
136
+ "typescript": "^4.5.2",
137
+ "yup": "^0.32.11"
133
138
  },
134
139
  "engines": {
135
140
  "node": ">=12.10.0"