@common-stack/generate-plugin 6.0.6-alpha.14 → 6.0.6-alpha.16
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
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [6.0.6-alpha.16](https://github.com/cdmbase/common-stack/compare/v6.0.6-alpha.15...v6.0.6-alpha.16) (2024-09-08)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @common-stack/generate-plugin
|
|
9
|
+
|
|
10
|
+
## [6.0.6-alpha.15](https://github.com/cdmbase/common-stack/compare/v6.0.6-alpha.14...v6.0.6-alpha.15) (2024-09-08)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @common-stack/generate-plugin
|
|
13
|
+
|
|
6
14
|
## [6.0.6-alpha.14](https://github.com/cdmbase/common-stack/compare/v6.0.6-alpha.13...v6.0.6-alpha.14) (2024-09-08)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @common-stack/generate-plugin
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"watch:test": "cross-env ENV_FILE=../../config/test/test.env node ./server.js"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@common-stack/frontend-stack-react": "6.0.6-alpha.
|
|
55
|
+
"@common-stack/frontend-stack-react": "6.0.6-alpha.15",
|
|
56
56
|
"@react-icons/all-files": "^4.1.0",
|
|
57
57
|
"classnames": "^2.2.6",
|
|
58
58
|
"compression": "^1.7.4",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@cdmbase/vite-plugin-i18next-loader": "^2.0.12",
|
|
83
|
-
"@common-stack/frontend-stack-react": "6.0.6-alpha.
|
|
83
|
+
"@common-stack/frontend-stack-react": "6.0.6-alpha.15",
|
|
84
84
|
"@common-stack/rollup-vite-utils": "6.0.6-alpha.13",
|
|
85
85
|
"@remix-run/dev": "^2.8.1",
|
|
86
86
|
"@remix-run/serve": "^2.8.1",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"@babel/register": "^7.18.9",
|
|
148
148
|
"@babel/runtime": "^7.20.1",
|
|
149
149
|
"@common-stack/env-list-loader": "6.0.6-alpha.5",
|
|
150
|
-
"@common-stack/generate-plugin": "6.0.6-alpha.
|
|
150
|
+
"@common-stack/generate-plugin": "6.0.6-alpha.15",
|
|
151
151
|
"@emotion/babel-plugin": "^11.11.0",
|
|
152
152
|
"@graphql-codegen/add": "^5.0.2",
|
|
153
153
|
"@graphql-codegen/cli": "^5.0.2",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"@rollup/plugin-typescript": "^11.1.5",
|
|
176
176
|
"@shelf/jest-mongodb": "^4.1.3",
|
|
177
177
|
"@svgr/webpack": "^6.5.1",
|
|
178
|
-
"@testing-library/react": "^16.
|
|
178
|
+
"@testing-library/react": "^16.0.1",
|
|
179
179
|
"@testing-library/react-hooks": "^8.0.1",
|
|
180
180
|
"@types/async": "^3.2.15",
|
|
181
181
|
"@types/body-parser": "1.19.2",
|
|
@@ -194,7 +194,6 @@
|
|
|
194
194
|
"@types/react": "^18.2.20",
|
|
195
195
|
"@types/react-dom": "^18.2.7",
|
|
196
196
|
"@types/react-helmet": "^6.1.5",
|
|
197
|
-
"@types/react-redux": "^7.1.24",
|
|
198
197
|
"@types/react-test-renderer": "^18.0.0",
|
|
199
198
|
"@types/redux-logger": "^3.0.9",
|
|
200
199
|
"@types/semver": "^7.3.13",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@common-stack/generate-plugin",
|
|
3
|
-
"version": "6.0.6-alpha.
|
|
3
|
+
"version": "6.0.6-alpha.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./lib/index.mjs",
|
|
6
6
|
"typings": "./lib/index.d.ts",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
},
|
|
26
26
|
"executors": "./executors.json",
|
|
27
27
|
"generators": "./generators.json",
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "0aaca4e67fcf080a3704a95b5bd451c2931af1b0"
|
|
29
29
|
}
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"@babel/register": "^7.18.9",
|
|
148
148
|
"@babel/runtime": "^7.20.1",
|
|
149
149
|
"@common-stack/env-list-loader": "6.0.6-alpha.5",
|
|
150
|
-
"@common-stack/generate-plugin": "6.0.6-alpha.
|
|
150
|
+
"@common-stack/generate-plugin": "6.0.6-alpha.15",
|
|
151
151
|
"@emotion/babel-plugin": "^11.11.0",
|
|
152
152
|
"@graphql-codegen/add": "^5.0.2",
|
|
153
153
|
"@graphql-codegen/cli": "^5.0.2",
|
|
@@ -194,7 +194,6 @@
|
|
|
194
194
|
"@types/react": "^18.2.20",
|
|
195
195
|
"@types/react-dom": "^18.2.7",
|
|
196
196
|
"@types/react-helmet": "^6.1.5",
|
|
197
|
-
"@types/react-redux": "^7.1.24",
|
|
198
197
|
"@types/react-test-renderer": "^18.0.0",
|
|
199
198
|
"@types/redux-logger": "^3.0.9",
|
|
200
199
|
"@types/semver": "^7.3.13",
|