Skip to content

Commit 31e6b66

Browse files
chore(deps): update external dependencies
1 parent 00d45be commit 31e6b66

File tree

7 files changed

+274
-287
lines changed

7 files changed

+274
-287
lines changed

modules/cms/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"golgoth": "2.1.0",
88
"livereload": "0.9.3",
99
"multer": "1.4.4",
10-
"nodemon": "2.0.20",
10+
"nodemon": "2.0.22",
1111
"norska-config": "^2.8.0",
1212
"norska-css": "^2.8.0",
1313
"norska-helper": "^2.8.0",
14-
"open": "8.4.0"
14+
"open": "8.4.2"
1515
},
1616
"description": "Edit _data folder interactively",
1717
"files": [

modules/css/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"author": "Pixelastic <[email protected]>",
33
"dependencies": {
44
"@tailwindcss/typography": "0.4.1",
5-
"cssnano": "5.1.13",
6-
"cssnano-preset-advanced": "5.3.8",
5+
"cssnano": "5.1.15",
6+
"cssnano-preset-advanced": "5.3.10",
77
"firost": "2.17.0",
88
"golgoth": "2.1.0",
99
"hex-rgb": "4.3.0",
1010
"norska-config": "^2.8.0",
1111
"norska-helper": "^2.8.0",
12-
"postcss": "8.4.18",
12+
"postcss": "8.4.26",
1313
"postcss-import": "14.1.0",
1414
"postcss-nested": "5.0.6",
1515
"tailwindcss": "1.9.6"

modules/frontend/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"author": "Pixelastic <[email protected]>",
33
"dependencies": {
4-
"algoliasearch": "4.14.2",
5-
"instantsearch.js": "4.49.0",
4+
"algoliasearch": "4.18.0",
5+
"instantsearch.js": "4.56.5",
66
"lazysizes": "5.3.2",
77
"lodash-es": "4.17.21",
88
"norska-image-proxy": "^2.7.0"

modules/lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"firost": "2.17.0",
88
"golgoth": "2.1.0",
9-
"minimist": "1.2.7",
9+
"minimist": "1.2.8",
1010
"norska-assets": "^2.8.0",
1111
"norska-cms": "^2.8.0",
1212
"norska-config": "^2.8.0",

modules/serve/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"norska-css": "^2.8.0",
1313
"norska-html": "^2.8.0",
1414
"norska-js": "^2.8.0",
15-
"open": "8.4.0"
15+
"open": "8.4.2"
1616
},
1717
"description": "Local build for development, with live-reload",
1818
"files": [

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"firost": "2.17.0",
1212
"golgoth": "2.1.0",
1313
"lerna": "4.0.0",
14-
"minimist": "1.2.7"
14+
"minimist": "1.2.8"
1515
},
1616
"files": [],
1717
"homepage": "https://github.com/pixelastic/norska",

0 commit comments

Comments
 (0)