Skip to content

Commit b5bc506

Browse files
committed
1.8.0
1 parent 7abcc7f commit b5bc506

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+5566
-6416
lines changed

config/webpack.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export default [
5353
{ from: path.join(__dirname, '../public/*.ico'), flatten: true },
5454
{ from: path.join(__dirname, '../public/*.xml'), flatten: true },
5555
{ from: path.join(__dirname, '../public/*.svg'), flatten: true },
56+
{ from: path.join(__dirname, '../public/*.txt'), flatten: true },
5657
{ from: path.join(__dirname, '../public/fonts/'), flatten: false, to: path.join(__dirname, '../dist/client/fonts') },
5758
{ from: path.join(__dirname, '../public/font-awesome.min.css'), flatten: true },
5859
{ from: path.join(__dirname, '../assets/*.png'), flatten: false },

package.json

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,19 @@
2525
"@babel/plugin-transform-runtime": "^7.13.15",
2626
"@babel/preset-env": "^7.6.3",
2727
"@types/common-tags": "^1.8.0",
28-
"@types/compression": "^1.0.1",
28+
"@types/compression": "^1.7.1",
2929
"@types/express": "^4.17.1",
3030
"@types/fork-ts-checker-webpack-plugin": "^0.4.5",
31-
"@types/jest": "^24.0.19",
32-
"@types/node-fetch": "^2.5.2",
31+
"@types/jest": "24.9.0",
32+
"@types/node-fetch": "^2.5.12",
3333
"@types/ora": "^3.2.0",
3434
"@types/pretty-bytes": "^5.2.0",
3535
"@types/prop-types": "^15.7.3",
36-
"@types/react-dom": "^16.9.8",
3736
"@types/react-helmet": "^5.0.11",
38-
"@types/react-helmet-async": "^1.0.1",
39-
"@types/react-router-dom": "^5.1.0",
37+
"@types/react-helmet-async": "1.0.3",
38+
"@types/react-router-dom": "5.1.2",
4039
"@types/serialize-javascript": "^1.5.0",
41-
"@types/webpack": "^4.39.3",
40+
"@types/webpack": "4.41.1",
4241
"@types/webpack-env": "^1.14.1",
4342
"@types/yup": "^0.26.24",
4443
"babel-loader": "^8.0.6",
@@ -87,6 +86,7 @@
8786
"@types/i18next": "^13.0.0",
8887
"@types/lodash": "^4.14.168",
8988
"@types/mini-css-extract-plugin": "^0.8.0",
89+
"@types/react-dom": "^17.0.9",
9090
"@types/react-i18next": "^8.1.0",
9191
"@types/react-truncate": "^2.3.3",
9292
"apollo-boost": "^0.4.7",
@@ -101,7 +101,7 @@
101101
"core-js": "^3.4.1",
102102
"css-loader": "5.2.4",
103103
"css-minimizer-webpack-plugin": "1.3.0",
104-
"dot-prop": "5.1.1",
104+
"dot-prop": "^5.1.1",
105105
"elliptic": "6.5.4",
106106
"emotion": "^10.0.17",
107107
"emotion-server": "10.0.17",
@@ -111,12 +111,13 @@
111111
"focus-trap-react": "^6.0.0",
112112
"formik": "^1.5.8",
113113
"formik-persist": "^1.1.0",
114+
"glob-parent": "5.1.2",
114115
"graphql": "^15.0.0",
115116
"helmet": "^3.21.2",
116117
"hosted-git-info": "3.0.8",
117118
"i18next-browser-languagedetector": "^4.0.1",
118119
"i18next-http-middleware": "^3.1.0",
119-
"ini": "1.3.6",
120+
"ini": "^1.3.6",
120121
"isomorphic-unfetch": "^3.0.0",
121122
"loadable-components": "^2.2.3",
122123
"lodash": "4.17.21",
@@ -134,7 +135,7 @@
134135
"react-debounce-input": "^3.2.3",
135136
"react-device-detect": "^1.11.14",
136137
"react-dom": "16.10.2",
137-
"react-helmet": "^5.2.1",
138+
"react-helmet": "5.2.1",
138139
"react-helmet-async": "^1.0.3",
139140
"react-hooks": "^1.0.1",
140141
"react-router-dom": "^5.1.2",
@@ -147,28 +148,24 @@
147148
"sitemap": "^6.2.0",
148149
"ssri": "8.0.1",
149150
"style-loader": "^1.0.0",
151+
"tar": "4.4.15",
150152
"terser-webpack-plugin": "^2.3.2",
153+
"trim-newlines": "3.0.1",
151154
"ua-parser-js": "0.7.24",
152155
"unfetch": "^4.1.0",
153156
"url-polyfill": "^1.1.7",
154157
"url-search-params-polyfill": "^7.0.0",
155-
"y18n": "5.0.5",
158+
"y18n": "^5.0.5",
156159
"yargs-parser": "13.1.2"
157160
},
158161
"resolutions": {
159-
"**/**/ini": "^1.3.6",
160-
"**/**/minimist": "^1.2.3",
161162
"**/**/mem": "^4.0.0",
162163
"**/**/yargs-parser": "^13.1.2",
163-
"**/**/dot-prop": "^5.1.1",
164164
"**/**/serialize-javascript": "^3.1.0",
165165
"**/**/node-fetch": "^2.6.1",
166-
"**/**/elliptic": "^6.5.4",
167-
"**/**/y18n": "^5.0.5",
168-
"**/**/ssri": "^8.0.1",
169-
"**/**/lodash": "^4.17.21",
170-
"**/**/hosted-git-info": "^3.0.8",
171-
"**/**/ua-parser-js": "^0.7.24",
166+
"**/**/trim-newlines": "^3.0.1",
167+
"**/**/tar": "^4.4.15",
168+
"**/**/glob-parent": "^5.1.2",
172169
"@digg/react-ideal-image": "file:local_modules/digg_react-ideal-image-1.0.2.tgz"
173170
},
174171
"jest": {

public/security.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Our security address
2+
Contact: mailto:webbsupport-sundsvall@knowit.se
3+
4+
# Preferred language is Swedish, but English is also okay
5+
Preferred-Languages: sv
6+
7+
# Yes, this is the security.txt for dataportalen.se
8+
Canonical: https://dataportalen.se/security.txt
9+
10+
Expires: Fri, 31 Dec 2022 12:00:00 +0100”

0 commit comments

Comments
 (0)