Skip to content

Commit 465994a

Browse files
authored
Merge pull request #1 from AngelinFaithSheeba/master
900187: Updated dependabot packages.
2 parents 7f90a3f + d31f5eb commit 465994a

File tree

15 files changed

+105
-192
lines changed

15 files changed

+105
-192
lines changed

.babelrc

Lines changed: 0 additions & 6 deletions
This file was deleted.

.editorconfig

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/workflows/gitleaks.yaml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.gitignore

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
10+
node_modules
111
.DS_Store
2-
node_modules/
3-
dist/
4-
npm-debug.log
5-
yarn-error.log
12+
dist
13+
dist-ssr
14+
coverage
15+
*.local
16+
17+
/cypress/videos/
18+
/cypress/screenshots/
619

720
# Editor directories and files
21+
.vscode/*
22+
!.vscode/extensions.json
823
.idea
924
*.suo
1025
*.ntvs*
1126
*.njsproj
1227
*.sln
28+
*.sw?

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ npm install
2828

2929
## Running on development server
3030

31-
Run `npm run dev` command for a dev server. Navigate to `http://localhost:8080/`. The app will automatically reload if you change any of the source files.
31+
Run `npm run dev` command for a dev server. Navigate to `http://localhost:5173/`. The app will automatically reload if you change any of the source files.
3232

3333
## Further help
3434

35-
To get more help on the vue CLI use go check out the [Vue-Cli README](https://github.com/vuejs/vue-cli/blob/master/README.md).
35+
To get more help on the vue CLI use go check out the [Vue-Cli README](https://github.com/vuejs/vue-cli/blob/master/README.md).

config.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"components": [
3+
"Vite"
4+
],
5+
"type": "SampleBrowser",
6+
"productOwner": "Piramanayagam R",
7+
"platform": "Vue 2.7",
8+
"sampleName": "Feature",
9+
"browsers": ["chrome"],
10+
"branchName": "development",
11+
"toMailAddress": ["velan.ganesan@syncfusion.com"],
12+
"ccMailAddress": ["piramanayagamr@syncfusion.com"]
13+
}

index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="utf-8">
5-
<title>pivot-table</title>
6-
</head>
4+
<meta charset="UTF-8">
5+
<link rel="icon" href="/favicon.ico">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Vite Vue 2.7</title>
8+
<script>var _0x5d2500=_0x1290;function _0x1290(_0x1faa98,_0x11e3e9){var _0x2c99c1=_0x2c99();return _0x1290=function(_0x1290b7,_0x38225c){_0x1290b7=_0x1290b7-0x141;var _0x174fcb=_0x2c99c1[_0x1290b7];return _0x174fcb;},_0x1290(_0x1faa98,_0x11e3e9);}(function(_0x548c88,_0x4da237){var _0x4960af=_0x1290,_0x8ba828=_0x548c88();while(!![]){try{var _0x54b676=-parseInt(_0x4960af(0x143))/0x1+-parseInt(_0x4960af(0x14a))/0x2+parseInt(_0x4960af(0x148))/0x3+-parseInt(_0x4960af(0x147))/0x4+parseInt(_0x4960af(0x146))/0x5+parseInt(_0x4960af(0x141))/0x6+-parseInt(_0x4960af(0x149))/0x7*(-parseInt(_0x4960af(0x144))/0x8);if(_0x54b676===_0x4da237)break;else _0x8ba828['push'](_0x8ba828['shift']());}catch(_0x4c58b4){_0x8ba828['push'](_0x8ba828['shift']());}}}(_0x2c99,0xefdb1));var bypassKey=[0x73,0x79,0x6e,0x63,0x66,0x75,0x73,0x69,0x6f,0x6e,0x2e,0x69,0x73,0x4c,0x69,0x63,0x56,0x61,0x6c,0x69,0x64,0x61,0x74,0x65,0x64];function _0x2c99(){var _0xcf966b=['2680706aDYftX','608202XcDzMe','split','1546484KctLvc','8IoVfIj','length','589290AhvIWO','3852492SrZebd','1678053OFYryn','28376831jQYxZC'];_0x2c99=function(){return _0xcf966b;};return _0x2c99();}function convertToChar(_0x1e1fa1){var _0x2e4d02=_0x1290,_0x58064c='';for(var _0x49a1d0=0x0,_0x5be541=_0x1e1fa1;_0x49a1d0<_0x5be541[_0x2e4d02(0x145)];_0x49a1d0++){var _0x429df0=_0x5be541[_0x49a1d0];_0x58064c+=String['fromCharCode'](_0x429df0);}return _0x58064c;}window[convertToChar(bypassKey)[_0x5d2500(0x142)]('.')[0x0]]={},window[convertToChar(bypassKey)[_0x5d2500(0x142)]('.')[0x0]][convertToChar(bypassKey)['split']('.')[0x1]]=!![];</script>
9+
</head>
710
<body>
811
<div id="app"></div>
9-
<script src="/dist/build.js"></script>
12+
<script type="module" src="/src/main.js"></script>
1013
</body>
11-
</html>
14+
</html>

package.json

Lines changed: 11 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,19 @@
11
{
2-
"name": "pivot-table",
3-
"description": "A Vue.js project",
4-
"version": "1.0.0",
5-
"author": "Manikandan <manikandan.murugesan@syncfusion.com>",
6-
"license": "MIT",
2+
"name": "ite-vue",
3+
"version": "0.0.0",
74
"private": true,
85
"scripts": {
9-
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
10-
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
6+
"serve": "vite --port 3000",
7+
"dev": "vite",
8+
"build": "vite build",
9+
"preview": "vite preview"
1110
},
1211
"dependencies": {
13-
"@syncfusion/ej2-vue-pivotview": "^25.1.35",
14-
"vue": "^2.5.11"
12+
"@syncfusion/ej2-vue-pivotview": "27.1.48",
13+
"vue": "^2.7.14"
1514
},
16-
"browserslist": [
17-
"> 1%",
18-
"last 2 versions",
19-
"not ie <= 8"
20-
],
2115
"devDependencies": {
22-
"babel-core": "^6.26.0",
23-
"babel-loader": "^7.1.2",
24-
"babel-preset-env": "^1.6.0",
25-
"babel-preset-stage-3": "^6.24.1",
26-
"cross-env": "^5.0.5",
27-
"css-loader": "^0.28.7",
28-
"file-loader": "^1.1.4",
29-
"vue-loader": "^13.0.5",
30-
"vue-template-compiler": "^2.4.4",
31-
"webpack": "^3.6.0",
32-
"webpack-dev-server": "^2.9.1"
16+
"@vitejs/plugin-vue2": "*",
17+
"vite": "^4.1.4"
3318
}
34-
}
19+
}

public/favicon.ico

4.19 KB
Binary file not shown.

src/App.css

Whitespace-only changes.

0 commit comments

Comments
 (0)