@inseefr/lunatic 0.3.10-v2 → 0.3.13-v2
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": "@inseefr/lunatic",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.13-v2",
|
|
4
4
|
"workersVersion": "0.2.4-experimental",
|
|
5
5
|
"description": "Library of questionnaire components",
|
|
6
6
|
"repository": {
|
|
@@ -61,7 +61,9 @@
|
|
|
61
61
|
"react-markdown": "^8.0.3",
|
|
62
62
|
"react-tooltip": "^4.2.15",
|
|
63
63
|
"remove-accents": "^0.4.2",
|
|
64
|
-
"sass": "^1.32.2"
|
|
64
|
+
"sass": "^1.32.2",
|
|
65
|
+
"snowball": "^0.3.1",
|
|
66
|
+
"string-tokenizer": "^0.0.8"
|
|
65
67
|
},
|
|
66
68
|
"devDependencies": {
|
|
67
69
|
"@babel/core": "^7.9.0",
|
|
@@ -116,9 +118,7 @@
|
|
|
116
118
|
"remove-accents": "^0.4.2",
|
|
117
119
|
"rxjs-marbles": "^6.0.1",
|
|
118
120
|
"sass-loader": "^10.0.3",
|
|
119
|
-
"snowball": "^0.3.1",
|
|
120
121
|
"source-map-explorer": "^2.4.2",
|
|
121
|
-
"string-tokenizer": "^0.0.8",
|
|
122
122
|
"style-loader": "^2.0.0",
|
|
123
123
|
"url-loader": "^4.1.0",
|
|
124
124
|
"webpack": "^5.53.0",
|
|
File without changes
|